diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06cfe52 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file