We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2307d9f commit acfee0aCopy full SHA for acfee0a
1 file changed
.gitlab-ci.yml
@@ -412,6 +412,7 @@ build/windows-cuda/release/shared:
412
- if (Test-Path install) { rm -r -fo install }
413
- mkdir build
414
- mkdir install
415
+ - nvidia-smi
416
- cmake -B build -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_CUDA=ON "-DCMAKE_INSTALL_PREFIX=$pwd\install" .
417
- cmake --build build --config Release -j16
418
- ctest --test-dir build -C Release --no-tests=error --output-on-failure
0 commit comments