Remove CUDA_EXCLUDES

An artefact from a now-defunct hack to avoid corrupting programs


[ROCm/hip commit: c6707ef33c]
Tento commit je obsažen v:
Chris Kitching
2017-10-23 17:06:24 +01:00
rodič 199d75adc0
revize 48e7403762
2 změnil soubory, kde provedl 0 přidání a 5 odebrání
-2
Zobrazit soubor
@@ -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
-3
Zobrazit soubor
@@ -16,9 +16,6 @@ struct hipCounter {
#define HIP_UNSUPPORTED true
/// Macros to ignore.
extern const std::set<llvm::StringRef> CUDA_EXCLUDES;
/// Maps cuda header names to hip header names.
extern const std::map<llvm::StringRef, hipCounter> CUDA_INCLUDE_MAP;