Skip to content

Commit

Permalink
remove extern for testIterations and recordThresh
Browse files Browse the repository at this point in the history
  • Loading branch information
YixingZhang007 committed Sep 20, 2024
1 parent 11aa43c commit beb4916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#endif

// number of test iterations
extern constexpr unsigned int testIterations = 100;
constexpr unsigned int testIterations = 100;
// start recording time after X iterations
extern constexpr unsigned int recordThresh = 10;
constexpr unsigned int recordThresh = 10;

#ifndef MATRIX_SIZE
#define MATRIX_SIZE 256
Expand Down

0 comments on commit beb4916

Please sign in to comment.