Skip to content

Commit 4f6244a

Browse files
code clean up
1 parent 40fd99a commit 4f6244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ void test(size_t matrix_size_input) {
362362
size_t matrix_size = matrix_size_input;
363363
#else
364364
constexpr size_t matrix_size = MATRIX_SIZE;
365-
#endif
365+
#endif // RUNTIME_DIM
366366

367367
assert(matrix_size >= TM && matrix_size >= TK && matrix_size >= TN &&
368368
"invalid matrix size");

0 commit comments

Comments
 (0)