Skip to content

Commit

Permalink
[VERSION] Bump version and prep for v0.7 release (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Jun 1, 2022
1 parent 9351cf5 commit e2bdd3b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ DLPack Change Log

This file records the changes in DLPack in reverse chronological order.

## v0.7

- Add kDLHexagon
- Add kDLOneAPI
- Add DLPACK_VERSION and DLPACK_ABI_VERSION


## v0.6

- Add kDLROCMHost
- Add kDLCUDAManaged


## v0.5

Rename enum values
- kDLGPU -> kDLCUDA
- kDLCPUPinned -> kDLCUDAHost
The ABI is backward compatible, as it is only change of constant name,
exchange can still happen between the new version and old version.


## v0.4

- OpaqueHandle type
Expand Down
2 changes: 1 addition & 1 deletion include/dlpack/dlpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#endif

/*! \brief The current version of dlpack */
#define DLPACK_VERSION 60
#define DLPACK_VERSION 70

/*! \brief The current ABI version of dlpack */
#define DLPACK_ABI_VERSION 1
Expand Down

0 comments on commit e2bdd3b

Please sign in to comment.