Jeremy Kun
Jeremy Kun
I think what's missing is a clear explanation of how to tell the tool to stop profiling a job and write some output. I tried attaching to an existing process,...
I think I know why this is happening: bazelisk downloads a dynamically chosen bazel binary when run, and they recently pushed a new version of bazel by default. I don't...
In the last comment, the `abc` package failed to build because it was missing `readline` ``` src/base/main/mainUtils.c:25:10: fatal error: readline/readline.h: No such file or directory 25 | #include ``` https://tiswww.case.edu/php/chet/readline/rltop.html...
Ah, actually I do see `sagemath-standard==9.5` in the frozen requirements. Probably because I did `sage -pip freeze`, sorry, new to this sage stuff. Perhaps it would be agreeable to pin...
Yeah, `pip install` will fail if sage releases 9.6 and it comes with additional dependencies that contradict the other dependencies in the list. However, `sagemath-standard` has a very small number...
Is anyone aware of a method like @dmivankov's java approach that would suffice for bazel+cpp? I have a `compile_commands.json` generator available.
Funny that I also saw this in search of a remez-like algorithm for FHE. Note that a Go implementation of the multi-interval method exists in Lattigo: https://github.com/tuneinsight/lattigo/blob/0d754047425ff9513bf6fbea717415a754911408/he/hefloat/minimax_composite_polynomial.go#L125
I'm not sure who the correct maintainer is: perhaps @rtfb based on recent commits? Have you had a chance to think about this proposal? I would, of course, add the...
Closing due to inactivity. Feel free to reopen if you want to pick this up again!
I have run into this issue even with 8-bit weights or 16-bit weights. See my model at https://github.com/Xilinx/brevitas/discussions/679, but many variations of it have the same behavior.