Files
rocm-systems/projects/clr/hipamd/hipify-clang/src/CUDA2HIP_SPARSE_API_functions.cpp
T

6 lines
170 B
C++
Raw Normal View History

2018-11-20 17:58:05 +03:00
#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{
};