From 8cd4a523687ec4a4822c75bbc182c5eb536ea927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jinguo=20Liu=20=28=E5=88=98=E9=87=91=E5=9B=BD=29?= Date: Tue, 9 Apr 2024 09:51:59 +0800 Subject: [PATCH] fix AMD GPU dependency (#166) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 89fe916..38e37a8 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,6 @@ authors = ["Andreas Peter "] 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" @@ -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"