[Bug 265368] [New Port] benchmarks/uica: uops.info Code Analyzer
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265368] [New Port] benchmarks/uica: uops.info Code Analyzer"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 20:29:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265368
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=fc3a761d2cfc293c26264d2fc126914943e2e839
commit fc3a761d2cfc293c26264d2fc126914943e2e839
Author: Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-01 20:26:50 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-08-01 20:28:49 +0000
benchmarks/uica: New port: uops.info Code Analyzer
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.
uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
WWW: https://uops.info/uiCA.html
Author: Robert Clausecker <fuz@fuz.su>
PR: 265368
benchmarks/Makefile | 1 +
benchmarks/uica/Makefile (new) | 60 ++++++++++++++++++++++
benchmarks/uica/distinfo (new) | 9 ++++
.../uica/files/patch-mbuild_mbuild_env.py (new) | 11 ++++
benchmarks/uica/files/patch-uiCA.py (new) | 11 ++++
benchmarks/uica/pkg-descr (new) | 9 ++++
benchmarks/uica/pkg-plist (new) | 36 +++++++++++++
7 files changed, 137 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.