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
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
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
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
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