Skip to content
Discussion options

You must be logged in to vote

Hi @ancientflow!

We have no CI test running to install WarpX with CUDA on native Windows, but we have one in AMReX, which is 95% identical to WarpX install logic and uses MSVC from VS:
https://github.com/AMReX-Codes/amrex/blob/25.08/.github/workflows/windows.yml#L149-L194
Does that approach work for you?

Alternatively, there is a good documentation from Nvidia how to compile and run CUDA programs on Windows WSL:
https://docs.nvidia.com/cuda/wsl-user-guide/index.html
Have you tried that yet?

Our development team uses Linux and macOS and we do deploy to Linux/macOS/Windows, e.g., via conda-forge. But we do not add a Windows+CUDA build yet, due to low demand. But if you are interested in thi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ancientflow
Comment options

Answer selected by ancientflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: cuda Specific to CUDA execution (GPUs) machine / system Machine or system-specific issue
2 participants