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
I was trying to run your example in devcloud and after solving some problems with library paths I have encountered the following error when reserving memory for the GPU:
In file included from src/parallel_stable_sort_oneapi.cpp:7:
In file included from /glob/development-tools/versions/oneapi/gold/inteloneapi/compiler/2021.1.1/linux/bin/../include/sycl/CL/sycl.hpp:48:
In file included from /glob/development-tools/versions/oneapi/gold/inteloneapi/compiler/2021.1.1/linux/bin/../include/sycl/CL/sycl/usm.hpp:11:
/glob/development-tools/versions/oneapi/gold/inteloneapi/compiler/2021.1.1/linux/bin/../include/sycl/CL/sycl/usm/usm_allocator.hpp:42:3: error: static_assert failed due to requirement '(cl::sycl::usm::alloc)1 != usm::alloc::device' "usm_allocator does not support AllocKind == usm::alloc::device"
Did you encounter any problems like this or could it be a problem derived from the new oneAPI implementation?
Thank you for your time.
The text was updated successfully, but these errors were encountered:
It seems to be a compatibility problem with usm_allocator: intel/llvm#2026
In this link it is clear that the use of usm::alloc::device is no longer allowed.
Hi Arthur,
I was trying to run your example in devcloud and after solving some problems with library paths I have encountered the following error when reserving memory for the GPU:
Did you encounter any problems like this or could it be a problem derived from the new oneAPI implementation?
Thank you for your time.
The text was updated successfully, but these errors were encountered: