mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
fix typos (#3840)
* fix typos * ci --------- Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user