Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 8, 2024
1 parent a3963e9 commit a529690
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,7 @@ of shape `size(output)` of values of the input type.
dx[idx][]
end) : dx, (i == 1 ? size(res[3][1]) : nothing)
end
@show tmp
rows = tupleconcat(map(first, tmp)...)
@show rows
outshape = tmp[1][2]
if x isa AbstractArray
inshape = size(x)
Expand Down Expand Up @@ -1448,9 +1446,7 @@ end
adjoint(Const(f), MD ? MixedDuplicated(x, dx) : Duplicated(x, dx), tape)
return MD ? dx[] : dx, (i == 1 ? size(res[3]) : nothing)
end
@show tmp
rows = map(first, tmp)
@show rows
outshape = tmp[1][2]
if x isa AbstractArray
inshape = size(x)
Expand Down

0 comments on commit a529690

Please sign in to comment.