Skip to content

Commit e555f19

Browse files
committed
[SYCL] Remove unnecessary code
Signed-off-by: Hu, Peisen <[email protected]>
1 parent 79e33ee commit e555f19

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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<

sycl/test-e2e/GroupAlgorithm/root_group.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
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.

0 commit comments

Comments
 (0)