Skip to content

Commit

Permalink
Deprecate CuNFFT
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jul 4, 2024
1 parent 685cf91 commit 25fb430
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CuNFFT/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CuNFFT"
uuid = "a9291f20-7f4c-4d50-b30d-4e07b13252e1"
author = ["Tobias Knopp <[email protected]>"]
version = "0.3.7"
version = "0.3.8"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
7 changes: 7 additions & 0 deletions CuNFFT/src/CuNFFT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ using AbstractFFTs
using CUDA
using CUDA.CUSPARSE

function __init__()
@warn """Please be aware that CuNFFT.jl has been deprecated by a package extension in NFFT.jl.
As a result, no additional packages are required to run an NFFT on a GPU.
To remove this warning, please pin CuNFFT.jl to version 0.3.7."""
end

include("implementation.jl")

end

0 comments on commit 25fb430

Please sign in to comment.