Are instruction memory and constant memory modeled int the functional model #177
Unanswered
say-nothing
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Not 100% sure, but I think these are not modeled in the functional model. You don't need to model the instruction memory space in the functional model. It's just loading instructions. There is no functional simulation of that. It's just simply a fetch of the instruction. And this also applies to the constant space. It's just loading constants. It is possible to print the instruction being simulated. But I'm not sure what you are trying to do with "real program data" of instruction memory. Thanks, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, All,
Hope you are doing well. I am trying to get the real program data from cuda-sim (the functional model) recently, and found that all the constant memory and instructions memory space can not be dump out from cuda-sim, did these two memory space modeled accurately in the cuda-sim? Or does the program instructions or constant memory been loaded into the functional model?
Thanks and best regards.
Shougang
Beta Was this translation helpful? Give feedback.
All reactions