-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ops.hlo_call(::String, args...) (#358)
* special case String and Module in make_tracer * implement Ops.hlo_call * formatting * Update src/Ops.jl Co-authored-by: Sergio Sánchez Ramírez <[email protected]> * SymbolTable: fix lookup * cache and more validation, also specify name to call * error if not func.func * only do special things for func.func * symbol_rename * add multiple call test * rename then remove from parsed module --------- Co-authored-by: Sergio Sánchez Ramírez <[email protected]>
- Loading branch information
Showing
4 changed files
with
249 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters