File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -830,9 +830,6 @@ class __SYCL_EXPORT handler {
830830 constexpr bool UsesRootSync = PropertiesT::template has_property<
831831 sycl::ext::oneapi::experimental::use_root_sync_key>();
832832 if (UsesRootSync) {
833- std::cout << " -----------------------------Successfully entered "
834- " UsesRootSync-----------------------"
835- << std::endl;
836833 setKernelIsCooperative (UsesRootSync);
837834 }
838835 if constexpr (PropertiesT::template has_property<
Original file line number Diff line number Diff line change 22// XFAIL: (opencl && !cpu && !accelerator)
33// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14641
44
5- // TODO: Currently using the -Wno-deprecated-declarations flag due to issue
6- // https://github.com/intel/llvm/issues/16451. Rewrite testRootGroup() amd
7- // remove the flag once the issue is resolved.
8- // RUN: %{build} -I . -o %t.out -Wno-deprecated-declarations %if target-nvidia %{ -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_70 %}
5+ // RUN: %{build} -I . -o %t.out %if target-nvidia %{ -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_70 %}
96// RUN: %{run} %t.out
107
118// Disabled temporarily while investigation into the failure is ongoing.
You can’t perform that action at this time.
0 commit comments