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

Commit 2fbfbbe

Browse files
committed
also to rename the file markup
1 parent 86e20be commit 2fbfbbe

11 files changed

+11
-11
lines changed

SYCL/ESIMD/api/functional/functions/functions_select_2d_core_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==- functions_select_2d_core_aspect-fp64.cpp - DPC++ ESIMD on-device test ==//
1+
//==- functions_select_2d_core_aspect_fp64.cpp - DPC++ ESIMD on-device test ==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/api/saturation_smoke_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==---- saturation_smoke_aspect-fp64.cpp - DPC++ ESIMD on-device test ----==//
1+
//==---- saturation_smoke_aspect_fp64.cpp - DPC++ ESIMD on-device test ----==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/api/simd_view_select_2d_fp_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==- simd_view_select_2d_fp_aspect-fp64.cpp - DPC++ ESIMD on-device test -==//
1+
//==- simd_view_select_2d_fp_aspect_fp64.cpp - DPC++ ESIMD on-device test -==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/api/unary_ops_heavy_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==------ unary_ops_heavy_aspect-fp64.cpp - DPC++ ESIMD on-device test ---==//
1+
//==------ unary_ops_heavy_aspect_fp64.cpp - DPC++ ESIMD on-device test ---==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/ext_math_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==----- ext_math_aspect-fp64.cpp - DPC++ ESIMD extended math test -------==//
1+
//==----- ext_math_aspect_fp64.cpp - DPC++ ESIMD extended math test -------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/regression/dgetrf_8x8_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==------- dgetrf_8x8_aspect-fp64.cpp - DPC++ ESIMD on-device test -------==//
1+
//==------- dgetrf_8x8_aspect_fp64.cpp - DPC++ ESIMD on-device test -------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/regression/dgetrf_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==--------- dgetrf_aspect-fp64.cpp - DPC++ ESIMD on-device test ---------==//
1+
//==--------- dgetrf_aspect_fp64.cpp - DPC++ ESIMD on-device test ---------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/ESIMD/regression/dgetrf_ref_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==------- dgetrf_ref_aspect-fp64.cpp - DPC++ ESIMD on-device test -------==//
1+
//==------- dgetrf_ref_aspect_fp64.cpp - DPC++ ESIMD on-device test -------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

SYCL/SubGroup/barrier_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1010
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1111

12-
//==-- barrier_aspect-fp64.cpp - SYCL sub_group barrier test ---*- C++ -*---==//
12+
//==-- barrier_aspect_fp64.cpp - SYCL sub_group barrier test ---*- C++ -*---==//
1313
//
1414
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
1515
// See https://llvm.org/LICENSE.txt for license information.

SYCL/SubGroup/load_store_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// AMD
1414
// XFAIL: hip_amd
1515
//
16-
//==----- load_store_aspect-fp64.cpp - SYCL sub_group load/store test ------==//
16+
//==----- load_store_aspect_fp64.cpp - SYCL sub_group load/store test ------==//
1717
//
1818
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
1919
// See https://llvm.org/LICENSE.txt for license information.

SYCL/USM/fill_aspect_fp64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==------- fill_aspect-fp64.cpp - USM fill test for double type -----------==//
1+
//==------- fill_aspect_fp64.cpp - USM fill test for double type -----------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)