Y
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
slavik81
1471 days ago
Compiler Explorer does have GPU options, actually. It has well-established CUDA support and I have been meaning to help add HIP support.
link
dahart
1471 days ago
Oh sweet, I missed it then! Where do you go to switch to CUDA?
link
masklinn
1471 days ago
In the language tab, you can just select "CUDA C++" (or OpenCL C for that matter) instead of C++ or Rust.
link