[gem5-users] Gem5 GCN3 DNNMark benchmark error (fwd_softmax is ok, but others are not)

2022-02-11 Thread 1575883782 via gem5-users
Hi, I was trying to run DNNMark benchmark with its GCN3 GPU model following the instructions on http://resources.gem5.org/resources/dnn-mark.I succeed running fwd_softmax, but when I run other layers, I met some problems. For example, "bwd_activation". I tried to run gem5 DNNMark bwd_activation

[gem5-users] riscv-ubuntu 20.04 FS mode

2022-02-11 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear community, I have just downloaded the latest version of gem5 (v21.2.1) and I try to simulate the FS using the riscv-ubuntu-run.py (./build/RISCV/gem5.opt configs/example/gem5_library/riscv-ubuntu-run.py). It downloads automatically both riscv-ubuntu-20.04-img and riscv-bootloader-v

[gem5-users] Run srsRAN code with gem5

2022-02-11 Thread VEDIKA JITENDRA KULKARNI via gem5-users
Hello, We are trying to run srsRAN functionalities individually as srsepc,srsenb and srsUE. Also I need suggestions on how to run end-end srsRAN code into gem5 to analyse the ARM vs X86 performance. Please find the below error for srsENB while simulating in gem5. command line: ./build/X86/

[gem5-users] Re: Run srsRAN code with gem5

2022-02-11 Thread Jason Lowe-Power via gem5-users
Hi Uma, Not all X86 vector instructions are implemented. What you're seeing is that pmovzxbw isn't implemented. Specifically, there's at least one version (as shown here https://www.felixcloutier.com/x86/pmovzx) which hasn't been implemented yet. I'm not sure which one. The `Vdq_Udq_or_Mq` somehow

[gem5-users] Re: Run srsRAN code with gem5

2022-02-11 Thread VEDIKA JITENDRA KULKARNI via gem5-users
Thanks a lot Jason! Get Outlook for Android From: Jason Lowe-Power Sent: Friday, February 11, 2022 9:10:11 PM To: gem5 users mailing list Cc: Umamaheswari Ganeshan ; VEDIKA JITENDRA KULKARNI Subject: Re: [gem5-users] Run srsRAN code with

[gem5-users] Re: Gem5 GCN3 DNNMark benchmark error (fwd_softmax is ok, but others are not)

2022-02-11 Thread Matt Sinclair via gem5-users
Kyle, can you please help with this? I don't recall when we last tested bwd_act. Matt On Fri, Feb 11, 2022 at 2:18 AM 1575883782 via gem5-users < gem5-users@gem5.org> wrote: > Hi, > > I was trying to run DNNMark benchmark with its GCN3 GPU model following the > instructions > on http://resourc

[gem5-users] Re: Gem5 GCN3 DNNMark benchmark error (fwd_softmax is ok, but others are not)

2022-02-11 Thread Matt Sinclair via gem5-users
One more question for you, original poster: are you running DNNMark inside the docker resources we provided: http://resources.gem5.org/resources/dnn-mark? Or are you trying to get this running on your machine directly? Matt On Fri, Feb 11, 2022 at 11:37 AM Matt Sinclair wrote: > Kyle, can you

[gem5-users] Re: Gem5 GCN3 DNNMark benchmark error (fwd_softmax is ok, but others are not)

2022-02-11 Thread 1575883782 via gem5-users
yeah, I running DNNMark inside docker, and the version is v21-2. I run command by remote-container plugin of VsCode. ---Original--- From: "Matt Sinclair via gem5-users"http://resources.gem5.org/resources/dnn-mark? Or are you trying to get this running on your machine directly? Matt On Fri

[gem5-users] Conditional DPRINTF

2022-02-11 Thread Majid Jalili via gem5-users
Hi, Is there any way or trick to make a debug flag conditional? For example, --Debug-flags=Cache if pkt->getAddr()==0xABCD Thanks! ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_ur

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-02-11 Thread Hoa Nguyen via gem5-users
Hi, It also took 6+ hours to boot Linux using that disk image on my end, so I think it's systemd being very slow. By profiling systemd, I find that systemd took a lot of time to bring up the networking service, and especially the "motd" (message of the day?) service, which queries for updates fro

[gem5-users] Re: Conditional DPRINTF

2022-02-11 Thread Jason Z via gem5-users
Hi Majid, I'm not sure if there is a way to do it from the command line in an efficient manner, but I've just been adding the debug print statements inside if statements, for instance in your case you could move the debug's print statements for 'Cache' inside an if statement that checks for the

[gem5-users] Re: Difference between XBase and XURa .isa operands

2022-02-11 Thread Jason Z via gem5-users
Hey Pedro, I ran into a similar issue with naming like that with trying to create new instructions, and the best I could tell it seems like the XUR are for microops, but I'm honestly just guessing based on what I saw previously, and I ended up just using XBase since I was creating a store instr