Build gpu-burn on Windows manually with CMake
masterIf you prefer not to use build.bat, you can invoke CMake directly. The build process involves configuring the project with the desired compute capability and then building the solution.
cmake -S . -B build -DCOMPUTE=120
cmake --build build --config Release