Skip to content

Commit

Permalink
Add CUDA compat
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm authored Dec 9, 2021
1 parent 12e8947 commit 8282c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TrackingLoopFilters = "0814aff9-93cb-554c-9fff-9bf1cfdb5efa"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
CUDA = "3.5"
DocStringExtensions = "0.6, 0.7, 0.8"
GNSSSignals = "0.15.4"
LoopVectorization = "0.8, 0.9, 0.10, 0.11, 0.12"
Expand Down

2 comments on commit 8282c9a

@zsoerenm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/50225

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.9 -m "<description of version>" 8282c9afcb755d423448e0a8ba7a5c0a01c86c39
git push origin v0.14.9

Please sign in to comment.