Skip to content

Make 1st worker gpu.nvidia.medium resource class #2227

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

Merged
merged 3 commits into from
Mar 1, 2023

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Feb 28, 2023

torch_compile_tutorial_.py requires a gpu with capability > 7.1

Feb 28 00:20:45 torch._dynamo.exc.BackendCompilerFailed: debug_wrapper raised RuntimeError: Found Tesla P4 which is too old to be supported by the triton GPU compiler, which is used as the backend. Triton only supports devices of CUDA Capability >= 7.0, but your device is of CUDA capability 6.1

https://app.circleci.com/pipelines/github/pytorch/tutorials/7439/workflows/fffc8c6e-7f15-4b5b-b843-36d3e7969395/jobs/145263

gpu.nvidia.small has a Tesla P4, which has a compute capability of 6.1, so the PR switches the file to run on gpu.nvidia.medium, which has a Test T4 and a compute capability of 7.5 (https://developer.nvidia.com/cuda-gpus#compute)

This tutorial is actually on the NOT_RUN list, so I'm not actually sure how to test

Should help #2224 pass CI

@svekars svekars added the build issue Issues relating to the tutorials build label Feb 28, 2023
@netlify
Copy link

netlify bot commented Feb 28, 2023

Deploy Preview for pytorch-tutorials-preview ready!

Name Link
🔨 Latest commit 98989be
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-tutorials-preview/deploys/63fe7a73e0c599000808f3da
😎 Deploy Preview https://deploy-preview-2227--pytorch-tutorials-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@clee2000 clee2000 marked this pull request as ready for review February 28, 2023 22:05
@clee2000 clee2000 merged commit 6bd30cf into pytorch:main Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue Issues relating to the tutorials build cla signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants