[gem5-dev] Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing??

2023-04-19 Thread 429442672 via gem5-dev
i'm new to gem5. May i ask is there a way to make simulation for a CPU-GPU heterogeneous computing?? the gem5-gpu is too old and poorly maintained, so it is better to use GCN3, in ES mode. For example, i want to simulate that: 1.CPU load several data from CPU memory and handle them. 2.C

[gem5-dev] ?????? Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing??

2023-04-23 Thread 429442672 via gem5-dev
https://resources.gem5.org/resources/square   You can find many more examples of this on the homepage of gem5 resources too: https://resources.gem5.org/   Hope this helps, Matt On Wed, Apr 19, 2023 at 10:58?6?2PM 429442672 via gem5-dev ___ gem5-dev ma

[gem5-dev] ??????[gem5-users] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing??

2023-04-28 Thread 429442672 via gem5-dev
an find many more examples of this on the homepage of gem5 resources too: https://resources.gem5.org/   Hope this helps, Matt On Wed, Apr 19, 2023 at 10:58?6?2PM 429442672 via gem5-dev ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email to gem5-dev-le...@gem5.org

[gem5-dev] ????????????[gem5-users] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing??

2023-04-28 Thread 429442672 via gem5-dev
es of this on the homepage of gem5 resources too: https://resources.gem5.org/   Hope this helps, Matt On Wed, Apr 19, 2023 at 10:58?6?2PM 429442672 via gem5-dev ___ 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 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] ?????? 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] GEM5-GCN-DNNMark get Invalid filter channel number when running: dnnmark_test_VGG, dnnmark_test_alexnet, dnnmark_test_fwd_conv

2023-05-11 Thread 429442672 via gem5-dev
Dear Matt,      When i run the benchmarks: dnnmark_test_VGG, dnnmark_test_alexnet, dnnmark_test_fwd_conv, and i got the same error like this (get Invalid filter channel number)?? build/GCN3_X86/sim/syscall_emul.cc:74: warn: ignoring syscall fdatasync(...) build/GCN3_X86/sim/syscall_emul.cc:74:

[gem5-dev] ?????? GEM5-GCN-DNNMark get Invalid filter channel number when running: dnnmark_test_VGG, dnnmark_test_alexnet, dnnmark_test_fwd_conv

2023-05-13 Thread 429442672 via gem5-dev
... (this is not the best performing, option because the resources are different, but provides a basic setup step to avoid problems like this). Matt On Thu, May 11, 2023 at 10:02?6?2PM 429442672 via gem5-dev ___ gem5-dev mailing list -- gem5-dev@