Skip to content

Windows compile fix for MSVC #1716

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

loscrossos
Copy link

@loscrossos loscrossos commented Jun 14, 2025

On the new Flash-Attention release 2.8.0 the windows version is broken for Visual Compiler.
This comes from missing flags that Nvidia Cutlass needs to expose C++17 structs to Flashattn.
this PR fixes the windows compile by adding MSVC compatible flags for C++17, so that Cutlass exposes the correct types. For details see #1715

@tridao please accept my humble offering

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

Successfully merging this pull request may close these issues.

1 participant