fix(bench): matmul/quicksort 去 _compact 标签 + 清重复 CSV - #297
Merged
Merged
Conversation
matmul.kv/quicksort.kv 折叠进主 case 后残留 matmul_compact:/qsort_compact: 打印标签,与原生 matmul:/qsort: 逐字不等,导致 benchmark valid=False (数值一致:check=82750000 / a0=1 amid=52 alast=99)。去掉 _compact 后缀。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
同版本只保留一个 CSV:v0.2.16 保留 122132Z,删重复的 011308Z。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
matmul.kv/quicksort.kv 残留 matmul_compact:/qsort_compact: 打印标签致 benchmark valid=False(数值一致)。去 _compact 后与原生逐字相等。并删重复的 v0.2.16 CSV(011308Z),保证一版本一 CSV。
🤖 Generated with Claude Code