[HIPIFY][SPARSE] Initial support

[ROCm/hip commit: 30c387a811]
This commit is contained in:
emankov
2018-11-20 17:58:05 +03:00
rodzic 20fff19daa
commit f5f06217a8
11 zmienionych plików z 41 dodań i 6 usunięć
@@ -1,6 +1,6 @@
#include "CUDA2HIP.h"
// Maps the names of CUDA DRIVER API types to the corresponding HIP types
// Maps the names of CUDA Complex API types to the corresponding HIP types
const std::map<llvm::StringRef, hipCounter> CUDA_COMPLEX_FUNCTION_MAP{
{"cuCrealf", {"hipCrealf", CONV_COMPLEX, API_COMPLEX}},
{"cuCimagf", {"hipCimagf", CONV_COMPLEX, API_COMPLEX}},