Port details |
- clpeak Benchmarking tool to measure peak capabilities of opencl devices
- 1.1.2 benchmarks =2 1.1.2Version of this port present on the latest quarterly branch.
- Maintainer: jmd@FreeBSD.org
- Port Added: 2016-06-27 10:56:21
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PD
- WWW:
- https://github.com/krrishnarraj/clpeak
- Description:
- A synthetic benchmarking tool to measure peak capabilities of opencl devices.
It only measures the peak metrics that can be achieved using vector operations
and does not represent a real-world use case
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clpeak>0:benchmarks/clpeak
- To install the port:
- cd /usr/ports/benchmarks/clpeak/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/clpeak
- pkg install clpeak
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clpeak
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1644237607
SHA256 (krrishnarraj-clpeak-1.1.2_GH0.tar.gz) = 7bc7beba6b3307290650abc4f13fe9389b271c1a64601fa333461516950d745b
SIZE (krrishnarraj-clpeak-1.1.2_GH0.tar.gz) = 295735
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- opencl>=0 : devel/opencl
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libOpenCL.so : devel/ocl-icd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_clpeak
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.2 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.2 21 Feb 2022 17:06:01 |
Jan Beich (jbeich) |
benchmarks/clpeak: update to 1.1.2
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.1
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.2
PR: 261764
Reported by: GitHub (watch releases)
Approved by: maintainer timeout (2 weeks) |
1.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 30 Nov 2020 21:07:36 |
jbeich |
benchmarks/clpeak: update to 1.1.0
Changes: https://github.com/krrishnarraj/clpeak/compare/1.1.0-rc2...1.1.0
PR: 250562
Approved by: jmd (maintainer) |
1.1.0.r2 13 Mar 2020 14:03:05 |
jbeich |
benchmarks/clpeak: update to 1.1.0.r2
- Switch to vendor install
- Drop unused RUN_DEPENDS
- Allow on more architectures
Changes: https://github.com/krrishnarraj/clpeak/compare/75c8746...1.1.0-rc2
Approved by: maintainer timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D23821 |
1.0g20170524 04 Nov 2019 21:08:20 |
zeising |
Add USES=xorg USES=gl, ports categories b
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'b'. |
1.0g20170524 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.0g20170524 10 Sep 2018 10:29:06 |
mat |
Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant. |
1.0g20170524 02 Jun 2017 00:20:18 |
jmd |
benchmarks/clpeak: This brings clpeak to the latest git revision. FreeBSD
patches were upstreamed and it now supports fp16 tests. Changing mail address to
my FreeBSD one.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10917 |
1.0_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.0_1 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
1.0_1 05 Aug 2016 15:04:01 |
marino |
benchmarks/clpeak: set USE_GL rather than hardcoding LIB_DEPENDS
The proper way to handle libGL is to set USE_GL=gl, and doing so allows
dependency registration to match the port
Approved by: infrastructure blanket (redundant deps work) |
1.0 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.0 27 Jun 2016 10:56:14 |
novel |
Add clpeak 1.0, benchmarking tool to measure peak capabilities of opencl
devices.
PR: 209849
Submitted by: Johannes Dieterich <dieterich@ogolem.org> |