-
Hello! While I am trying to install both locally on a windows machine and in Google Colab, I am getting the following error:
```
Building wheels for collected packages: pygraphviz, lazy-import, do…
-
I cant build Timeloop locally, the installation instructions on the https://timeloop.csail.mit.edu/ website also don't work due to conflicting dependencies.
-
Regression tests today launch Timeloop using subprocess and extract results by parsing XML stats dumped by Timeloop using Boost. Porting regression tests to use TimeloopFE interfaces will clean up the…
-
Hello, I've tried to install gamma with timeloop, and the installation seems to be successful. But when I run the example scripts by `bash run_gamma_timeloop.sh` and `bash run_gamma_timeloop_multiObje…
-
Hello!
I am a beginner to Timeloop and I want to know whether the data mapping generated by timeloop requires special data layout to gain a good performance. I observed that sometimes the mapping gen…
-
-
Hi,
I am following the native install steps from this link: https://timeloop.csail.mit.edu/v4/installation#to-do-need-an-install-script-for-pytimeloop . But when I do "make install_timeloop" I am get…
-
Hello there,
I am currently working on designing a 200 by 200 PE Convolution accelerator. I have taken the base template from the exercise provided and read through some documentation but my mappi…
-
Every time timeloop is started it adds a new logging handlers causing issues e.g. when using flask. Messages are sent multiple times. This could be fixed by releasing the handlers in the stop method b…
-
While adding tasks using the decorator, it does not accept arguments.
It may be fixed by:
def job(self, interval):
def decorator(f):
# fix: this wrapper needs to be …