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 3fb61af commit 4436e3eCopy full SHA for 4436e3e
GraphNeuralNetworks/test/layers/conv.jl
@@ -102,7 +102,7 @@ end
102
l = ChebConv(D_IN => D_OUT, k)
103
for g in TEST_GRAPHS
104
has_isolated_nodes(g) && continue
105
-
+ gpu_backend() == "AMDGPU" && continue # TODO skipping since julia crashes
106
broken = gpu_backend() == "AMDGPU"
107
@test size(l(g, g.x)) == (D_OUT, g.num_nodes) broken=broken
108
0 commit comments