Skip to content
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

Support for H100 GPUs? #43

Open
LorrinWWW opened this issue Feb 29, 2024 · 1 comment
Open

Support for H100 GPUs? #43

LorrinWWW opened this issue Feb 29, 2024 · 1 comment

Comments

@LorrinWWW
Copy link

LorrinWWW commented Feb 29, 2024

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+PTX" # Need fix for 9.0

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.

@yzh119
Copy link
Contributor

yzh119 commented Mar 1, 2024

Yes, the codebase is compatible with sm90 and we should add 90 to CD.

cc @abcdabcd987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants