Open Rhythmicc opened 9 months ago
You can use any GPU you want. The requirement is you have to use the same config with the GPU that you collected trace with. So TITAN generated traces -> uses TITAN config. TITAN RTX -> Turing config. A100 -> Ampere config.
We have configs for RTX2060 and RTX3070. You can created one for ur GPU with the tuner.
Thank you very much! Also I would like to ask: if I want to replace the Tensor Core with new hardware in the GPU and add new instructions, is there any documentation to support me in doing this?🙏
I'm trying to generate a trace of the sample program using non-Volta GPUs such as TITANX, TITAN RTX and A100, however I'm getting the assertion error with the following command:
I noticed in #144 that it states that a Volta architecture GPU should be used to generate the traces before simulation, but I don't have a Volta architecture GPU on hand, and I was wondering if it's possible to configure something in a way that would allow traces generated by GPUs of other architectures to be simulated by the QV100 configuration?