Skip to content

Commit

Permalink
CHANGELOG added
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfumero committed Mar 10, 2022
1 parent 26e5155 commit 06e399d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## LevelZero-JNI 0.1.1
10/03/2022

- Buffer Allocation Fixed: [commit](https://github.com/beehive-lab/levelzero-jni/commit/26e5155dc349ff9db9a01fe6d9ec08104a0a5d70)
- `ZeMemAdvice` added
- Functions `zeCommandListAppendMemoryPrefetch` and `zeCommandListAppendMemAdvise` supported
- Javadoc improved
- Function `zeKernelSetCacheConfig` supported


## LevelZero-JNI 0.1.0
03/12/2021

- Initial prototype of LevelZero JNI.
- It covers a subset of the Intel Level-Zero 1.1.2 Spec (Feb 2021)
- C++ Wrapper for JNI provided
- Java Interface provided
- Set of examples and documentation

0 comments on commit 06e399d

Please sign in to comment.