Skip to content

CUDA Capability sm_90 for H100 GPUs #90761

@Schorob

Description

@Schorob

🚀 The feature, motivation and pitch

Hello,

i would like to ask when PyTorch will support the sm_90 CUDA capability. My request is motivated by the necessity of this compute capability to use H100 GPUs.

When i try to send a tensor to a H100 GPU, the following warning is given:

/home/schoerob/cuda_stuff/testnev/lib/python3.8/site-packages/torch/cuda/init.py:155: UserWarning:
NVIDIA H100 PCIe with CUDA capability sm_90 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70 sm_75 sm_80 sm_86.
If you want to use the NVIDIA H100 PCIe GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))

Thank you in advance.

Alternatives

No response

Additional context

No response

cc @ezyang @seemethere @malfet @ngimel

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: binariesAnything related to official binaries that we release to usersmodule: cudaRelated to torch.cuda, and CUDA support in general

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions