Skip to content

Commit c3a9cc6

Browse files
remove extern for testIterations and recordThresh
1 parent 26ab2b1 commit c3a9cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#endif
1515

1616
// number of test iterations
17-
extern constexpr unsigned int testIterations = 100;
17+
constexpr unsigned int testIterations = 100;
1818
// start recording time after X iterations
19-
extern constexpr unsigned int recordThresh = 10;
19+
constexpr unsigned int recordThresh = 10;
2020

2121
#ifndef MATRIX_SIZE
2222
#define MATRIX_SIZE 256

0 commit comments

Comments
 (0)