Skip to content

Commit 9489c12

Browse files
[SYCL][Joint Matrix][E2E] Update runtime_query_pvc.cpp after recent changes (#11865)
Update the test after #11837
1 parent 00cf4c2 commit 9489c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/runtime_query_pvc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main() {
2222
matrix_type::sint32, matrix_type::sint32},
2323
{8, 0, 0, 0, 16, 32, matrix_type::sint8, matrix_type::uint8,
2424
matrix_type::sint32, matrix_type::sint32},
25-
{8, 0, 0, 0, 16, 16, matrix_type::sint8, matrix_type::sint8,
25+
{8, 0, 0, 0, 16, 32, matrix_type::sint8, matrix_type::sint8,
2626
matrix_type::sint32, matrix_type::sint32},
2727
{8, 0, 0, 0, 16, 16, matrix_type::fp16, matrix_type::fp16,
2828
matrix_type::fp32, matrix_type::fp32},

0 commit comments

Comments
 (0)