Skip to content

Commit 4436e3e

Browse files
skip
1 parent 3fb61af commit 4436e3e

File tree

1 file changed

+1
-1
lines changed
  • GraphNeuralNetworks/test/layers

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/test/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ end
102102
l = ChebConv(D_IN => D_OUT, k)
103103
for g in TEST_GRAPHS
104104
has_isolated_nodes(g) && continue
105-
105+
gpu_backend() == "AMDGPU" && continue # TODO skipping since julia crashes
106106
broken = gpu_backend() == "AMDGPU"
107107
@test size(l(g, g.x)) == (D_OUT, g.num_nodes) broken=broken
108108

0 commit comments

Comments
 (0)