Skip to content

Commit

Permalink
Merge pull request #66 from JuliaGPU/jps/0.2.1
Browse files Browse the repository at this point in the history
Bump to 0.2.1, use GPUCompiler 0.8
  • Loading branch information
jpsamaroo authored Oct 20, 2020
2 parents 78b3354 + bc8df5a commit f681252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ version = "5.1.0"

[[GPUCompiler]]
deps = ["DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Scratch", "Serialization", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "e91429f08114650c5daceeb4ef8f8ab0f739b2f9"
repo-rev = "jps/gcn-late-alloca-rewrite"
repo-url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"
git-tree-sha1 = "f0bcfbd2227137f1e4d7c22e39af3827c1f5162c"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "0.7.3"
version = "0.8.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down
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 <jpsamaroo@jpsamaroo.me>"]
version = "0.2.0"
version = "0.2.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -22,7 +22,7 @@ Adapt = "0.4, 1.0, 2.0"
BinaryProvider = "0.5"
CEnum = "0.2, 0.3, 0.4"
GPUArrays = "2, 3, 4, 5"
GPUCompiler = "0.7"
GPUCompiler = "0.8"
LLVM = "3"
Requires = "1"
Setfield = "0.5, 0.6, 0.7"
Expand Down

2 comments on commit f681252

@jpsamaroo
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 created: JuliaRegistries/General/23336

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.2.1 -m "<description of version>" f68125239b4046b58d70535695fa98509ec62584
git push origin v0.2.1

Please sign in to comment.