Skip to content

Commit

Permalink
Update compiler.py 33206f0 (ivy-llc#28338)
Browse files Browse the repository at this point in the history
Co-authored-by: ivy-branch <[email protected]>
  • Loading branch information
vedpatwardhan and ivy-branch authored Feb 20, 2024
1 parent b45d7e8 commit fd248dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"IL",
"IM",
"IV",
"IVI",
"IX",
"L",
"LC",
Expand Down
1 change: 1 addition & 0 deletions ivy/compiler/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def unify(
modes_to_trace: str = "all",
**transpile_kwargs
):

from ._compiler import unify as _unify

return _unify(
Expand Down

0 comments on commit fd248dc

Please sign in to comment.