Problems about Memory Hierarchy #9683
chiachia36
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to find some information about memory hierarchy.
I tried to use
iree-translate
to run the example matrix multiplication withprint-ir-after-all
to check every pass which the flow ran through.Then I found that there is a dialect
stream
, and it has some operations about description of source.However, after I checked the files
StreamBase.td
andStreamOps.td
, I still didn't understand the resource architecture(e.g. DRAM, Global buffer, Cache...) very well.If I want to check the resource architecture to do some analysis, how could I make it?
And I also want to ask the usage of
PartitioningConfigAttr
inStreamBase.td
.It mentions that it defines partitioning configuration, but I want to ask how to use it to define some partitioning information (e.g. single-thread/multi-thread).
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions