Skip to content

Commit

Permalink
[SYCL][Test E2E] Temporarily add explicit '-O2' to avoid GPU hang iss…
Browse files Browse the repository at this point in the history
…ue with O0 optimization for Basic/large-range.cpp (intel#11654)
  • Loading branch information
myler authored Oct 27, 2023
1 parent 292309c commit ec54804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/test-e2e/Basic/large-range.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// RUN: %{build} -fno-sycl-id-queries-fit-in-int -o %t.out
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
// RUN: %{build} -fno-sycl-id-queries-fit-in-int -O2 -o %t.out
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out

#include <numeric>
Expand Down

0 comments on commit ec54804

Please sign in to comment.