Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 2, 2024
1 parent 3fb61af commit 4436e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/test/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ end
l = ChebConv(D_IN => D_OUT, k)
for g in TEST_GRAPHS
has_isolated_nodes(g) && continue

gpu_backend() == "AMDGPU" && continue # TODO skipping since julia crashes
broken = gpu_backend() == "AMDGPU"
@test size(l(g, g.x)) == (D_OUT, g.num_nodes) broken=broken

Expand Down

0 comments on commit 4436e3e

Please sign in to comment.