Skip to content

Commit 5ef8831

Browse files
committed
Bump SYCLCOMPAT_COMPATIBILITY_TEMP to 900
This is used by SYCLomatic.
1 parent 57eb129 commit 5ef8831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/doc/syclcompat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ template <int Arg> class syclcompat_kernel_scalar;
15701570
#define __syclcompat_noinline__ __attribute__((noinline))
15711571
#endif
15721572
1573-
#define SYCLCOMPAT_COMPATIBILITY_TEMP (600)
1573+
#define SYCLCOMPAT_COMPATIBILITY_TEMP (900)
15741574
15751575
#ifdef _WIN32
15761576
#define SYCLCOMPAT_EXPORT __declspec(dllexport)

sycl/include/syclcompat/defs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ template <int Arg> class syclcompat_kernel_scalar;
4747
#define __syclcompat_noinline__ __attribute__((noinline))
4848
#endif
4949

50-
#define SYCLCOMPAT_COMPATIBILITY_TEMP (600)
50+
#define SYCLCOMPAT_COMPATIBILITY_TEMP (900)
5151

5252
#ifdef _WIN32
5353
#define SYCLCOMPAT_EXPORT __declspec(dllexport)

0 commit comments

Comments
 (0)