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 I set TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0", I got compiling errors. And then I found:
TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0"
punica/.github/workflows/release_wheel.yml
Line 15 in 591b598
Is there something we does not support yet? Thank you in advance!
Update: Adding +PTX works. But it would be great to have 9.0 supported in the future.
+PTX
The text was updated successfully, but these errors were encountered:
Yes, the codebase is compatible with sm90 and we should add 90 to CD.
cc @abcdabcd987
Sorry, something went wrong.
No branches or pull requests
When I set
TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0"
, I got compiling errors. And then I found:punica/.github/workflows/release_wheel.yml
Line 15 in 591b598
Is there something we does not support yet? Thank you in advance!
Update: Adding
+PTX
works. But it would be great to have 9.0 supported in the future.The text was updated successfully, but these errors were encountered: