core icon indicating copy to clipboard operation
core copied to clipboard

Add GitHub Actions Workflow job to run NVTabular unit tests on GPU

Open oliverholworthy opened this issue 1 year ago • 2 comments

Add GitHub Actions Workflow job to run NVTabular unit tests on GPU.

Motivation: To help us catch issues with GPU device functionality in NVTabular that relies on 'core' before a PR is merged

oliverholworthy avatar Apr 17 '23 12:04 oliverholworthy

Historically we ran them on CPU only in order to avoid creating logjams on the GPU resources when the tests run in Core. This might be a reasonable and/or necessary thing to do, but we should tread carefully given the time it takes to run our test suites.

karlhigley avatar Apr 17 '23 16:04 karlhigley