Support for emitting parallelized tfhe rust bool code
Open
good first issue
- Dominant language
- MLIR
- Stars
- 906
- Forks
- 171
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 32
Description
## Observation
Current when we emit tfhe-rust-bool code using heir-translate, it generates single-threaded code as opposed to the deprecated google compiler that emitted parallelized code using rayon.
## Possible solution
As mentioned on the call, Asra noted that we could copy the same implementation from the deprecated google compiler into heir
Contributor guide
Assessment
This issue has not been assessed yet.