Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 995b6fd

Browse files
authored
[SYCL][Matrix]fix clang-format issue
1 parent 5467e1c commit 995b6fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/Matrix/joint_matrix_bf16.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ void matrix_multiply(big_matrix<T1, NUM_ROWS_C, NUM_COLS_C> &C,
7575
// For B, since current implementation does not support non-packed
7676
// layout, users need to specify the packed_b layout.
7777
// By default, the layout is row_major
78+
joint_matrix<unsigned short, TK, TN, matrix_layout::packed_b> sub_b(
79+
sg);
7880
joint_matrix<unsigned short, TK, TN, matrix_layout::packed_b> sub_b(sg);
7981
joint_matrix<float, TM, TN> sub_c(sg);
8082

0 commit comments

Comments
 (0)