Skip to content

Commit

Permalink
fix: typetree_inner is not in Compiler module
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Aug 9, 2024
1 parent 2b681d5 commit 3c39ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/EnzymeBFloat16sExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module EnzymeBFloat16sExt
using BFloat16s
using Enzyme

function Enzyme.Compiler.typetree_inner(::Type{Core.BFloat16}, ctx, dl, seen::Enzyme.Compiler.TypeTreeTable)
function Enzyme.typetree_inner(::Type{Core.BFloat16}, ctx, dl, seen::Enzyme.Compiler.TypeTreeTable)
return TypeTree(Enzyme.API.DT_BFloat16, -1, ctx)
end

Expand Down

0 comments on commit 3c39ac3

Please sign in to comment.