"git@developer.sourcefind.cn:chenzk/alphafold2_jax.git" did not exist on "552586eba897b7bc3b8903c7ca453be249393261"
- 18 Aug, 2024 3 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
- 14 Jul, 2024 1 commit
-
-
Jialin Li authored
Allow users to specify custom paths to p4. Co-authored-by:Antoine Kaufmann <antoinek@mpi-sws.org>
-
- 12 Jul, 2024 5 commits
-
-
Jonas Kaufmann authored
When `AXILManager::pending_` only contained a single operation and that one was removed from `AXILManager::pending_` in `step()` on completion, there were still some signals that needed to be reset to their idle values. The temp variables were correctly modified to do so in `step()`, however, `step_apply()` was skipped since `AXILManager::pending_` was now empty.
-
Jonas Kaufmann authored
-
Jialin Li authored
-
Jialin Li authored
-
Jialin Li authored
To-do: Add synchronization support
-
- 26 Jun, 2024 1 commit
-
-
Antoine Kaufmann authored
-
- 13 Jun, 2024 3 commits
-
-
Jonas Kaufmann authored
We didn't clear the package cache again after the additional sudo install, which increased the size of the container.
-
Jonas Kaufmann authored
VS Code started enforcing the locale but they decided to use en_US.UTF-8. It looks like they are going to change this to C.UTF-8, which is available on every POSIX compliant system but this might take some time. So instead, we add the required en_US.UTF-8 locale to the devcontainer for now.
-
Jonas Kaufmann authored
Otherwise, `make documentation` fails in the devcontainer.
-
- 12 Jun, 2024 3 commits
-
-
Jonas Kaufmann authored
For SimBricks messages sent by gem5, we want the simulation to look like it started at tick 0. The reason is that otherwise, after restoring a checkpoint, connected simulators first have to catch up, i.e. simulate until the checkpoint tick before the simulation can continue.
-
Jonas Kaufmann authored
The solution here was quite hacky in that we modified gem5's checkpoint file to have a timestamp of 0. This actually breaks when simulating a Linux host and conducting time measurements. The numbers you get will end up all over the place.
-
Jonas Kaufmann authored
Add width and height attribute in the top-level svg tag. This also fixes the logo not showing up in our documentation.
-
- 10 Jun, 2024 2 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 29 May, 2024 5 commits
-
-
Jonas Kaufmann authored
This prevents gem5 from erroring out after closing and re-opening VS Code.
-
Jonas Kaufmann authored
Our VS Code devcontainer is based on our buildenv container, so we directly modify the latter.
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
We needed it to ensure that gem5's `PerfKvmCounter::attach()` would work but with simbricks/simbricks#109 this has become unnecessary.
-
Jonas Kaufmann authored
-
- 21 May, 2024 6 commits
-
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
- 17 May, 2024 3 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
This includes adding a requirements.txt for the Python packages required for linting. In the future, additional packages that our orchestration framework requires also go in here.
-
Marvin Meiers authored
-
- 14 May, 2024 1 commit
-
-
Jakob Görgen authored
* dist/common/base: fix taking member of packed struct warning * trace: removed outdated folder * lib/simbricks/nicbm/multinic: fixed boost bind warning * sims/net/pktgen/pktgen: removed forward_pkt and potential use
-
- 11 May, 2024 2 commits
-
-
Jonas Kaufmann authored
This removes automatically sorting the keys that I introduced in #97, which means that instead, attributes are serialized in the order they are defined in. With this change, simple information like start and end time are readable at a glance directly at the top of the JSON file.
-
Jonas Kaufmann authored
This is based on our recent HackerNews Post and the description on our website.
-
- 08 May, 2024 5 commits
-
-
Jonas Kaufmann authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Antoine Kaufmann authored
-
Marvin Meiers authored
-