Jakub Beránek
Jakub Beránek
I created a new issue for this: https://github.com/Kobzol/cargo-pgo/issues/19. It will require a bit of refactoring of the plugin, I will try to fix this later this week.
Do you have CuDNN installed?
You have to make sure that pyyolo is installed correctly in the Python paths. I installed it into a virtualenv and it worked without a problem, I think it's a...
This error means that pyyolo was not found in module path, therefore the path where it's installed is not in PYTHONPATH.
Hi! To be honest, the codebase has considerable bitrot from since it was last compiled and I'm not sure how difficult it will be to change it nowadays. I'll try...
Hi, yes, you're right, as I learned recently, the handling of the carry flag is broken for subtraction. A proper fix will require a reimplementation of the ALU logic and...
I think that we first have to get the basic infrastructure in place (code layout, measurements, DB, etc.), I'm not sure how much that is "parallelizable". But once that's in...
I also want to make the structure similar to comptime benchmarks, I just put it into a separate directory for now to better separate it from the rest of the...
> Why do the benchmarks appear twice? E.g. collector/lolperf/benchmarks/nbody/src/nbody.rs and runtime/benchmarks/nbody/src/nbody.rs. Same story with other source files like measure.rs. Ooos, sorry, I accidentally committed another directory where I have stored...
I got some nasty diffs there because of a botched directory move, now it should be fine.