* fix typos

* ci

---------

Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
This commit is contained in:
co63oc
2025-09-12 11:04:38 +08:00
committed by GitHub
parent 82dab8a91a
commit 8466219ec8
14 changed files with 22 additions and 22 deletions

View File

@@ -190,7 +190,7 @@ __device__ void speculate_update_repeat_times_optimized(
buffer_ptr_pre_ids.toggle();
}
}
// each core loads all the needed pre_ids into lm without mfence inbetween
// each core loads all the needed pre_ids into lm without mfence in between
// according to the index recorded by previous iteration
else {
int cnt = -1;