Skip to content

Commit f763563

Browse files
YuriPlyakhinigcbot
authored andcommitted
Enable SPIRV 2d_block_io and subgroup_matrix_multiply_accumulate tests
Enable SPV_INTEL_2d_block_io and SPV_INTEL_subgroup_matrix_multiply_accumulate tests
1 parent ce9c6e7 commit f763563

File tree

10 files changed

+0
-41
lines changed

10 files changed

+0
-41
lines changed

IGC/ocloc_tests/SPIRV-extenstions/SPV_INTEL_2d_block_io/PVC/block_loads.ll

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
10-
; to SPIR-V translator
11-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
12-
; REQUIRES: SPV_INTEL_2d_block_io
13-
149
; REQUIRES: pvc-supported, llvm-spirv
1510

1611
; RUN: llvm-as %s -o %t.bc

IGC/ocloc_tests/SPIRV-extenstions/SPV_INTEL_2d_block_io/PVC/block_stores.ll

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
10-
; to SPIR-V translator
11-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
12-
; REQUIRES: SPV_INTEL_2d_block_io
13-
149
; REQUIRES: pvc-supported, llvm-spirv
1510

1611
; RUN: llvm-as %s -o %t.bc

IGC/ocloc_tests/SPIRV-extenstions/SPV_INTEL_2d_block_io/PVC/prefetches.ll

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
10-
; to SPIR-V translator
11-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
12-
; REQUIRES: SPV_INTEL_2d_block_io
13-
149
; REQUIRES: pvc-supported, llvm-spirv
1510

1611
; RUN: llvm-as %s -o %t.bc

IGC/ocloc_tests/SPIRV-extenstions/SPV_INTEL_subgroup_matrix_multiply_accumulate/dpas_pvc.ll

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; Remove this requires directive when SPIRV translator is updated to support this extension
10-
; REQUIRES: SPV_INTEL_subgroup_matrix_multiply_accumulate
11-
129
; REQUIRES: llvm-spirv, pvc-supported
1310

1411
; RUN: llvm-as %s -o %t.bc

IGC/ocloc_tests/SPIRV-extenstions/SPV_INTEL_subgroup_matrix_multiply_accumulate/dpas_simd8.ll

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; Remove this requires directive when SPIRV translator is updated to support this extension
10-
; REQUIRES: SPV_INTEL_subgroup_matrix_multiply_accumulate
11-
129
; REQUIRES: llvm-spirv, dg2-supported
1310

1411
; RUN: llvm-as %s -o %t.bc

IGC/ocloc_tests/features/cache_controls/SPV_INTEL_2d_block_io/block_load.ll

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
; SPDX-License-Identifier: MIT
66
;
77
;============================ end_copyright_notice =============================
8-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
9-
; to SPIR-V translator
10-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
11-
; REQUIRES: SPV_INTEL_2d_block_io
128

139
; REQUIRES: llvm-spirv, pvc-supported
1410

IGC/ocloc_tests/features/cache_controls/SPV_INTEL_2d_block_io/block_load_transform.ll

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
; SPDX-License-Identifier: MIT
66
;
77
;============================ end_copyright_notice =============================
8-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
9-
; to SPIR-V translator
10-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
11-
; REQUIRES: SPV_INTEL_2d_block_io
128

139
; REQUIRES: llvm-spirv, pvc-supported
1410

IGC/ocloc_tests/features/cache_controls/SPV_INTEL_2d_block_io/block_load_transpose.ll

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
; SPDX-License-Identifier: MIT
66
;
77
;============================ end_copyright_notice =============================
8-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
9-
; to SPIR-V translator
10-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
11-
; REQUIRES: SPV_INTEL_2d_block_io
128

139
; REQUIRES: llvm-spirv, pvc-supported
1410

IGC/ocloc_tests/features/cache_controls/SPV_INTEL_2d_block_io/block_store.ll

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
; SPDX-License-Identifier: MIT
66
;
77
;============================ end_copyright_notice =============================
8-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
9-
; to SPIR-V translator
10-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
11-
; REQUIRES: SPV_INTEL_2d_block_io
128

139
; REQUIRES: llvm-spirv, pvc-supported
1410

IGC/ocloc_tests/features/cache_controls/SPV_INTEL_2d_block_io/prefetch.ll

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
; SPDX-License-Identifier: MIT
66
;
77
;============================ end_copyright_notice =============================
8-
; Requires SPV_INTEL_2d_block_io was added to skip this test while SPIR-V extension implementation is not merged
9-
; to SPIR-V translator
10-
; TODO: Remove this line after SPIR-V extension implementation is merged to translator
11-
; REQUIRES: SPV_INTEL_2d_block_io
128

139
; REQUIRES: llvm-spirv, pvc-supported
1410

0 commit comments

Comments
 (0)