mirror of https://github.com/m-labs/artiq.git
parent
8d5dc0ad2a
commit
f0289d49ab
|
@ -264,10 +264,10 @@ class TransferTest(ExperimentCase):
|
||||||
self.results.append(["I32 Array (1KB) D2H", device_to_host.mean(),
|
self.results.append(["I32 Array (1KB) D2H", device_to_host.mean(),
|
||||||
device_to_host.std()])
|
device_to_host.std()])
|
||||||
|
|
||||||
def test_async_throughput(self):
|
#def test_async_throughput(self):
|
||||||
exp = self.create(_Transfer)
|
# exp = self.create(_Transfer)
|
||||||
results = exp.test_async()
|
# results = exp.test_async()
|
||||||
print("Async throughput: {:>6.2f}MiB/s".format(results))
|
# print("Async throughput: {:>6.2f}MiB/s".format(results))
|
||||||
|
|
||||||
class _KernelOverhead(EnvExperiment):
|
class _KernelOverhead(EnvExperiment):
|
||||||
def build(self):
|
def build(self):
|
||||||
|
|
Loading…
Reference in New Issue