Skip to content

Commit 2053b1f

Browse files
wsmosesmichel2323vchuravy
authored
Add GPU reverse mode to EnzymeExt (#454)
Co-authored-by: Michel Schanen <[email protected]> Co-authored-by: Valentin Churavy <[email protected]>
1 parent f0b09ad commit 2053b1f

File tree

7 files changed

+371
-125
lines changed

7 files changed

+371
-125
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
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)