Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Nov 9, 2024
1 parent 2436783 commit 60fe09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60fe09f

Please sign in to comment.