...
To convert a CUDA file (foo.cu
, for example) to HIP format, enter the following after loading a ROCm module:
Column | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
You can then compile the HIP ready . cpp file for the ROCm environment using the HIP/ Clang compiler provided in the ROCm installation:
...