Skip to content

Commit 2fd6397

Browse files
committed
added explicit device flag for gpu, removed auto, in test
Signed-off-by: mikail <mkhona@nvidia.com>
1 parent 2d4124f commit 2fd6397

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/ci/L0_Tests_GPU.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ coverage run -p --source=emerging_optimizers tests/test_soap_utils.py
2121
coverage run -p --source=emerging_optimizers tests/soap_smoke_test.py
2222
coverage run -p --source=emerging_optimizers tests/soap_mnist_test.py
2323
<<<<<<< HEAD
24+
<<<<<<< HEAD
2425
coverage run -p --source=emerging_optimizers tests/test_scalar_optimizers.py
2526
coverage run -p --source=emerging_optimizers tests/test_spectral_clipping_utils.py
2627
=======
2728
coverage run -p --source=emerging_optimizers tests/test_scalar_optimizers.py --device=auto
29+
=======
30+
coverage run -p --source=emerging_optimizers tests/test_scalar_optimizers.py --device=cuda
31+
>>>>>>> b5f68de (added explicit device flag for gpu, removed auto, in test)
2832

2933
>>>>>>> 69f98db (added cpu and gpu flag)

0 commit comments

Comments
 (0)