Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed Mar 11, 2024
1 parent 7f1fc44 commit c9538f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/BenchUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void randFill(aligned_vector<int64_t>& vec, int64_t low, int64_t high) {
}

FBGEMM_PUSH_WARNING_AND_DISABLE("-Wdeprecated-volatile")
FBGEMM_PUSH_WARNING_AND_DISABLE("-Wno-volatile")

void llc_flush(std::vector<char>& llc) {
volatile char* data = llc.data();
Expand All @@ -62,6 +63,7 @@ void llc_flush(std::vector<char>& llc) {
}
}

FBGEMM_POP_WARNING
FBGEMM_POP_WARNING

#ifdef __aarch64__
Expand Down

0 comments on commit c9538f9

Please sign in to comment.