-
I've built Timeloop v3.0.1 from source, and I'm using the input_specs for DSTC as per your Micro-22 Artifact.
On the first try, trying to map a SpMM kernel onto DSTC fails with this error:
> Archi…
-
```
do
x
-
**Describe the bug**
I'm trying to do vertebra segmentation using the pre-trained models, localization_spine and localization_vertebra are working, however, vertebra_pipeline gives errors.
**Serve…
-
Hello! I recently started working with timeloop, and I noticed that both `construct_workloads.py` and `cnn_layers.py` in `timeloop-accelergy-exercises/workspace/baseline_designs/scripts` are configura…
xpww updated
9 months ago
-
Hello.
I am trying to run the energy calculations of the conventional output stationary systolic array where the input activations and weights are skewed to exploit the data reuse by moving the dat…
-
Hi,
Thank you for developing such an amazing tool and providing a clear tutorial for it. I'm currently designing a dataflow for a conv 2d workload and have encountered some challenges in achieving …
-
Let's make a list of undocumented functions to work
- **all**: only placeholder.
- **chopArc**
- **mergePlayRange**
- **contrastRange**
- **cut**
- **distrib**
- **enclosingArc**
- **fadeIn…
-
I am puzzled about the permutation concept... I know cutlass way to compute GEMM, https://developer.nvidia.com/blog/cutlass-linear-algebra-cuda/
In timeloop's permutation idea, this is in shared memo…
-
I'm using timeloop with two jobs with the same interval.
This works fine, but they always start at the same time, causing their logs to overlap
An offset parameter for the start of the job would s…
-
I'm using python's logger in my app heavily. I don't want Timeloop's logs to be added to my apps logs. I know I could increase the log-level so that `INFO` logs won't be stored, but I actually need `I…