Skip to content

Commit 5e19a52

Browse files
authored
[SYCL][Joint Matrix][E2E] Update tests to require certain Intel GPU driver version (intel#12371)
1 parent d377464 commit 5e19a52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-0
lines changed

sycl/test-e2e/Matrix/SG32/element_wise_abc.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_ops.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_ops_half.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: aspect-fp16
99
// REQUIRES: matrix,gpu
1010
// REQUIRES: matrix-fp16
11+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1112

1213
// RUN: %{build} -o %t.out
1314
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_ops_int8.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_ops_int8_packed.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_ops_tf32.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-tf32
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_all_sizes.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/element_wise_ops.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_all_sizes.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_apply_bf16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bf16_fill_k_cache.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bf16_fill_k_cache_init.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix, gpu
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out -DINIT_LIST
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bf16_fill_k_cache_unroll.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -mllvm -inline-threshold=5000 -o %t_gpu.out -DMANUAL_UNROLL
1112
// RUN: %if gpu %{ %{run} %t_gpu.out %}

sycl/test-e2e/Matrix/SG32/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix, gpu
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -mllvm -inline-threshold=5000 -o %t_gpu.out -DINIT_LIST -DMANUAL_UNROLL
1112
// RUN: %{run} %t_gpu.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_16x16x16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_32x64x16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_32x64x32.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_array.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_rowmajorA_rowmajorB.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_down_convert.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_half.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: aspect-fp16
99
// REQUIRES: matrix
1010
// REQUIRES: matrix-fp16
11+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1112

1213
// RUN: %{build} -o %t.out
1314
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_vnni.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
89
// RUN: %{build} -o %t.out
910
// RUN: %{run} %t.out
1011

sycl/test-e2e/Matrix/SG32/joint_matrix_ss_int8.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_su_int8.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_tf32.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-tf32
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_transposeC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_us_int8.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_uu_int8.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/XMX8/element_wise_all_sizes.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// TODO: Currently fails and regularly times out on DG2. Re-enable when this has
1112
// been addressed.

sycl/test-e2e/Matrix/XMX8/element_wise_all_sizes_no_split.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// split to test against fixed bug in IGC
1010

1111
// REQUIRES: matrix-xmx8
12+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1213

1314
// TODO: Currently fails and regularly times out on DG2. Re-enable when this has
1415
// been addressed.

sycl/test-e2e/Matrix/element_wise_all_ops_tf32.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-tf32
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/element_wise_all_sizes.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/joint_matrix_bfloat16_16x16x16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27868, win: 101.5181
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/joint_matrix_bfloat16_32x64x16.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix
9+
// REQUIRES-INTEL-DRIVER: lin: 27868, win: 101.5181
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/joint_matrix_tf32.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-tf32
9+
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)