Skip to content

Commit

Permalink
add Julia compat to CUDAKernels
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 30, 2021
1 parent dd0f77e commit 8c9d7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CUDAKernels/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Cassette = "0.3.3"
KernelAbstractions = "0.6"
SpecialFunctions = "0.10, 1.0"
StaticArrays = "0.12, 1.0"
julia = "1.3"

4 comments on commit 8c9d7b4

@vchuravy
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 subdir=lib/CUDAKernels

@vchuravy
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 subdir=lib/ROCKernels

@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/33202

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 CUDAKernels-v0.1.0 -m "<description of version>" 8c9d7b48fb3b9dbecc5aae7e30e2758f2f71b6d5
git push origin CUDAKernels-v0.1.0

@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/33203

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 ROCKernels-v0.1.0 -m "<description of version>" 8c9d7b48fb3b9dbecc5aae7e30e2758f2f71b6d5
git push origin ROCKernels-v0.1.0

Please sign in to comment.