Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b1da58d

Browse files
committed
Fix clang-format issues
1 parent 328a040 commit b1da58d

6 files changed

+6
-6
lines changed

SYCL/ESIMD/lsc/lsc_surf_load_u32_stateless.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/lsc/lsc_surf_load_u8_u16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/lsc/lsc_surf_store_u32_stateless.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64_scalar_off.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc
99
// UNSUPPORTED: esimd_emulator
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)