Hello,
Thank you for maintaining flash-attention and for offering cutting-edge support for new GPU architectures.
I am using an NVIDIA RTX PRO 6000 Blackwell Server Edition (sm_120) machine with CUDA 12.8 and PyTorch 2.8.0+cu128.
I encountered the following error when using flash-attention’s forward/backward kernels:
CUDA error (/__w/xformers/xformers/third_party/flash-attention/hopper/flash_fwd_launch_template.h:188): invalid argument
I believe this is because flash-attention currently supports Ampere, Ada or Hopper architectures (per README) but does not yet support Blackwell.
Could you please share the roadmap for support of Blackwell (sm_120) architectures? Specifically:
- Is there a release or patch version of flash-attention planned that fully supports sm_120 / Blackwell?
- If so, is there a tentative date or milestone for that release?
- Are there any recommended workarounds in the meantime (e.g., disabling flash kernels, using fallback kernels) to enable stable training on Blackwell GPUs?
Thank you very much for your time and your work.
Best regards
Hello,
Thank you for maintaining flash-attention and for offering cutting-edge support for new GPU architectures.
I am using an NVIDIA RTX PRO 6000 Blackwell Server Edition (sm_120) machine with CUDA 12.8 and PyTorch 2.8.0+cu128.
I encountered the following error when using flash-attention’s forward/backward kernels:
CUDA error (/__w/xformers/xformers/third_party/flash-attention/hopper/flash_fwd_launch_template.h:188): invalid argument
I believe this is because flash-attention currently supports Ampere, Ada or Hopper architectures (per README) but does not yet support Blackwell.
Could you please share the roadmap for support of Blackwell (sm_120) architectures? Specifically:
Thank you very much for your time and your work.
Best regards