Hacker News new | ask | show | jobs
by dahart 1471 days ago
Ah, yes, thank you, it looks awesome! It doesn't have GPU options (which is fair, since this is standard C++). But I see now I could have figured out the answer to my question in just a few seconds. :)
1 comments

Compiler Explorer does have GPU options, actually. It has well-established CUDA support and I have been meaning to help add HIP support.
Oh sweet, I missed it then! Where do you go to switch to CUDA?
In the language tab, you can just select "CUDA C++" (or OpenCL C for that matter) instead of C++ or Rust.