mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 11:10:06 +01:00
new dynamic tp and lt values for LD instructions
This commit is contained in:
@@ -50,7 +50,7 @@ class TestKerncraftAPI(unittest.TestCase):
|
||||
)
|
||||
self.assertEqual(kapi.get_port_occupation_cycles(kernel), port_occupation)
|
||||
self.assertEqual(kapi.get_total_throughput(kernel), 2.0)
|
||||
self.assertEqual(kapi.get_latency(kernel), 10.0)
|
||||
self.assertEqual(kapi.get_latency(kernel), (1.0, 13.0))
|
||||
|
||||
def test_kerncraft_API_AArch64(self):
|
||||
kapi = KerncraftAPI('vulcan')
|
||||
|
||||
Reference in New Issue
Block a user