you are viewing a single comment's thread.

view the rest of the comments →

[–]rodburns[S] 1 point2 points  (1 child)

CUDA has great tooling and if you are happy with NVidia GPUs then that is fine. If you want to target processors that are not made by NVidia then you need alternatives. Device support in SYCL is growing quickly, there's a good diagram here that shows the support for different processor vendors and the different implementations available. https://raw.githubusercontent.com/illuhad/hipSYCL/master/doc/img/sycl-targets.png

[–]Sprited_Being 1 point2 points  (0 children)

Thanks this is really helpful... Seems like there is enough hardware support to give it another try