Skip to content

Commit 847515d

Browse files
authored
Fix inline_roots_type argument from llvmtyp to lltyp
1 parent a799f6a commit 847515d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/ReactantCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ Reactant.@reactant_overlay @noinline function (func::LLVMFunc{F,tt})(
13011301
trueidx += 1
13021302
jltyp = Core.Typeof(a)
13031303
lltyp = to_llvmtype(argty)
1304-
if Enzyme.Compiler.inline_roots_type(llvmtyp) != 0
1304+
if Enzyme.Compiler.inline_roots_type(lltyp) != 0
13051305
trueidx += 1
13061306
end
13071307
c1 = MLIR.IR.result(

0 commit comments

Comments
 (0)