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
During the work this alpaka PR, I realized that it is required to distinguish different target processor types, if the SYCL backend is used. At the moment, the CPU and GPU device can be group together. The second target processor category is FPGA.
I should use at lease the term SYCL_DEVICE_CPU_GPU, that I can split up it later if required.
The text was updated successfully, but these errors were encountered:
During the work this alpaka PR, I realized that it is required to distinguish different target processor types, if the SYCL backend is used. At the moment, the CPU and GPU device can be group together. The second target processor category is FPGA.
I should use at lease the term
SYCL_DEVICE_CPU_GPU
, that I can split up it later if required.The text was updated successfully, but these errors were encountered: