Skip to content

Commit

Permalink
Merge pull request #435 from giordano/patch-1
Browse files Browse the repository at this point in the history
Declare compatibility with `LLD_jll` 15
  • Loading branch information
pxl-th authored Jun 25, 2023
2 parents cbc5752 + 755e0ce commit 6028dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AMDGPU"
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
authors = ["Julian P Samaroo <[email protected]>", "Valentin Churavy <[email protected]>"]
version = "0.4.14"
version = "0.4.15"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -46,7 +46,7 @@ GPUArrays = "6, 7, 8"
GPUCompiler = "0.19"
HIP_jll = "4, 5"
KernelAbstractions = "0.9.2"
LLD_jll = "12, 13, 14"
LLD_jll = "12, 13, 14, 15"
LLVM = "5"
LLVM_jll = "12, 13, 14, 15"
MacroTools = "0.5"
Expand Down

2 comments on commit 6028dec

@pxl-th
Copy link
Collaborator Author

@pxl-th pxl-th commented on 6028dec Jun 27, 2023

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 created: JuliaRegistries/General/86341

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.4.15 -m "<description of version>" 6028decb42643eb422d773d53ce6d6cd4a337b9c
git push origin v0.4.15

Please sign in to comment.