-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Level-zero zello-world - Abort #377
Comments
@jjfumero So can you confirm: Which sample are you using? |
I am running a different Version I am usingThis example it appears in the build process: $ pwd
/home/juan/intel-llvm/llvm/build/tools/sycl/plugins/level_zero/level_zero/level_zero_loader
$ git remote -v
origin https://github.com/oneapi-src/level-zero.git (fetch)
origin https://github.com/oneapi-src/level-zero.git (push)
$ git lg #last commit
* fcc7b7a - (HEAD, tag: v1.0) Update file listed in README (4 months ago) <Yates, Brandon> This is the version used in So it looks to me that the reference from How am I compiling?I took the instructions from level-zero mkdir build
cd build
cmake ..
cmake --build . --config Release
cmake --build . --config Release --target package Compute-runtime versionI am using the NEO driver build for CentOS 7.8. I am currently running |
@jjfumero That test looks to be not updated. I will take care of that. For instance, to create lists and queues, you need to use queue groups, as mentioned here https://spec.oneapi.com/level-zero/latest/core/PROG.html#command-queue-groups. Also, it's using C++ wrappers, which have been also deprecated. Could you please try the one on this repo, https://github.com/intel/compute-runtime/blob/master/level_zero/core/test/black_box_tests/zello_world_gpu.cpp, and see if it executes correctly for you? |
Yes, it passes: $ ./zello_world_gpu
Device :
* name : Intel(R) Gen9
* type : GPU
* vendorId : 8086
Zello World Results validation PASSED BTW, wouldn't it be good to add the source |
Great! Glad to see it works. It's already there, https://github.com/intel/compute-runtime/blob/master/shared/source/built_ins/kernels/copy_buffer_to_buffer.builtin_kernel |
I dont think there's nothing else to do here. @jjfumero feel free to reopen if you deem necessary. |
Question migrated from intel/llvm#2756
I am running level-zero from:
When running the zello-world example, I get an abort:
I don't get any abort.
This is the backtrace I get by using gdb:
Hope this helps.
The text was updated successfully, but these errors were encountered: