Re: [gem5-users] MevBench on gem5-gpu

2019-03-11 Thread Jason Lowe-Power
Hi Abhishek, I do not know what the state of Mevbench support. You can find the workloads that we used with gem5-gpu here: http://gem5-gpu.cs.wisc.edu/repo/. I believe the creators of the CHAI benchmark suite also got that working with gem5-gpu. You could look back on the gem5-gpu mailing list for

Re: [gem5-users] MevBench on gem5-gpu

2019-03-11 Thread ABHISHEK BHATTACHARYYA
Thanks a lot, Jason. From: gem5-users on behalf of Jason Lowe-Power Sent: Monday, March 11, 2019 8:05 PM To: gem5 users mailing list Subject: Re: [gem5-users] MevBench on gem5-gpu Hi Abhishek, I do not know what the state of Mevbench support. You can find the w

Re: [gem5-users] SPEC 2017 runs on gem5

2019-03-11 Thread Shyam Murthy
Hi Jason, Any thoughts on this? Thanks, Shyam > On Mar 8, 2019, at 4:26 PM, Shyam Murthy wrote: > > Hi All, > > When I am running a lot of the SPEC '17 applications on gem5, I am getting a > warning message that says warn: instruction 'movntdq_Mo_Vo' unimplemented. > The source code for th

[gem5-users] REG head flit in a gem5

2019-03-11 Thread nevethetha ganesan
Hello , I would like to combine two routing algorithms say one for source router to temporary destination router and another algorithm for temporary destination to original destination router.so, the head flit of the packet must change its destination often. There is no clear idea on where the d

Re: [gem5-users] REG head flit in a gem5

2019-03-11 Thread Krishna, Tushar
Take a look at the garnet2.0 wiki and NetworkInterface.cc Cheers, Tushar > On Mar 12, 2019, at 12:40 AM, nevethetha ganesan > wrote: > > Hello , > I would like to combine two routing algorithms say one for source router to > temporary destination > router and another algorithm for temporar

Re: [gem5-users] SPEC 2017 runs on gem5

2019-03-11 Thread SM Farabi Mahmud
Can you share the configuration file that you're using? On Fri, Mar 8, 2019, 4:26 PM Shyam Murthy wrote: > Hi All, > > When I am running a lot of the SPEC '17 applications on gem5, I am getting > a warning message that says *warn: instruction 'movntdq_Mo_Vo' > unimplemented*. The source code for

Re: [gem5-users] REG head flit in a gem5

2019-03-11 Thread nevethetha ganesan
Hello Sir, In NetworkInterface.cc flitisizeMessage() I could not understand what is NetDest personal_dest, removeNetDest(personal_dest) ? IS destID used as NI ID variable ? can destID be used to set temporary destination ? On Tue, Mar 12, 2019 at 10:12 AM Krishna, Tushar wrote: > Take a look at