Skip to content

Commit

Permalink
Fix cuda tape type (#1737)
Browse files Browse the repository at this point in the history
* Fix cuda tape type

* bump
  • Loading branch information
wsmoses authored Aug 17, 2024
1 parent 95fd3f6 commit e1edaf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Enzyme"
uuid = "7da242da-08ed-463a-9acd-ee780be4f1d9"
authors = ["William Moses <wmoses@mit.edu>", "Valentin Churavy <vchuravy@mit.edu>"]
version = "0.12.31"
version = "0.12.32"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
2 changes: 1 addition & 1 deletion src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ import .Compiler: fspec, remove_innerty, UnknownTapeType
params = Compiler.EnzymeCompilerParams(
Tuple{FA, TT.parameters...}, API.DEM_ReverseModeGradient, width,
Compiler.remove_innerty(A), true, #=abiwrap=#false, ModifiedBetweenT,
ReturnPrimal, #=ShadowInit=#false, Compiler.UnknownTapeType, RABI
ReturnPrimal, #=ShadowInit=#false, Compiler.UnknownTapeType, RABI, #=errifwritte=#false
)
job = Compiler.CompilerJob(mi, Compiler.CompilerConfig(target, params; kernel=false))

Expand Down

0 comments on commit e1edaf7

Please sign in to comment.