Skip to content

Commit

Permalink
Allow CUDA to run on Github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 11, 2022
1 parent 81f1691 commit 7c8daba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CUDAKernels/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if backend != "CUDA"
exit()
end

CUDA.versioninfo()
if CUDA.functional(true)
CUDA.versioninfo()
CUDA.allowscalar(false)
Testsuite.testsuite(CUDADevice, backend, CUDA, CuArray, CUDA.CuDeviceArray)
GradientsTestsuite.testsuite(CUDADevice, backend, CUDA, CuArray, CUDA.CuDeviceArray)
Expand Down

0 comments on commit 7c8daba

Please sign in to comment.