Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 19, 2024
1 parent 061f18b commit dde418c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plan.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ can be overridden) so that the uniform data ordering is the same as in NFFT.jl.
# GPU usage
To create a GPU plan, simply pass the locations `xp` as a GPU array (e.g. a `CuArray` in CUDA).
To create a GPU-compatible plan, simply pass the locations `xp` as a GPU array (e.g. a `CuArray` in CUDA).
Unlike the first constructor, the `backend` argument is not needed here and will be simply ignored.
"""
struct PlanNUFFT{
T <: Number, # non-uniform data type (can be real or complex)
Expand Down

0 comments on commit dde418c

Please sign in to comment.