We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d06835 commit 56c79d8Copy full SHA for 56c79d8
llvm-spirv/lib/SPIRV/SPIRVInternal.h
@@ -68,11 +68,6 @@ namespace SPIRV {
68
/// This number should be bumped up whenever the generated SPIR-V changes.
69
const static unsigned short KTranslatorVer = 14;
70
71
-#define SPCV_TARGET_LLVM_IMAGE_TYPE_ENCODE_ACCESS_QUAL 0
72
-// Workaround for SPIR 2 producer bug about kernel function calling convention.
73
-// This workaround checks metadata to determine if a function is kernel.
74
-#define SPCV_RELAX_KERNEL_CALLING_CONV 1
75
-
76
class SPIRVOpaqueType;
77
typedef SPIRVMap<std::string, Op, SPIRVOpaqueType> SPIRVOpaqueTypeOpCodeMap;
78
0 commit comments