AOT compile won't work with some XLS nodes
Open
jit
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
For some XLS nodes (e.g., trace) the JIT emits calls to functions defined in ir_builder_visitor:
https://github.com/google/xls/blob/df241840abdedfdf64443f18de41fd70abee3fcb/xls/jit/ir_builder_visitor.cc#L410
This will not work with AOT compilation. These calls need to be replaced with calls into the jit runtime.
Contributor guide
Assessment
This issue has not been assessed yet.