tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Script for updating metadata with computation times

Open clee2000 opened this issue 1 year ago • 1 comments

script for updating metadata with computation times

CUBLAS thing: https://github.com/pytorch/tutorials/actions/runs/7733311292/job/21085114058

RuntimeError: Deterministic behavior was enabled with either `torch.use_deterministic_algorithms(True)` or `at::Context::setDeterministicAlgorithms(true)`, but this operation is not deterministic because it uses CuBLAS and you have CUDA >= 10.2. To enable deterministic behavior in this case, you must set an environment variable before running your PyTorch application: CUBLAS_WORKSPACE_CONFIG=:4096:8 or CUBLAS_WORKSPACE_CONFIG=:16:8. For more information, go to https://docs.nvidia.com/cuda/cublas/index.html#cublasApi_reproducibility

clee2000 avatar Jan 31 '24 21:01 clee2000

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2758

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: No Failures

As of commit 9fa48188a9ec182c69742e67fde6b2fd21866d7d with merge base 24dc5833f62a9b8c276c12aaf27c35bc5b4cc718 (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Jan 31 '24 21:01 pytorch-bot[bot]

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

github-actions[bot] avatar Sep 27 '24 00:09 github-actions[bot]