Skip to content

Commit acfee0a

Browse files
committed
check device on windows
1 parent 2307d9f commit acfee0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ build/windows-cuda/release/shared:
412412
- if (Test-Path install) { rm -r -fo install }
413413
- mkdir build
414414
- mkdir install
415+
- nvidia-smi
415416
- cmake -B build -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_CUDA=ON "-DCMAKE_INSTALL_PREFIX=$pwd\install" .
416417
- cmake --build build --config Release -j16
417418
- ctest --test-dir build -C Release --no-tests=error --output-on-failure

0 commit comments

Comments
 (0)