Closed sgodey closed 6 months ago
Make sure the class
key is set to one of the types listed. You should set the subclass
key (subclass: xyz) to instantiate xyz.
Thanks Tanner for your response.
Few more questions:
thanks Sreekanth
Happy to help!
I downloaded the source from https://github.com/NVlabs/timeloop/releases/tag/v2.0 and built the timeloop.
Is https://github.com/NVlabs/timeloop the latest version? Even here in gemm-ABZ.yaml file, I see the use of "data-spaces"
Yes, that is the latest version. v2 is several years old now (we're on v4). I'm not seeing the file you're describing-- if you can find any data-spaces in the latest code, I'd love if you could share a link so we can fix them!
Hello Timeloop Team:
I am trying to create a model for my design and an using "compound_components" to create my building blocks. When I am instantiating the compound component in my architecture.yaml file, the component is not getting recognized. I am seeing the below message, which says it is recognizing only the standard classes.
_Unknown element class xyz. Accepted classes: {('DRAM', 'SRAM', 'regfile', 'smartbuffer', 'storage'): <class 'timeloopfe.v4.arch.Storage'>, ('mac', 'intmac', 'fpmac', 'compute'): <class 'timeloopfe.v4.arch.Compute'>, ('XYNoC', 'Legacy', 'ReductionTree', 'SimpleMulticast'): <class 'timeloopfe.v4.arch.Network'>, ('nothing',): <class 'timeloopfe.v4.arch.Nothing'>}.
Any ideas what I am doing wrong here?
thanks Sreekanth