Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.

USM with CUDA backend

eug
Beginner
1,253 Views

Hello,

I'm trying to build a DPCPP application to run with a CUDA backend.

I'm using this guide as reference https://intel.github.io/llvm-docs/GetStartedGuide.html#build-dpc-toolchain-with-support-for-nvidia-cuda .

The application works well if I don't use the USM extension. If I use it, I get an exception.

My question is:  is USM supported by the cuda backend? 

 

 

0 Kudos
1 Solution
RahulV_intel
Moderator
1,240 Views

Hi,

 

Please note that  oneAPI-beta08 does not support CUDA backend currently. However, the alternate version (available on github) does support CUDA backend.

 

https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md

 

For any issues related to this, I would highly encourage you to open an issue on github itself, for faster response.

 

Link: https://github.com/intel/llvm/issues

 

 

Regards,

Rahul

 

View solution in original post

0 Kudos
4 Replies
RahulV_intel
Moderator
1,241 Views

Hi,

 

Please note that  oneAPI-beta08 does not support CUDA backend currently. However, the alternate version (available on github) does support CUDA backend.

 

https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md

 

For any issues related to this, I would highly encourage you to open an issue on github itself, for faster response.

 

Link: https://github.com/intel/llvm/issues

 

 

Regards,

Rahul

 

0 Kudos
RahulV_intel
Moderator
1,218 Views

Hi,


Let me know if I may close this thread from my end.


Thanks,

Rahul


0 Kudos
eug
Beginner
1,213 Views
0 Kudos
RahulV_intel
Moderator
1,211 Views

Thanks for the confirmation.

Intel will no longer monitor this thread. Henceforth, any discussion on this thread will be considered as a community response.


0 Kudos
Reply