5a45d3ca84c294a6edd473b5da9a645426a98222
// hipified to #include<hip/hip_runtime.h> #include<cuda.h> // 1st cuda main include (Driver API) // to eliminate #include<cuda_runtime.h> // 2nd cuda main include (Runtime API) HIP has one header hip_runtime.h for both CUDA APIs, thus second cuda main include directive is eliminated entirely.
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%