Skip to content

Commit 5a5dff6

Browse files
[SYCL][Matrix][E2E] Update runtime_query_pvc.cpp test after #11867 (#11913)
Update runtime_query_pvc.cpp test after #11867
1 parent 481b436 commit 5a5dff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/Matrix/runtime_query_pvc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ int main() {
2828
matrix_type::fp32, matrix_type::fp32},
2929
{8, 0, 0, 0, 16, 16, matrix_type::bf16, matrix_type::bf16,
3030
matrix_type::fp32, matrix_type::fp32},
31+
{8, 0, 0, 0, 16, 8, matrix_type::tf32, matrix_type::tf32,
32+
matrix_type::fp32, matrix_type::fp32},
3133
};
3234

3335
sycl::queue q;

0 commit comments

Comments
 (0)