-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |