NVlabs / timeloop

Timeloop performs modeling, mapping and code-generation for tensor algebra workloads on various accelerator architectures.
https://timeloop.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
325 stars 101 forks source link

Loopnest specification #271

Open sgodey opened 3 months ago

sgodey commented 3 months ago

I am trying to do a simple GEMM with M=1024, N=1024 K=1024 and my first level temporal storage is DRAM.

mapspace_constraints: targets:

When I run this in timeloop, I am seeing the "Loop Nest" area in stats.txt file be empty. I was expecting:

for M in (0:1024] for N in (0:1024] for K in (0:1024]

Am I doing something wrong?

angshuman-parashar commented 3 months ago

Could you please provide the full concatenated YAML?