We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
Despite enabling required extensions on the .cl file (like below lines), I get an error at the run time.
Enabled extensions in .cl file:
#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable
Output from Oclgrind:
OCLGRIND FATAL ERROR (/home/user1/Oclgrind/src/core/WorkItem.cpp:1731) Undefined external function: atomic_exchange When creating kernel 'kernel1'
I have enabled -cl-std=2.0 when compiling/building kernels.
-cl-std=2.0
Here is the list of supported extensions in my output.
EXTENSION: cl_khr_spir cl_khr_3d_image_writes cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_byte_addressable_store cl_khr_fp64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
Despite enabling required extensions on the .cl file (like below lines), I get an error at the run time.
Enabled extensions in .cl file:
Output from Oclgrind:
I have enabled
-cl-std=2.0
when compiling/building kernels.Here is the list of supported extensions in my output.
The text was updated successfully, but these errors were encountered: