Skip to content

Commit 2053b1f

Browse files
wsmosesmichel2323vchuravy
authored
Add GPU reverse mode to EnzymeExt (#454)
Co-authored-by: Michel Schanen <mschanen@anl.gov> Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
1 parent f0b09ad commit 2053b1f

File tree

7 files changed

+371
-125
lines changed

7 files changed

+371
-125
lines changed

Diff for: .buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
julia -e 'println("+++ :julia: Running tests")
5151
using CUDA
5252
include("test/extensions/enzyme.jl")
53-
enzyme_testsuite(CUDABackend, CuArray, false)'
53+
enzyme_testsuite(CUDABackend, CuArray, true)'
5454
agents:
5555
queue: "juliagpu"
5656
cuda: "*"

0 commit comments

Comments
 (0)