From b93d911bb7411df6264db0f4fa1e4c66655b1068 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 31 Aug 2022 14:17:52 +0200 Subject: [PATCH] fix bug in port util --- osaca/data/icx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osaca/data/icx.yml b/osaca/data/icx.yml index 7cc1f74..46d2be2 100644 --- a/osaca/data/icx.yml +++ b/osaca/data/icx.yml @@ -4796,7 +4796,7 @@ instruction_forms: - class: register # ibench name: xmm # ibench latency: 13 # ibench - port_pressure: [[1, '0'], [4, '0DV']] # ibench + port_pressure: [[1, '0'], [4, ['0DV']]] # ibench throughput: 4.0 # ibench uops: 5 # ibench - name: vdivpd # asmbench @@ -4808,7 +4808,7 @@ instruction_forms: - class: register # asmbench name: ymm # asmbench latency: 13 # asmbench - port_pressure: [[1, '0'], [8, '0DV']] # asmbench + port_pressure: [[1, '0'], [8, ['0DV']]] # asmbench throughput: 8.0 # asmbench uops: 9 # asmbench - name: vdivpd # ibench