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
- Are newer architectures (e.g., Hopper / Blackwell-class GPUs) officially supported?
- If so, would it make sense to extend the build configuration to include newer SM targets (e.g., SM90 or beyond)?
Thanks!
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 89These 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
Thanks!