You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the instances of slave have been changed to agent following
inclusivity guidelines. Lit tests pass with the changes.
IntelFPGALocalStaticSlaveMemVar has been deprecated.
Copy file name to clipboardExpand all lines: clang/test/SemaSYCL/intel-fpga-local.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -680,7 +680,7 @@ void attr_on_const_error()
680
680
//expected-error@+1{{attribute only applies to local non-const variables and non-static data members}}
681
681
voidattr_on_func_arg([[intel::private_copies(8)]] int pc) {}
682
682
683
-
//expected-error@+1{{attribute only applies to constant variables, local variables, static variables, slave memory arguments, and non-static data members}}
683
+
//expected-error@+1{{attribute only applies to constant variables, local variables, static variables, agent memory arguments, and non-static data members}}
684
684
[[intel::force_pow2_depth(0)]]
685
685
__attribute__((opencl_global)) unsigned int ocl_glob_force_p2d[64] = {1, 2, 3};
0 commit comments