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 54fc5a0 commit 70f8478Copy full SHA for 70f8478
libclc/clc/include/clc/clcfunc.h
@@ -27,16 +27,8 @@
27
(__OPENCL_C_VERSION__ >= CL_VERSION_3_0 && \
28
defined(__opencl_c_generic_address_space))
29
#define _CLC_GENERIC_AS_SUPPORTED 1
30
-// Note that we hard-code the assumption that a non-distinct address space means
31
-// that the target maps the generic address space to the private address space.
32
-#ifdef __CLC_DISTINCT_GENERIC_ADDRSPACE__
33
-#define _CLC_DISTINCT_GENERIC_AS_SUPPORTED 1
34
-#else
35
-#define _CLC_DISTINCT_GENERIC_AS_SUPPORTED 0
36
-#endif
37
#else
38
#define _CLC_GENERIC_AS_SUPPORTED 0
39
40
#endif
41
42
#endif // __CLC_CLCFUNC_H_
0 commit comments