We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a nightly perf workflow is retried and succeeded, i.e. https://github.com/pytorch/pytorch/actions/runs/12756732787. The timestamp of the retry is newer than the first run like the case of commit 1dab79470dbecef79ba4c7d4308d8a181091e58e in https://hud.pytorch.org/benchmark/compilers?dashboard=torchinductor&startTime=Wed%2C%2008%20Jan%202025%2018%3A10%3A31%20GMT&stopTime=Wed%2C%2015%20Jan%202025%2018%3A10%3A31%20GMT&granularity=hour&mode=inference&dtype=bfloat16&deviceName=cuda%20(a100)&lBranch=main&lCommit=1dab79470dbecef79ba4c7d4308d8a181091e58e&rBranch=main&rCommit=f295eff5121bb4faa5abcc9c2bac0f61ae68cc3c. We should always the timestamp of the first run.
1dab79470dbecef79ba4c7d4308d8a181091e58e
cc @yangw-dev
The text was updated successfully, but these errors were encountered:
@huydhn you mean always show the timestamp of the first run? what is the expected first run info
Sorry, something went wrong.
yangw-dev
No branches or pull requests
When a nightly perf workflow is retried and succeeded, i.e. https://github.com/pytorch/pytorch/actions/runs/12756732787. The timestamp of the retry is newer than the first run like the case of commit
1dab79470dbecef79ba4c7d4308d8a181091e58e
in https://hud.pytorch.org/benchmark/compilers?dashboard=torchinductor&startTime=Wed%2C%2008%20Jan%202025%2018%3A10%3A31%20GMT&stopTime=Wed%2C%2015%20Jan%202025%2018%3A10%3A31%20GMT&granularity=hour&mode=inference&dtype=bfloat16&deviceName=cuda%20(a100)&lBranch=main&lCommit=1dab79470dbecef79ba4c7d4308d8a181091e58e&rBranch=main&rCommit=f295eff5121bb4faa5abcc9c2bac0f61ae68cc3c. We should always the timestamp of the first run.cc @yangw-dev
The text was updated successfully, but these errors were encountered: