Skip to content

Commit cc65036

Browse files
authored
Disable CI GPU/OpenCL backend setup
Comment out code related to CI GPU/OpenCL backend handling.
1 parent 48902b2 commit cc65036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ main = do
2525
-- In CI there's often no GPU/OpenCL device available, which makes the
2626
-- default backend throw (e.g. cl::Error: clGetDeviceIDs). Fall back to
2727
-- the CPU backend when running in CI.
28-
inCI <- isJust <$> lookupEnv "CI"
29-
when (not inCI) (A.setBackend A.Default)
28+
-- inCI <- isJust <$> lookupEnv "CI"
29+
-- when (not inCI) (A.setBackend A.Default)
3030
-- checks (Proxy :: Proxy (A.Array (A.Complex Float)))
3131
-- checks (Proxy :: Proxy (A.Array (A.Complex Double)))
3232
-- checks (Proxy :: Proxy (A.Array Double))

0 commit comments

Comments
 (0)