Files
rocm-systems/projects/clr/hipamd/hipify-clang/src/CUDA2HIP_SPARSE_API_functions.cpp
T
emankov 2a9370f82e [HIPIFY][SPARSE] Initial support
[ROCm/clr commit: f66388bd05]
2018-11-20 17:58:05 +03:00

6 lines
170 B
C++

#include "CUDA2HIP.h"
// Maps the names of CUDA SPARSE API types to the corresponding HIP types
const std::map<llvm::StringRef, hipCounter> CUDA_SPARSE_FUNCTION_MAP{
};