[gem5-users] Re: cpu and gpu in gcn3_x86 execute different test programs

2022-04-10 Thread Matt Sinclair via gem5-users
There is a failure you are hitting: /HIP/rocclr/hip_global.cpp:69: guarantee(false && "Cannot find Symbol") ___ How are you compiling your code? Matt -Original Message- From: 17861509600--- via gem5-users Sent: Sunday, April 10, 2022 9:03 P

[gem5-users] Re: cpu and gpu in gcn3_x86 execute different test programs

2022-04-10 Thread 17861509600--- via gem5-users
Hi , Below is the output of the program. After the program reaches this place, it does not continue to output, and does not stop for a long time. Thanks, Lins gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. gem5 version 21.2.1.0 gem5

[gem5-users] Re: cpu and gpu in gcn3_x86 execute different test programs

2022-04-10 Thread Matt Sinclair via gem5-users
Hi, I personally have never tried running CPU and GPU workloads simultaneously in gem5, so I don't have great answers here. But what exactly is happening now? What is the last output you are seeing when you run your workload? Thanks, Matt -Original Message- From: 17861509600--- via g

[gem5-users] cpu and gpu in gcn3_x86 execute different test programs

2022-04-10 Thread 17861509600--- via gem5-users
Hello, I use gcn3_x86 in gem5 to test the impact of interference between gpu programs and cpu program memory access requests on cpu and gpu performance. By modifying apu_se.py, I specify the test program for gpu as square, and the cpu test program as 401 of spec2006. I wanted to see if my idea w

[gem5-users] cpu and gpu in gcn3_x86 execute different test programs

2022-04-10 Thread 17861509600--- via gem5-users
Hello, I use gcn3_x86 in gem5 to test the impact of interference between gpu programs and cpu program memory access requests on cpu and gpu performance. By modifying apu_se.py, I specify the test program for gpu as square, and the cpu test program as 401 of spec2006. I wanted to see if my idea w