CuArrays.FFT 和 CUFFT

使用CuArrays.FFT时被告知已经被弃用了,要我使用CUFFT

julia> CuArrays.FFT
WARNING: CuArrays.FFT is deprecated, use CUFFT instead.
 in module CuArrays
CuArrays.CUFFT

然后我赶紧安装CUFFT,可是无法安装

(v1.1) pkg> add CUFFT
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CUFFT [a710fa0b]:
 CUFFT [a710fa0b] log:
 ├─possible versions are: 0.0.1-0.0.4 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1-0.0.4
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

这是我现在的包

(v1.1) pkg> status
    Status `C:\Users\Dragon\.julia\environments\v1.1\Project.toml`
  [79e6a3ab] Adapt v0.4.2
  [3895d2a7] CUDAapi v0.6.3
  [c5f51814] CUDAdrv v3.0.0
  [be33ccc6] CUDAnative v2.1.0
  [40e3b903] Clang v0.9.0
  [3a865a2d] CuArrays v1.0.2
  [e30172f5] Documenter v0.22.3
  [0c68f7d7] GPUArrays v0.7.0
  [ae029012] Requires v0.5.2
  [37e2e46d] LinearAlgebra

提示不是说了还是用 CuArrays 包,然后用 CuArrays.CUFFT 这个模块么

哦哦,晓得了:rofl::rofl::rofl: