Skip to content

Commit 803764e

Browse files
author
Victor Lomuller
committed
fix missing enum handling
1 parent 8cd4e2e commit 803764e

File tree

1 file changed

+2
-0
lines changed
  • sycl/include/sycl/ext/oneapi/experimental

1 file changed

+2
-0
lines changed

sycl/include/sycl/ext/oneapi/experimental/graph.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ UnsupportedFeatureToString(UnsupportedGraphFeatures Feature) {
8787
return "sycl_ext_oneapi_experimental_cuda_cluster_launch";
8888
case UGF::sycl_ext_codeplay_enqueue_native_command:
8989
return "sycl_ext_codeplay_enqueue_native_command";
90+
case UGF::sycl_ext_oneapi_work_group_scratch_memory:
91+
return "sycl_ext_oneapi_work_group_scratch_memory";
9092
}
9193

9294
assert(false && "Unhandled graphs feature");

0 commit comments

Comments
 (0)