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

2023-05-09 Thread 429442672 via gem5-dev
hi everyone, I have successfully built and ran DNNMask 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

[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

[gem5-dev] [M] Change in gem5/gem5[develop]: configs: Add `--with-pmu` option to the simple Arm FS configs

2023-05-09 Thread Richard Cooper (Gerrit) via gem5-dev
Richard Cooper has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69957?usp=email ) Change subject: configs: Add `--with-pmu` option to the simple Arm FS configs .. configs: Add `--with-pmu` o

[gem5-dev] [S] Change in gem5/gem5[develop]: arch-arm: Add support to exit the simloop on PMU control

2023-05-09 Thread Richard Cooper (Gerrit) via gem5-dev
Richard Cooper has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70417?usp=email ) Change subject: arch-arm: Add support to exit the simloop on PMU control .. arch-arm: Add support to

[gem5-dev] Jenkins build is back to normal : compiler-checks #600

2023-05-09 Thread jenkins-no-reply--- via gem5-dev
See ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email to gem5-dev-le...@gem5.org

[gem5-dev] v23.0 staging branch to be created on May 24th

2023-05-09 Thread Bobby Bruce via gem5-dev
Dear all, I am writing to inform the community that we are planning to create the staging branch for v23.0 on May 24th. This branch will be created from the develop branch and intensively tested prior to merging into the stable branch, thereby completing the release of v23.0. The staging branch

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

2023-05-09 Thread Matt Sinclair via gem5-dev
Hi, Trying to answer your various questions: 1. Similar to #2 below, I am unclear what "blocked" means. It sounds like the program is just running, but is slower than you were hoping it would be? If so, unfortunately, this is a well known problem with detailed simulators like gem5 -- they can

[gem5-dev] [XS] Change in gem5/gem5[develop]: dev-amdgpu: Add missing 'overrides'

2023-05-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70419?usp=email ) Change subject: dev-amdgpu: Add missing 'overrides' .. dev-amdgpu: Add missing 'overrides' This causes

[gem5-dev] [S] Change in gem5/gem5[develop]: gpu-compute: Remove use of 'std::random_shuffle'

2023-05-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70418?usp=email ) Change subject: gpu-compute: Remove use of 'std::random_shuffle' .. gpu-compute: Remove use of 'std::ra

[gem5-dev] [XS] Change in gem5/gem5[develop]: dev: Fix Linux specific includes to be portable

2023-05-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70420?usp=email ) Change subject: dev: Fix Linux specific includes to be portable .. dev: Fix Linux specific includes to

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: [WIP] ADD Vega GPU-FS tests

2023-05-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70421?usp=email ) Change subject: misc: [WIP] ADD Vega GPU-FS tests .. misc: [WIP] ADD Vega GPU-FS tests Change-Id: I277

[gem5-dev] Jenkins build is back to normal : nightly #600

2023-05-09 Thread jenkins-no-reply--- via gem5-dev
See ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email to gem5-dev-le...@gem5.org

[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