google / google/xls

AOT compile won't work with some XLS nodes

Open
#629 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.