Skip to content

Commit 8027266

Browse files
authored
[SYCL][ESIMD][E2E] Remove force O2 from tests (#12911)
They all pass now, I tested on Gen12 and PVC. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent e8361f6 commit 8027266

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-97
lines changed

sycl/test-e2e/ESIMD/BitonicSortK.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "BitonicSortK.hpp"

sycl/test-e2e/ESIMD/BitonicSortKv2.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "BitonicSortKv2.hpp"

sycl/test-e2e/ESIMD/InlineAsm/asm_glb.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Force -O2 as it currently fails in O0 due to missing VC support
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "../esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/PrefixSum.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out 20
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out 20
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/Stencil.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/acc_gather_scatter_rgba.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// The test checks functionality of the gather_rgba/scatter_rgba accessor-based

sycl/test-e2e/ESIMD/acc_gather_scatter_rgba_stateless.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-esimd-force-stateless-mem -o %t.out
8+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// The test checks functionality of the gather_rgba/scatter_rgba accessor-based

sycl/test-e2e/ESIMD/accessor_gather_scatter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// The test checks functionality of the gather/scatter accessor-based ESIMD

sycl/test-e2e/ESIMD/accessor_gather_scatter_stateless.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-esimd-force-stateless-mem -o %t.out
8+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// The test checks functionality of the gather/scatter accessor-based ESIMD

sycl/test-e2e/ESIMD/accessor_stateless.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-esimd-force-stateless-mem -D_CRT_SECURE_NO_WARNINGS=1 -o %t.out
8+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -D_CRT_SECURE_NO_WARNINGS=1 -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// This test checks that accessor-based memory accesses work correctly in ESIMD

sycl/test-e2e/ESIMD/api/bin_and_cmp_ops_heavy.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// Exclude PVC not to run same test cases twice (via the *_pvc.cpp variant).
99
// UNSUPPORTED: gpu-intel-pvc
10-
// Use -O2 to avoid huge stack usage under -O0.
11-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
10+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1211
// RUN: %{run} %t.out
1312

1413
// Tests various binary operations applied to simd objects.

sycl/test-e2e/ESIMD/api/esimd_pack_unpack_mask.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// Smoke test for the esimd pack_mask/unpack_mask APIs.

sycl/test-e2e/ESIMD/api/esimd_rgba_smoke.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// Smoke test for scatter/gather also illustrating correct use of these APIs

sycl/test-e2e/ESIMD/api/esimd_rgba_smoke_64.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// Smoke test for scatter/gather also illustrating correct use of these APIs

sycl/test-e2e/ESIMD/api/functional/functions/functions_select_lvalue_fp_extra.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211
//
1312
// Test for simd lvalue select function.

sycl/test-e2e/ESIMD/api/simd_any_all.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// Smoke test for esimd any/all operations APIs.

sycl/test-e2e/ESIMD/api/simd_copy_to_from.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: gpu-intel-pvc
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// This test checks simd::copy_from/to methods with alignment flags.

sycl/test-e2e/ESIMD/api/simd_mask.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -I%S/.. -o %t.out
8+
// RUN: %{build} -I%S/.. -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// Smoke test for simd_mask API functionality.

sycl/test-e2e/ESIMD/api/simd_memory_access.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// The test checks functionality of the memory access APIs which are members of

sycl/test-e2e/ESIMD/api/simd_view_select_2d_fp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// Smoke test for 2D region select API which can be used to represent 2D tiles.

sycl/test-e2e/ESIMD/api/simd_view_select_2d_int.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
109
// RUN: %{run} %t.out
1110
//
1211
// Smoke test for 2D region select API which can be used to represent 2D tiles.

sycl/test-e2e/ESIMD/api/slm_gather_scatter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Use -O2 to avoid huge stack usage under -O0.
2-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
1+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
32
// RUN: %{run} %t.out
43
//
54
// The test checks functionality of the slm_gather/slm_scatter ESIMD APIs.

sycl/test-e2e/ESIMD/api/svm_gather_scatter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: gpu-intel-pvc
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// Regression test for SVM gather/scatter API.

sycl/test-e2e/ESIMD/api/svm_gather_scatter_64.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPOORTED: gpu-intel-pvc
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// Regression test for gather/scatter API.

sycl/test-e2e/ESIMD/api/unary_ops_heavy.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// Exclude PVC not to run same test cases twice (via the *_pvc.cpp variant).
99
// UNSUPPORTED: gpu-intel-pvc
10-
// Use -O2 to avoid huge stack usage under -O0.
11-
// RUN: %{build} -O2 -fsycl-device-code-split=per_kernel -o %t.out
10+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1211
// RUN: %{run} %t.out
1312

1413
// Tests various unary operations applied to simd objects.

sycl/test-e2e/ESIMD/histogram.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/histogram_256_slm.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/histogram_256_slm_spec_2020.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// TODO enable on Windows
22
// REQUIRES: linux
3-
// Use -O2 to avoid huge stack usage under -O0.
4-
// RUN: %{build} -O2 -o %t.out
3+
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out 16
65

76
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/histogram_2d.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/histogram_2d_64.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211
//
1312
// 64 bit offset variant of the test - uses 64 bit offsets.

sycl/test-e2e/ESIMD/histogram_64.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211
//
1312
// 64 bit offset variant of the test - uses 64 bit offsets.

sycl/test-e2e/ESIMD/imulh_umulh.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// The test verifies ESIMD API that multiplies 2 32-bit integer scalars/vectors

sycl/test-e2e/ESIMD/kmeans/kmeans.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -I%S/.. -o %t.out
8+
// RUN: %{build} -I%S/.. -o %t.out
109
// RUN: %{run} %t.out %S/points.csv
1110

1211
#include "kmeans.h"

sycl/test-e2e/ESIMD/linear/linear.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -I%S/.. -o %t.out
9+
// RUN: %{build} -I%S/.. -o %t.out
1110
// RUN: %{run} %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
1211

1312
#include "bitmap_helpers.h"

sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/matrix_transpose_usm.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
#include "esimd_test_utils.hpp"

sycl/test-e2e/ESIMD/radix_sort.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Use -O2 to avoid huge stack usage under -O0.
9-
// RUN: %{build} -O2 -o %t.out
8+
// RUN: %{build} -o %t.out
109
// RUN: %{run} %t.out
1110

1211
// This test implements parallel radix sort on GPU

sycl/test-e2e/ESIMD/reduction.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// Use -O2 to avoid huge stack usage under -O0.
10-
// RUN: %{build} -O2 -o %t.out
9+
// RUN: %{build} -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
#include "esimd_test_utils.hpp"

0 commit comments

Comments
 (0)