Remove CUDA_EXCLUDES

An artefact from a now-defunct hack to avoid corrupting programs
This commit is contained in:
Chris Kitching
2017-10-23 17:06:24 +01:00
parent 2f376c9b25
commit c6707ef33c
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -1,7 +1,5 @@
#include "CUDA2HipMap.h"
const std::set<llvm::StringRef> CUDA_EXCLUDES{"CHECK_CUDA_ERROR", "CUDA_SAFE_CALL"};
/// Maps the names of CUDA types to the corresponding hip types.
const std::map<llvm::StringRef, hipCounter> CUDA_TYPE_NAME_MAP{
// Error codes and return types