This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +63
-48
lines changed Expand file tree Collapse file tree 11 files changed +63
-48
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// 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.
15
17
// XFAIL: level_zero
16
18
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
17
19
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// 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.
15
17
// XFAIL: level_zero
16
18
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
17
19
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// 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.
15
17
// XFAIL: level_zero
16
18
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
17
19
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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.
13
14
// UNSUPPORTED: windows
14
15
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
15
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments