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...) |
|
The
It being a gradual roll out is going to be fun (with some jobs failing and some succeeding)... It looks like the explicit vs2026 image label might stick around, but it might not? We can probably just wait another month and see how it goes. |
Use
windows-2025for CUDA >= 13.2 to use Visual Studio 2026Also updates the readme to mention 2026.
Closes #1365