Skip to content

Commit f7b59af

Browse files
Removed pending debug prints
1 parent 4ed205a commit f7b59af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/conv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ for (front_name, backend, signature) in (
223223
)
224224
# We only define 3d conv primitives, we reshape lower down to get 1d and 2d convolution
225225
@eval begin
226-
# println($(Symbol(["$(i)" for i in "$(signature[5])"]...))...)
227226
function $(Symbol("$(front_name)!"))(
228227
out::AbstractArray{$(signature[1][1]), $(signature[1][2])},
229228
in1::AbstractArray{$(signature[2][1]), $(signature[1][2])},

0 commit comments

Comments
 (0)