deeprank2 icon indicating copy to clipboard operation
deeprank2 copied to clipboard

Add gpu testing in CI

Open gcroci2 opened this issue 3 years ago • 4 comments

See https://betterprogramming.pub/gpu-ci-tests-using-kaggle-90e4f88a43b3.

gcroci2 avatar Aug 05 '22 08:08 gcroci2

Blocked by https://github.com/namiyousef/colab-utils/issues/12

gcroci2 avatar Aug 07 '22 18:08 gcroci2

The problem is that the Kaggle runner uses Python 3.7. It doesn't seem like they provide support for other python versions, so this will remain an open issue. See this issue from the author of the action.

gcroci2 avatar Oct 21 '22 15:10 gcroci2

Note that test_trainer alsready has a test_cuda function. Not sure if this helps at all?

DaniBodor avatar Jan 13 '23 13:01 DaniBodor

Note that test_trainer alsready has a test_cuda function. Not sure if this helps at all?

Yes but it's never actually tested because the default environment of GitHub actions does not have cuda installed.

gcroci2 avatar Jan 13 '23 16:01 gcroci2