Skip to content

Missing SM support for RTX 6000 Pro #1

@Antlera

Description

@Antlera

Hi, I noticed that the README mentions support for RTX 6000 GPUs. However, in the current build configuration, the supported SM architectures are:

SMS ?= 80 86 89

These correspond to Ampere and Ada (SM80/86/89), but do not include newer architectures such as Hopper (SM90) or potential future architectures like Blackwell.

On newer GPUs, this may result in PTX JIT fallback instead of native SASS generation, which could lead to suboptimal performance or increased startup latency.

Questions

  1. Are newer architectures (e.g., Hopper / Blackwell-class GPUs) officially supported?
  2. If so, would it make sense to extend the build configuration to include newer SM targets (e.g., SM90 or beyond)?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions