We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd86bf commit 373dd69Copy full SHA for 373dd69
clang/test/SemaSYCL/undefined-functor.cpp
@@ -1,4 +1,5 @@
1
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2020 -verify -fsyntax-only %s
2
+// This test checks that an error is thrown when a functor without a call operator defined is used as a kernel.
3
4
#include "sycl.hpp"
5
0 commit comments