"...composable_kernel_rocm.git" did not exist on "a66d14edf25d34cf2c4b021f8c27f12e5267d566"
Commit 447d6613 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: lower qemu frequency to 4GHz

As described in paper
parent 02dce731
......@@ -177,6 +177,7 @@ class NetSim(Simulator):
class QemuHost(HostSim):
sync = False
cpu_freq = '4GHz'
def __init__(self):
super().__init__()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment