Skip to content

Commit e8c804b

Browse files
authored
[SYCL][COMPAT] Bump SYCLCOMPAT_COMPATIBILITY_TEMP to 900 (#15375)
- Bump SYCLCOMPAT_COMPATIBILITY_TEMP from 600 to 900
1 parent 4684463 commit e8c804b

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
@@ -1605,7 +1605,7 @@ template <int Arg> class syclcompat_kernel_scalar;
16051605
#define __syclcompat_noinline__ __attribute__((noinline))
16061606
#endif
16071607
1608-
#define SYCLCOMPAT_COMPATIBILITY_TEMP (600)
1608+
#define SYCLCOMPAT_COMPATIBILITY_TEMP (900)
16091609
16101610
#ifdef _WIN32
16111611
#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)