diff --git a/sycl/source/detail/graph_impl.hpp b/sycl/source/detail/graph_impl.hpp index ac4dca9e395dd..ba528dcec6765 100644 --- a/sycl/source/detail/graph_impl.hpp +++ b/sycl/source/detail/graph_impl.hpp @@ -125,6 +125,7 @@ class node_impl { return createCGCopy(); case sycl::detail::CG::CodeplayInteropTask: assert(false); + break; // TODO: Uncomment this once we implement support for interop task so we can // test required changes to the CG class. @@ -153,6 +154,7 @@ class node_impl { return createCGCopy(); case sycl::detail::CG::CodeplayHostTask: assert(false); + break; // TODO: Uncomment this once we implement support for host task so we can // test required changes to the CG class.