Conversation
7db89b0 to
53c4e2b
Compare
|
FLAME GPU 2 compiles with CUDA 13.2 and Visual Studio 2026 in CI. This hasn't built the test suite however, so there may be new warnings in there. We should test this locally on a windows install at some point, but this is promising. This PR needs editing still, to use Vs 2026 but in the I'll try and remember to do that on/after the 4th may. CMake configure log from CI showing
Where 19.50 is VS 2026 (in one of the three versioning schemes MS use per visual studio release...) |
Use
windows-2025for CUDA >= 13.2 to use Visual Studio 2026Also updates the readme to mention 2026.
Closes #1365
Warning
Edits and rebase required on/after 2025-05-04
windows-2025-vs2026needs replacing withwindows-2025.This is just to test the preview image for now, with CI confirming it will be fine.
Ideally a VS2026 build should be ran through the test suite locally too.