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 2f260c2 commit 1a6f7a5Copy full SHA for 1a6f7a5
sycl/source/detail/graph_impl.hpp
@@ -125,6 +125,7 @@ class node_impl {
125
return createCGCopy<sycl::detail::CGExecKernel>();
126
case sycl::detail::CG::CodeplayInteropTask:
127
assert(false);
128
+ break;
129
// TODO: Uncomment this once we implement support for interop task so we can
130
// test required changes to the CG class.
131
@@ -153,6 +154,7 @@ class node_impl {
153
154
return createCGCopy<sycl::detail::CGMemset2DUSM>();
155
case sycl::detail::CG::CodeplayHostTask:
156
157
158
// TODO: Uncomment this once we implement support for host task so we can
159
160
0 commit comments