-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multiple rows to subword tokenizer benchmark #10767
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10767 +/- ##
================================================
+ Coverage 86.40% 86.42% +0.02%
================================================
Files 143 143
Lines 22444 22444
================================================
+ Hits 19393 19398 +5
+ Misses 3051 3046 -5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This PR could also be an opportunity to move from gbench to NVBench.
Yes, I considered that but I think I want to convert all of the text ones at the same time instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@gpucibot merge |
When porting the subword tokenizer code from CLX, the benchmark was not updated to measure multiple rows. This updates the benchmark to include a row test range and add the missing
cuda_event_timer
.