-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Adding ylabel to command line outputs. #8588
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
Conversation
|
TBH I don't think this is very necessary... |
|
Please see issue - #8545 . |
|
Isn't the ylabel already TFLOPS? |
|
The printed table does not have any unit label , so it could be interpreted as ms and the consequent opposite conclusion. Please see issue - #8545 . |
|
Can you change the |
|
Good idea. Let me take a look. |
Sure, that would be useful |
Closes #8588 Example: ``` vector-add-performance: size Triton (GB/s) Torch (GB/s) 0 4096.0 8.827586 8.777143 1 8192.0 16.695652 17.454545 2 16384.0 34.711865 34.516854 ```
Closes #8588 Example: ``` vector-add-performance: size Triton (GB/s) Torch (GB/s) 0 4096.0 8.827586 8.777143 1 8192.0 16.695652 17.454545 2 16384.0 34.711865 34.516854 ```
Adding label to print out table.