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
// This test checks correctness of hierarchical kernel execution when there is
// code and data in the work group scope, and when the test is compiled with
sycl/test/sub_group/generic-shuffle.cpp
-// UNSUPPORTED: cuda
+// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out