We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48902b2 commit cc65036Copy full SHA for cc65036
1 file changed
test/Main.hs
@@ -25,8 +25,8 @@ main = do
25
-- In CI there's often no GPU/OpenCL device available, which makes the
26
-- default backend throw (e.g. cl::Error: clGetDeviceIDs). Fall back to
27
-- the CPU backend when running in CI.
28
- inCI <- isJust <$> lookupEnv "CI"
29
- when (not inCI) (A.setBackend A.Default)
+ -- inCI <- isJust <$> lookupEnv "CI"
+ -- when (not inCI) (A.setBackend A.Default)
30
-- checks (Proxy :: Proxy (A.Array (A.Complex Float)))
31
-- checks (Proxy :: Proxy (A.Array (A.Complex Double)))
32
-- checks (Proxy :: Proxy (A.Array Double))
0 commit comments