Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
6a2d9ec2
"git@developer.sourcefind.cn:wqshmzh/ktransformers.git" did not exist on "d1fcb208cc67b9cbd7423bc58a37c9eef3741539"
Commit
6a2d9ec2
authored
Aug 18, 2024
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Aug 18, 2024
Browse files
orchestration/simulators.py: add QemuIcountHost
parent
019f173c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
experiments/simbricks/orchestration/simulators.py
experiments/simbricks/orchestration/simulators.py
+9
-0
No files found.
experiments/simbricks/orchestration/simulators.py
View file @
6a2d9ec2
...
@@ -446,6 +446,15 @@ class QemuHost(HostSim):
...
@@ -446,6 +446,15 @@ class QemuHost(HostSim):
return
cmd
return
cmd
class
QemuIcountHost
(
QemuHost
):
"""QEMU host simulator that uses instruction counting for
synchronization."""
def
__init__
(
self
,
node_config
:
NodeConfig
)
->
None
:
super
().
__init__
(
node_config
)
self
.
sync
=
True
class
Gem5Host
(
HostSim
):
class
Gem5Host
(
HostSim
):
"""Gem5 host simulator."""
"""Gem5 host simulator."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment