Skip to content

Support MSVC compiler flags #144

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 2 commits into
base: main
Choose a base branch
from
Open

Support MSVC compiler flags #144

wants to merge 2 commits into from

Conversation

woct0rdho
Copy link

@woct0rdho woct0rdho commented Mar 24, 2025

This is needed for building on Windows with MSVC and sm90.

Technically one can also build on Windows using GCC or other compilers, but detecting this in a reliable way (such as using distutils) would make the build script more complicated. It's much easier to use MSVC when dealing with CUDA on Windows, and it's the default in most CI runners. So for now we only detect os.name == "nt"

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