change file extension to hip.hpp and hip.cpp

[ROCm/composable_kernel commit: b2888adfbe]
This commit is contained in:
Chao Liu
2019-02-15 02:13:21 -06:00
parent 153629655f
commit c0baa18a3f
35 changed files with 212 additions and 234 deletions

View File

@@ -42,8 +42,8 @@ float launch_kernel(F kernel, dim3 grid_dim, dim3 block_dim, Args... args)
hipGetErrorString(hipGetLastError());
#elif DEVICE_BACKEND_CUDA
const void* f = reinterpret_cast<const void*>(kernel);
void* p_args[] = {&args...};
const void* f = reinterpret_cast<const void*>(kernel);
void* p_args[] = {&args...};
timer.Start();