File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ DLPack Change Log
33
44This file records the changes in DLPack in reverse chronological order.
55
6+ ## v0.4
7+
8+ - OpaqueHandle type
9+ - Complex support
10+ - Rename DLContext -> DLDevice
11+ - This requires dependent frameworks to upgrade the type name.
12+ - The ABI is backward compatible, as it is only change of constant name.
13+
14+ ## v0.3
15+
16+ - Add bfloat16
17+ - Vulkan support
18+
19+
620## v0.2
721- New device types
822 - kDLMetal for Apple Metal device
Original file line number Diff line number Diff line change 1313#endif
1414
1515/*! \brief The current version of dlpack */
16- #define DLPACK_VERSION 030
16+ #define DLPACK_VERSION 040
1717
1818/*! \brief DLPACK_DLL prefix for windows */
1919#ifdef _WIN32
You can’t perform that action at this time.
0 commit comments