Skip to content

Commit 08c3ff7

Browse files
committed
Try fix AMD NFFTOp
1 parent 8b0cb08 commit 08c3ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearOperatorNFFTExt/NFFTOp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function NFFTOpImpl(shape::Tuple, tr::AbstractMatrix{T}; toeplitz=false, oversam
4949
, (res,x) -> produ!(res,plan,x)
5050
, nothing
5151
, (res,y) -> ctprodu!(res,plan,y)
52-
, 0, 0, 0, false, false, false, S(), S()
52+
, 0, 0, 0, false, false, false, S(undef, 0), S(undef, 0)
5353
, plan, toeplitz)
5454
end
5555

0 commit comments

Comments
 (0)