Skip to content

Commit

Permalink
fix AMD GPU dependency (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Apr 9, 2024
1 parent 7982859 commit 8cd4a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Andreas Peter <andreas.peter.ch@gmail.com>"]
version = "0.8.1"

[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
BatchedRoutines = "a9ab73d0-e05c-5df1-8fde-d6a4645b8d8e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -24,7 +23,7 @@ AMDGPUExt = "AMDGPU"
CUDAExt = "CUDA"

[compat]
AMDGPU = "https://github.com/amontoison/AMDGPU.jl#patch-2"
AMDGPU = "0.8"
AbstractTrees = "0.3, 0.4"
BatchedRoutines = "0.2"
CUDA = "4, 5"
Expand Down

0 comments on commit 8cd4a52

Please sign in to comment.