2a9370f82e
[ROCm/clr commit: f66388bd05]
6 lines
170 B
C++
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{
|
|
};
|