Skip to content

Releases: dmlc/dlpack

v0.2

02 Nov 12:39

Choose a tag to compare

  • Add DLManagedTensor structure for borrowing tensors
  • Add prefix DL to all enum constant values
    • This requires dependent frameworks to upgrade their reference to these constant
    • The ABI is compatible, as it is only change of constant name.
  • New device types
    • kDLMetal for Apple Metal device
    • kDLVPI for verilog simulator memory
    • kDLROCM for AMD GPUs

v0.1

03 Jun 16:16

Choose a tag to compare

  • Stablized DLTensor
  • Standard project structure for RPC and stable version
  • Major adoption from frameworks confirmed #10