Skip to content

v0.4

Compare
Choose a tag to compare
@tqchen tqchen released this 20 Feb 16:14
· 35 commits to main since this release
a07f962
  • OpaqueHandle type
  • Complex support
  • Rename DLContext -> DLDevice
    • DLTensor.ctx -> DLTensor.device
    • This requires dependent frameworks to upgrade the type name.
    • The ABI is backward compatible, as it is only change of constant name, exchange can still happen between the new version and old version.