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
Copy file name to clipboardExpand all lines: sycl/test/basic_tests/single_task_error_message.cpp
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,6 @@ int main() {
12
12
.single_task([&](sycl::handler &cgh) {
13
13
// expected-error-re@sycl/queue.hpp:* {{static assertion failed due to requirement '{{.*}}': sycl::queue.single_task() requires a kernel instead of command group.{{.*}} Use queue.submit() instead}}
14
14
// expected-error-re@sycl/detail/cg_types.hpp:* {{no matching function for call to object of type '(lambda at {{.*}}single_task_error_message.cpp:{{.*}})'}}
15
-
// TODO Investigate why this function template is not instantiated
16
-
// (if this is expected).
17
-
// expected-error@sycl/detail/cg_types.hpp:* {{no matching function for call to 'runKernelWithoutArg'}}
18
15
})
19
16
.wait();
20
17
}
@@ -31,9 +28,6 @@ int main() {
31
28
[&](sycl::handler &cgh) {
32
29
// expected-error-re@sycl/queue.hpp:* {{static assertion failed due to requirement '{{.*}}': sycl::queue.single_task() requires a kernel instead of command group.{{.*}} Use queue.submit() instead}}
33
30
// expected-error-re@sycl/detail/cg_types.hpp:* {{no matching function for call to object of type '(lambda at {{.*}}single_task_error_message.cpp:{{.*}})'}}
34
-
// TODO Investigate why this function template is not
35
-
// instantiated (if this is expected).
36
-
// expected-error@sycl/detail/cg_types.hpp:* {{no matching function for call to 'runKernelWithoutArg'}}
37
31
})
38
32
.wait();
39
33
}
@@ -50,9 +44,6 @@ int main() {
50
44
[&](sycl::handler &cgh) {
51
45
// expected-error-re@sycl/queue.hpp:* {{static assertion failed due to requirement '{{.*}}': sycl::queue.single_task() requires a kernel instead of command group.{{.*}} Use queue.submit() instead}}
52
46
// expected-error-re@sycl/detail/cg_types.hpp:* {{no matching function for call to object of type '(lambda at {{.*}}single_task_error_message.cpp:{{.*}})'}}
53
-
// TODO Investigate why this function template is not
54
-
// instantiated (if this is expected).
55
-
// expected-error@sycl/detail/cg_types.hpp:* {{no matching function for call to 'runKernelWithoutArg'}}
0 commit comments