Date: Mon, 01 Aug 2022 20:29:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 265368] [New Port] benchmarks/uica: uops.info Code Analyzer Message-ID: <bug-265368-21822-EraglZYlgf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265368-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-265368-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265368 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dfc3a761d2cfc293c26264d2fc126914= 943e2e839 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(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265368-21822-EraglZYlgf>