Skip to content

Commit

Permalink
[SYCL] removing sycl 2017 related check
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZibrov committed Jul 12, 2024
1 parent f3eb5be commit 40e29ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/parallel_for_disable_range_roundup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out | FileCheck %s --check-prefix CHECK-DISABLED

// RUN: %{build} -sycl-std=2017 -o %t.out
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out | FileCheck %s --check-prefix CHECK-DISABLED

// RUN: %{build} -sycl-std=2020 -o %t.out
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out | FileCheck %s --check-prefix CHECK-ENABLED

Expand Down

0 comments on commit 40e29ca

Please sign in to comment.