- 14 Feb, 2023 6 commits
-
-
Hejing Li authored
Basic switch simulator that can steer network memory requests to different network attached memory modules based on a configured address mapping. The switch also performs address translation. Co-authored-by:GAO Bin <bingao.cs@gmail.com>
-
GAO Bin authored
Basic behavioral simulator for a memory controller to access network attached memory accessed via a simple UDP protocol. Co-authored-by:
Hejing Li <hajeongee@gmail.com> Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org>
-
GAO Bin authored
Basic behavioral simulator for a network attached memory accessed via a simple UDP protocol. Co-authored-by:
Hejing Li <hajeongee@gmail.com> Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org>
-
Hejing Li authored
A very simple UDP-based protocol for accessing network-attached memories.
-
Hejing Li authored
Basic behavioral memory simulator that implements the new memory protocol. Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org> Co-authored-by:
Jonas Kaufmann <jokau03@gmail.com>
-
Antoine Kaufmann authored
This protocol is for basic read-write memory bus connections. Co-authored-by:Jonas Kaufmann <jokau03@gmail.com>
-
- 13 Feb, 2023 9 commits
-
-
Antoine Kaufmann authored
Otherwise make lint-clang-format still succeeds even if there are issues. This also causes the github action to pass and not flag issues.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
With gcc 10, the default switched to -fno-common. This breaks memcached. We need to explicilty pass -fcommon in the CFLAGS.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
This is the newest LTS kernel release. Will also come in handy for disaggregated memory stuff later.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
This uses somewhat more specific exception types instead of just Exception() everywhere. Makes pylint happy.
-
Antoine Kaufmann authored
This avoids the following warning printed many times: UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?) instead.
-
- 28 Dec, 2022 4 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
- 17 Nov, 2022 16 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Hejing Li authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Antoine Kaufmann authored
Also adding some labels needed for referencing various parts of the rest of the documentation.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 04 Nov, 2022 1 commit
-
-
Jakob Görgen authored
Extend SimbricksBaseIfInit with a sanity check to catch misconfigured parameters where the synchronization interval is configured larger than the link latency, which leads to incorrect behavior.
-
- 20 Sep, 2022 1 commit
-
-
Jonas Kaufmann authored
I basically did the following: `mkdir experiments/simbricks/orchestration` `mv experiments/simbricks/* experiments/simbricks/orchestration/` Additionally, imports and paths had to be adjusted.
-
- 18 Sep, 2022 2 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
- 17 Sep, 2022 1 commit
-
-
Jonas Kaufmann authored
-