We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73673c9 commit 050e1b3Copy full SHA for 050e1b3
GNNlib/test/runtests.jl
@@ -13,7 +13,7 @@ using TestItemRunner
13
14
## Uncomment below and in test_module.jl to change the default test settings
15
# ENV["GNN_TEST_CPU"] = "false"
16
-ENV["GNN_TEST_CUDA"] = "true"
+# ENV["GNN_TEST_CUDA"] = "true"
17
# ENV["GNN_TEST_AMDGPU"] = "true"
18
# ENV["GNN_TEST_Metal"] = "true"
19
GNNlib/test/test_module.jl
@@ -6,7 +6,7 @@ using Pkg
6
# tried to put this in __init__ but is not executed for some reason
7
8
## Uncomment below to change the default test settings
9
10
11
12
0 commit comments