[gem5-dev] [M] Change in gem5/gem5[develop]: mem: Use HostSocket in the SharedMemoryServer.

2023-04-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69168?usp=email ) ( 6 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mem: Use HostSocket in the SharedMemoryS

[gem5-dev] [S] Change in gem5/gem5[develop]: arch-riscv: Fix the address check of pmp

2023-04-11 Thread Roger Chang (Gerrit) via gem5-dev
Roger Chang has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69577?usp=email ) Change subject: arch-riscv: Fix the address check of pmp .. arch-riscv: Fix the address check of pmp Fix the Addr

[gem5-dev] [S] Change in gem5/gem5[develop]: arch-riscv: Refactor the shouldCheckPMP function

2023-04-11 Thread Roger Chang (Gerrit) via gem5-dev
Roger Chang has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69497?usp=email ) Change subject: arch-riscv: Refactor the shouldCheckPMP function .. arch-riscv: Refactor the shouldCheckPMP functi

[gem5-dev] [M] Change in gem5/gem5[develop]: base,python: Add a param type for host sockets.

2023-04-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69165?usp=email ) Change subject: base,python: Add a param type for host sockets. .. base,python: Add a param type for host sockets.

[gem5-dev] [M] Change in gem5/gem5[develop]: base: Remove the now unused UnixSocketAddr class and associated code.

2023-04-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69169?usp=email ) Change subject: base: Remove the now unused UnixSocketAddr class and associated code. .. base: Remove the now un

[gem5-dev] Build failed in Jenkins: compiler-checks #572

2023-04-11 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Bobby R. Bruce] scons: Add '-lstdc++fs' to LIBS env when GCC version < 9 [Bobby R. Bruce] base: Use include for GCC v7 -- [...truncated 1.30 KB...] > git ch

[gem5-dev] Build failed in Jenkins: nightly #572

2023-04-11 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Bobby R. Bruce] scons: Add '-lstdc++fs' to LIBS env when GCC version < 9 [Bobby R. Bruce] base: Use include for GCC v7 -- [...truncated 4.44 MB...] [ TRACING] -> RI

[gem5-dev] [M] Change in gem5/gem5[develop]: arch,base,dev,sim: Convert objects to use the HostSocket param type.

2023-04-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69166?usp=email ) Change subject: arch,base,dev,sim: Convert objects to use the HostSocket param type. .. arch,base,dev,sim: Conve

[gem5-dev] how to use gfx900 in gpu-fs

2023-04-11 Thread Xiang Li via gem5-dev
Hi, I'm trying to run gpu-fs. I saw a file in gem5-resouces, which said`docker run --rm -v ${PWD}:${PWD} -w ${PWD} gcr.io/gem5-test/gpu-fs:latest bash -c 'make clean; HCC_AMDGPU_TARGET=gfx900 make'` but when I try to run the square, it saids it's using vega 10 XTX. How can I use the gfx900 to ru