From bc8df5ae1baccedb6497698a99a1d0ca3a868953 Mon Sep 17 00:00:00 2001 From: Julian P Samaroo Date: Tue, 20 Oct 2020 12:02:05 -0500 Subject: [PATCH] Bump to 0.2.1, use GPUCompiler 0.8 --- Manifest.toml | 6 ++---- Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 0dd49248f..bb6b282c3 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -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"] diff --git a/Project.toml b/Project.toml index 1da7cbac4..c3c296609 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AMDGPU" uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e" authors = ["Julian P Samaroo "] -version = "0.2.0" +version = "0.2.1" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -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"