You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cx/ESTIMATION_PACKAGE_SPEC.md
+54-6Lines changed: 54 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,48 @@ The target design is that the application side only needs to specify:
100
100
Estimation methods are strongly coupled with how the required measurement data is obtained.
101
101
Therefore BenchKit should preferably be able to represent not only the estimation model, but also the measurement assumptions of the method as part of the package.
102
102
103
+
### 3.3.1 取得方式ごとの詳細パッケージ / Detailed Packages by Acquisition Path
In addition, the estimation method for communication sections should preferably be switchable independently from that of compute sections.
305
+
For example, the framework should allow combinations such as counter-based estimation for compute sections, a separate communication model for communication sections, and interval-timing-based estimation for other sections.
0 commit comments