Skip to content

Commit

Permalink
rename extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuakiyama committed Jan 9, 2025
1 parent 08a3e45 commit b9994b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[extensions]
CUDAExt = ["CUDA"]
FastHartleyTransformCUDAExt = ["CUDA"]

[compat]
FFTW = "1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CUDAExt
module FastHartleyTransformCUDAExt
import AbstractFastHartleyTransforms:
BFFTPlan,
BFFTPlanInplace,
Expand Down

0 comments on commit b9994b8

Please sign in to comment.