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

Commit dec0836

Browse files
committed
cosmetic changes
1 parent 63237bd commit dec0836

11 files changed

+63
-48
lines changed

SYCL/ESIMD/spec_const/spec_const_bool.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_char.cpp

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
14-
// Linux Level Zero fail with assertion in SPIRV about specialization constant type size.
15+
// Linux Level Zero fail with assertion in SPIRV about specialization constant
16+
// type size.
1517
// XFAIL: level_zero
1618
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1719
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_double.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_float.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_int.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_long.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_short.cpp

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
14-
// Linux Level Zero fail with assertion in SPIRV about specialization constant type size.
15+
// Linux Level Zero fail with assertion in SPIRV about specialization constant
16+
// type size.
1517
// XFAIL: level_zero
1618
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1719
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_uchar.cpp

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
14-
// Linux Level Zero fail with assertion in SPIRV about specialization constant type size.
15+
// Linux Level Zero fail with assertion in SPIRV about specialization constant
16+
// type size.
1517
// XFAIL: level_zero
1618
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1719
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_uint.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_ulong.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7 based spirv translator.
10-
// This translator doesn't have the ability to overwrite the default specialization constant value.
11-
// That is why the support in Windows driver is disabled at all.
12-
// This feature will start working on Windows when the llvm version is switched to 9.
9+
// On Windows vector compute backend (as a part of IGC) uses llvm-7 and llvm-7
10+
// based spirv translator. This translator doesn't have the ability to overwrite
11+
// the default specialization constant value. That is why the support in Windows
12+
// driver is disabled at all. This feature will start working on Windows when
13+
// the llvm version is switched to 9.
1314
// UNSUPPORTED: windows
1415
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)