Skip to content

Commit 3922a59

Browse files
committed
Update GWS test
Change-Id: I1d14f1614a6ed692447cd8d596f36522915990c2
1 parent ba40a63 commit 3922a59

File tree

1 file changed

+1
-1
lines changed
  • amd/device-libs/ockl/src

1 file changed

+1
-1
lines changed

amd/device-libs/ockl/src/cg.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AL(P,S) __opencl_atomic_load((__global atomic_uint *)P, memory_order_relaxed, S)
1212
#define AA(P,V,S) __opencl_atomic_fetch_add((__global atomic_uint *)P, V, memory_order_relaxed, S)
1313

14-
#define AVOID_GWS() (__oclc_ISA_version == 9400 || __oclc_ISA_version == 9401 || __oclc_ISA_version == 9402 || __oclc_ISA_version >= 11000)
14+
#define AVOID_GWS() (__oclc_ISA_version == 9400 || __oclc_ISA_version == 9401 || __oclc_ISA_version == 9402 || __oclc_ISA_version == 9500 || __oclc_ISA_version >= 11000)
1515

1616
// XXX do not change these two structs without changing the language runtime
1717
struct mg_sync {

0 commit comments

Comments
 (0)