[gem5-dev] ?????? Problem on simulating GCN3 GPU: Running DNNMark too slow.

2023-05-09 Thread 429442672 via gem5-dev
Thank you so much for taking the time to answer my questions For the question 1: yes, blocked means as what you said: "the program is just running" I followed your suggestion and made some modifications: a. forĀ src/gpu/DNNMark/config_example/fc_config.dnnmark: b. i generate a 30MB data as

[gem5-dev] Problem on simulating GCN3 GPU: Running DNNMark too slow.

2023-05-09 Thread 429442672 via gem5-dev
hi everyone, I have successfully built and ran DNNMark using the command: sudo docker run --rm -v ${PWD}:${PWD} -v ${PWD}/gem5-resources/src/gpu/DNNMark/cachefiles:/root/.cache/miopen/2.9.0 -w ${PWD} gcn-gpu gem5/build/GCN3_X86/gem5.opt gem5/configs/example/apu_se.py -n 3 --benchmark-root=ge