You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error from the Level-JNI library when running with the profiler ON. The error is related to the JNI call to the function zeEventPoolCreate. This error can be also reproduced using the levelzero-jni as a standalone library.
This issue can only be reproduced using a recent version of the Intel Compute Runtime: https://github.com/intel/compute-runtime such as the 24.09.28717.12 for Fedora 39.
If I use a previous version (23.05.25593.18), there are no errors.
How To Reproduce
# Using the levelzero-jni repo: https://github.com/beehive-lab/levelzero-jni
./scripts/events.sh
Expected behavior
Run without errors.
Computing system setup (please complete the following information):
Describe the bug
There is an error from the Level-JNI library when running with the profiler ON. The error is related to the JNI call to the function
zeEventPoolCreate
. This error can be also reproduced using thelevelzero-jni
as a standalone library.The error stack is as follows:
This issue can only be reproduced using a recent version of the Intel Compute Runtime: https://github.com/intel/compute-runtime such as the
24.09.28717.12
for Fedora 39.If I use a previous version (23.05.25593.18), there are no errors.
How To Reproduce
# Using the levelzero-jni repo: https://github.com/beehive-lab/levelzero-jni ./scripts/events.sh
Expected behavior
Run without errors.
Computing system setup (please complete the following information):
Linux 6.8.6-200.fc39.x86_64
Additional context
n/ a.
The text was updated successfully, but these errors were encountered: