Skip to content

Commit

Permalink
comment AutoEnzyme on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Jan 22, 2025
1 parent 74e98ac commit 602db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/react_demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Reactant.set_default_backend("cpu")
####

@time train(gpu_device(), AutoZygote())
@time train(gpu_device(), AutoEnzyme()) # failing
# @time train(gpu_device(), AutoEnzyme()) # failing
Reactant.set_default_backend("gpu")
@time train(reactant_device(), AutoEnzyme())

Expand Down

0 comments on commit 602db44

Please sign in to comment.