From 60fe09f4f760bd8ee292b07512679823c8a094cc Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sat, 9 Nov 2024 12:47:31 +0200 Subject: [PATCH] Dev --- Project.toml | 2 +- test/runtests.jl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 68793f1a3..bf80da8fc 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ AcceleratedKernels = "0.2" Adapt = "4" Atomix = "0.1" CEnum = "0.4, 0.5" -EnzymeCore = "0.8.2" +EnzymeCore = "0.8" ExprTools = "0.1" GPUArrays = "11.1" GPUCompiler = "0.27, 1.0" diff --git a/test/runtests.jl b/test/runtests.jl index 1b502ad5c..9e658cc11 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -97,8 +97,9 @@ const TARGET_TESTS = isempty(ARGS) ? if "enzyme" in TARGET_TESTS # Pkg.add(["EnzymeCore", "Enzyme"]) - Pkg.add(["EnzymeCore"]) - Pkg.add(url="https://github.com/EnzymeAD/Enzyme.jl", rev="delret") + Pkg.develop(["EnzymeCore"]) + Pkg.develop(["Enzyme"]) + # Pkg.add(url="https://github.com/EnzymeAD/Enzyme.jl", rev="delret") end # Run tests in parallel.