[gem5-users] M5 Fs utility workbegin

2022-03-08 Thread George Michelogiannakis via gem5-users
Hello Gem5 community, I'm trying to use the M5 utility meant for full system mode to signal work begin and end. I see in the documentation that the utility supports these parameters: - workbegin: Cause an exit evet of type, “workbegin”, that could be used to mark the begining of an ROI.

[gem5-users] Re: gem5 : X86 + APU (gfx801) with CUs128 error with DNNMark test_fwd_softmax

2022-03-08 Thread Poremba, Matthew via gem5-users
[Public] Hi David, You are hitting the limit on the number of same MachineTypes in a Ruby network. You can change this by modifying the `build_opts/GCN_X86` file and adding a new line with `NUMBER_BITS_PER_SET = '128'`, or higher, and then recompile gem5. As far as I know there is not a

[gem5-users] gem5 : X86 + APU (gfx801) with CUs128 error with DNNMark test_fwd_softmax

2022-03-08 Thread David Fong via gem5-users
Hi, I built gem5 with X86 and APU (gfx801) with CUS=128 to run DNNMark test_fwd_softmax showing steps below and message outputs from the run Is there a limitation on number of CUs (compute units) for the APU (gfx801) or do I need to add the number of compute units (128) on one of the cmd-lines