-
Hi developers, thanks for providing this wonderful tool. I have a question about using this tool: Sometimes the real device on my hand does not have a tested simulator configuration in the repo, and I don't know how to write a reliable new configuration. Or I don't have the device I want to simulate, instead just a similar one. In such a situation, I use From previous issues, I know the simulator can generate results if the real device and simulator configuration have the same architecture, such as both Pascal. But I don't know what the result shows when they are different models of the same architecture. I hope you'll be able to solve my confusion. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I moved this to the discussion as this is not really a bug. So even though it's not recommended, you can mix use traces that are are generation. The performance results correspond to the config. Not the device you collected traces on. Again, even though this is not recommended, you should be able to run traces with configs that are the same generation (Volta, Turing, Ampere, etc) without error. And results should be similar. If you just want to create a config for some cards we don't have, check out the tuner under Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick response. I have another question: In Accel-Sim SASS Frontend and Simulation Engine section of README, there is a command
Why do we use two config files here? I find that they have different contents. Could you explain how to understand these two config files and what are they used for? Thanks very much. |
Beta Was this translation helpful? Give feedback.
I moved this to the discussion as this is not really a bug.
So even though it's not recommended, you can mix use traces that are are generation.
The performance results correspond to the config. Not the device you collected traces on.
Again, even though this is not recommended, you should be able to run traces with configs that are the same generation (Volta, Turing, Ampere, etc) without error. And results should be similar.
An example could be running a 3090 config with traces collected on 3070. But running a 3090 config with traces collected in 2080 is a bad idea (and it probably won't even run).
If you just want to create a config for some cards we don't have, check out the tuner under
u…