Bobby R. Bruce
Bobby R. Bruce
### Discussed in https://github.com/orgs/gem5/discussions/446 Originally posted by **dhschall** October 12, 2023 After today's developers meeting discussion, I was wondering if there is a simple way to add some sort of...
As highlighted in https://github.com/gem5/gem5/pull/241 (particularly, this comment: https://github.com/gem5/gem5/pull/241#pullrequestreview-1740314990), since we have multi-ISA gem5 compilations, we need a way of knowing what ISA we're targeting. ISA of a simulated system is...
**Describe the bug** When compiling gem5 with GCC Version 9, the object files appear to be nearly double in size compared to other compilers and GCC versions. This results in...
If you look in [.github/workloads/docker-build.yaml](https://github.com/gem5/gem5/blob/3bdcfd6f7abdf0c9125ec37018df76a29998a055/.github/workflows/docker-build.yaml) you'll see a Workflow which can be used to run a GitHub action which builds docker images and pushes them into the Github Container registry....
[gem5 Workloads are definitions of "inputs" to a gem5 simulated system](http://resources.gem5.org/category#workload). For example: [x86-ubuntu-18.04-boot](http://resources.gem5.org/resources/x86-ubuntu-18.04-boot?version=1.0.0) is a basic workload which loads in an [x86 Linux Kernel (5.4.49)](http://resources.gem5.org/resources/x86-linux-kernel-5.4.49?database=gem5-resources) and a disk image...
#337 Highlighted that this script is clearly not run as part of our test suites (otherwise our tests would be failing). We try to run the scripts in "configs/example/gem5_library" as...
misc,tests,github: Use pre-commit CI over pre-commit actions; cleanup pre-commit and workflow files
This is some stuff I've been playing with and finally have working. The main contribution here is moving to pre-commit CI: https://pre-commit.ci. The main advantage of pre-commit CI is it's...
* Removes the "docker-compose.yaml" in favor of "docker-bake.hcl". This uses the `docker buildx` tool which has the advantage of enabling multi-platformm builds where desired. By default all images are built...
reason: https://www.intel.com/content/dam/develop/external/us/en/documents/335592-sdm-vol-4.pdf (2-30) **Note**: This a direct copy of PR #957. For reasons I do not understand the CI tests refuse to run on that PR. The entire purpose this...
This was once a desire which was attempted, but eventually abandoned, in this PR: https://github.com/gem5/gem5/pull/259.