Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Support only AMDGPU 0.5 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jul 8, 2023
1 parent d5ad86b commit f43fbac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- "~1.9.0-0"
- "1"
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name = "LuxAMDGPU"
uuid = "83120cb1-ca15-4f04-bf3b-6967d2e6b60b"
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
MIOpen_jll = "2409bb75-d5ef-542a-ac68-1cfd4c37dc24"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
AMDGPU = "0.4.8"
AMDGPU = "0.5"
Reexport = "1"
MIOpen_jll = "5"
julia = "1.9"
2 changes: 1 addition & 1 deletion src/LuxAMDGPU.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module LuxAMDGPU

using Reexport
using Reexport, MIOpen_jll

@reexport using AMDGPU

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.6"
julia = "1.9"

0 comments on commit f43fbac

Please sign in to comment.