Skip to content

Commit b66a02f

Browse files
committed
remove transpose
1 parent 1f8e81d commit b66a02f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_transposeC_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,13 @@ int main() {
124124
}
125125

126126
if (combinations[i].nsize == 16) { // architecture::intel_gpu_pvc
127-
run_matrix_test<float, /*TM*/32, /*TN*/ 64>();
128127
run_matrix_test<float, /*TM*/ 8, /*TN*/ 16>();
129128
run_matrix_test<float, /*TM*/ 7, /*TN*/ 16>();
130129
run_matrix_test<float, /*TM*/ 6, /*TN*/ 16>();
131130
run_matrix_test<float, /*TM*/ 5, /*TN*/ 16>();
132131
run_matrix_test<float, /*TM*/ 4, /*TN*/ 16>();
133132
run_matrix_test<float, /*TM*/ 3, /*TN*/ 16>();
134133
run_matrix_test<float, /*TM*/ 2, /*TN*/ 16>();
135-
run_matrix_test<float, /*TM*/ 1, /*TN*/ 64>();
136134
run_matrix_test<float, /*TM*/ 1, /*TN*/ 16>();
137135
break;
138136
}

0 commit comments

Comments
 (0)