Skip to content

Commit 70f8478

Browse files
committed
wop reduce macros
1 parent 54fc5a0 commit 70f8478

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libclc/clc/include/clc/clcfunc.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,8 @@
2727
(__OPENCL_C_VERSION__ >= CL_VERSION_3_0 && \
2828
defined(__opencl_c_generic_address_space))
2929
#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
3730
#else
3831
#define _CLC_GENERIC_AS_SUPPORTED 0
39-
#define _CLC_DISTINCT_GENERIC_AS_SUPPORTED 0
4032
#endif
4133

4234
#endif // __CLC_CLCFUNC_H_

0 commit comments

Comments
 (0)