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? (TORCH_CUDA_ARCH_LIST=9.0) #588

Open
jkim50104 opened this issue Apr 25, 2024 · 0 comments
Open

Support for H100? (TORCH_CUDA_ARCH_LIST=9.0) #588

jkim50104 opened this issue Apr 25, 2024 · 0 comments

Comments

@jkim50104
Copy link

jkim50104 commented Apr 25, 2024

I'm trying to run the Minkowski engine in the H100 GPU. However, H100 has TORCH_CUDA_ARCH_LIST=9.0, and it supports from cuda 11.8. I tried running in every pytorch >= 2.0.0, cuda 11.8. I've seen environments working in this pytorch and CUDA version. I assume it is H100's compatibility problem. Did anyone succeed in this setting and GPU?

It compiles well but always asserts this error when I forward in run time.

assertion (in_feat.size(1) == kernel.size(1)) failed. Input feature size and kernel size mismatch

It can be reproduced in the H100 setting with any environment forwarding code.

  • OS: Ubuntu 22.04
  • Python version: 3.10.5
  • Pytorch version: >= 2.0.0
  • CUDA version: 11.8
  • NVIDIA Driver version: 524
  • Minkowski Engine version 0.5.4
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

1 participant