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
"the first occurrence of SYCL kernel free function should be declared with 'sycl-nd-range-kernel' or 'sycl-single-task-kernel' compile time properties">;
12970
12970
def err_free_function_class_method : Error<
12971
12971
"%select{static |}0class method cannot be used to define a SYCL kernel free function kernel">;
12972
+
def err_free_function_virtual_arg : Error<
12973
+
"argument type %0 of kernel free function can not %select{be virtually derived |have virtual methods}1">;
0 commit comments