[HIPIFY][fix] Return back cudaDeviceProp's struct field warpSize to hipWarpSize mapping.
[ROCm/clr commit: 3489fe9ca1]
This commit is contained in:
@@ -9,6 +9,8 @@ const std::map<llvm::StringRef, hipCounter> CUDA_RUNTIME_TYPE_NAME_MAP {
|
||||
{"cudaChannelFormatDesc", {"hipChannelFormatDesc", CONV_TYPE, API_RUNTIME}},
|
||||
// no analogue
|
||||
{"cudaDeviceProp", {"hipDeviceProp_t", CONV_TYPE, API_RUNTIME}},
|
||||
// NOTE: int warpSize is a field of cudaDeviceProp
|
||||
{"warpSize", {"hipWarpSize", CONV_TYPE, API_RUNTIME}},
|
||||
|
||||
// no analogue
|
||||
{"cudaEglFrame", {"hipEglFrame", CONV_TYPE, API_RUNTIME, HIP_UNSUPPORTED}},
|
||||
|
||||
Referens i nytt ärende
Block a user