Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
depthwise conv doesn't have GPU dispatches
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 14, 2023
1 parent 6a6b2dc commit 27c104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jvp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
@testset "$(op)(; flipped = $flipped)" for flipped in (true, false),
op in (depthwiseconv, conv)

op === depthwiseconv && mode == "AMDGPU" && continue
op === depthwiseconv && on_gpu && continue

input_dims = [(2, 4, 2, 1, 3), (4, 4, 1, 3), (4, 4, 3, 2), (4, 1, 3), (4, 3, 2)]
weight_dims = if op === conv
Expand Down

0 comments on commit 27c104a

Please sign in to comment.