You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not that simple due to the change from a real to a complex element type.
This will require changes to ManyPencilArray in PencilArrays, to allow for variable element types of the aliased arrays. I'm not sure if this can be done efficiently with reinterpret, and unsafe workarounds may be needed.
Also, in-place r2c FFTs are not currently wrapped by FFTW.jl (due to this and other complications), and custom wrappers will likely be needed.
The text was updated successfully, but these errors were encountered:
Not that simple due to the change from a real to a complex element type.
This will require changes to
ManyPencilArray
in PencilArrays, to allow for variable element types of the aliased arrays. I'm not sure if this can be done efficiently withreinterpret
, and unsafe workarounds may be needed.Also, in-place r2c FFTs are not currently wrapped by FFTW.jl (due to this and other complications), and custom wrappers will likely be needed.
The text was updated successfully, but these errors were encountered: