[HIPIFY][SPARSE] Initial support

Dieser Commit ist enthalten in:
emankov
2018-11-20 17:58:05 +03:00
Ursprung d4f1d15f8d
Commit 30c387a811
11 geänderte Dateien mit 41 neuen und 6 gelöschten Zeilen
@@ -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}},