Kevin Modzelewski
Kevin Modzelewski
Using the default settings, pyperf aims to run 20 worker processes for ~600ms each. Or for implementations that are noted as having jits, 6 processes for 1600ms each. Is there...
I think this is related to #40 or its fix, https://github.com/vinzenz/libpypa/commit/f70650693ed303e3ce604b4f43a4c5e7d00343ae, but now we're having the opposite problem where a literal "-1" gets parsed as a unaryop on a literal...
Hey @vinzenz, we're trying to add unicode support to Pyston and it looks like pypa doesn't support unicode literals -- ex it will treat `u"\u0180"` as the length-6 string `"\\u0180"`....
Hi, just a suggestion from a passer-by: I am interested in understanding the advantages of this library over raw mxnet and would love to see more discussion of it. Auto-differentiation...
We've been using bolt successfully on our binary, but when we compile our program with `-fPIC` and link as a shared object and apply bolt to it, the result doesn't...
Running bolt on jemalloc gives me an error: ``` $ sudo apt-get install libjemalloc-dev ``` ``` $ llvm-bolt /usr/lib/x86_64-linux-gnu/libjemalloc.so -instrument -instrumentation-file-append-pid -instrumentation-file=/dev/null -o /dev/null BOLT-INFO: Target architecture: x86_64 BOLT-INFO: BOLT...
Using [bolt](https://github.com/llvm/llvm-project/tree/main/bolt) provides a fairly large speedup without any code or functionality changes. It provides roughly a 1% speedup on pyperformance, and a 4% improvement on the Pyston web macrobenchmarks....
I was surprised to learn today that `pyperformance run` does not call `pyperf system tune` -- I guess I had assumed that this was included in pyperformance's responsibilities. It looks...
There is, in general, not a requirement that source packages compile to the same thing as available binary packages. It's rare, but this is one thing that can end up...
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue mpy4py-feedstock is currently failing to rerender: ``` $ conda-smithy rerender INFO:conda_smithy.configure_feedstock:Downloading conda-forge-pinning-2022.03.28.19.38.17...