Replies: 4 comments 8 replies
-
Do you want to add a new benchmark? |
Beta Was this translation helpful? Give feedback.
-
I have created a minimal repo to demonstrate. There are a few APIs that are different from the ISCA tutorial time, but the structure is the same. Can you try to clone my repo and see if it can run in your environment? I tried it in my environment, and it works. There is no need to clone MGPUSim if you do not want to modify it. |
Beta Was this translation helpful? Give feedback.
-
Thanks it's working at my end also. I think I need to add your |
Beta Was this translation helpful? Give feedback.
-
How to get Daisen to work with it, I am running the following command ./exp2 -timing Which shows the following output
But going to that URL, it does not work. I tried to cloning the akita and go into the daisen directory and do a
I tried Can you point me to the documentation to enable me to use the visualization tool so that when |
Beta Was this translation helpful? Give feedback.
-
I want to use MGPUsim for my work.
while following the documentation it says it's better to create a git repo for running your experiments, so I tried to re-create for fir benchmark
Below are the steps I did for running my own benchmark
for the import part, I have tried the following thing but all of them resulted in error
"github.com/sarchlab/mgpusim/v3"
or
As mentioned in the documentation, but after
go mod tidy
I got the error saying unable to find these.Can you tell me what are the minimum thing to do after creating a new repo to get a basic benchmark running.
Including what imports need to be done to create an independent repo for my experiments,
I think the problem is the runner and everything are not exported as a module. Can you help me with this
Beta Was this translation helpful? Give feedback.
All reactions