Jeremy Kun
Jeremy Kun
> If that helps, the way I solve `ERROR: Can't open input file _main/lib/Transforms/YosysOptimizer/yosys/techmap.v' for reading: No such file or directory` is by setting a HEIR_YOSYS_SCRIPTS_DIR variable to points to...
The main problem is that Yosys is slow to optimize large programs. We have a separate pipeline planned that, while compilation speed will be faster, the resulting program will be...
Right now we already support something similar: running Yosys on the body of each secret.generic separately. IMO we haven't thought through a more comprehensive and clean design, say based on...
Going through the backlog, @ludns what is your feeling on this issue? Is there still something to resolve? Note there has been some work on a non-Yosys path that lowers...
CC @ZenithalHourlyRate maybe you would want to try using alpha-beta-CROWN on some test model in the mean time to see what it outputs? Then we can get a sense for...
While working on a potential torch integration, filed https://github.com/pytorch/xla/issues/8993 to ask about attribute propagation in a stableHLO export
An initial approach can be to refactor the code in implement-shift-networks so that the shift network construction is simulated and the cost derived from the number of low-level rotate+mul ops...
Nobody yet as far as I know. I may be making some changes to the layout system more generally in the near future, but this part shouldn't be affected too...
For what it's worth, the shift network pass hasn't been integrated into the larger pipeline yet. So that may be a low hanging fruit to start if you want to...
Should this issue be closed due to https://github.com/numba/llvmlite/pull/1064 being merged? Or is it waiting to be released? (I ran into this issue when trying to use llvmlite 0.43.0 with clang-18-generated...