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
Would you kindly provide guidance on transitioning CUDA-Python code to SYCL? Specifically, I am interested in converting the code available here to SYCL utilizing dpctl. And also, is there any tool available for auto-migration of CUDA-Python sample to SYCL? (like SYCLOMATIC tool)
Additionally, could you please furnish any documentation detailing the mapping process, if available?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered:
It leverages dpctl.program.create_program_from_source functions to compile OCL source, and submits kernel extracted from the program it using dpctl.SyclQueue.submit method.
There is no automated tool like available to aid in transition from CUDA-Python to SYCL. However, Syclomatic could be used to convert CUDA program to SYCL, and Python extension can be created leveraging dpctl to invoke SYCL functions in the translated code from Python.
Hi team,
Would you kindly provide guidance on transitioning CUDA-Python code to SYCL? Specifically, I am interested in converting the code available here to SYCL utilizing dpctl. And also, is there any tool available for auto-migration of CUDA-Python sample to SYCL? (like SYCLOMATIC tool)
Additionally, could you please furnish any documentation detailing the mapping process, if available?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: