Port details |
- tblis Framework for performing tensor operations
- 1.2.0 math =2 1.2.0Version of this port present on the latest quarterly branch.
- Maintainer: jmd@FreeBSD.org
- Port Added: 2018-01-17 13:15:44
- Last Update: 2023-06-09 16:55:04
- Commit Hash: 2f1a102
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/devinamatthews/tblis
- Description:
- TBLIS is a library and framework for performing tensor operations,
especially tensor contraction, using native algorithms. In this
context, native means that TBLIS does not translate tensor
operations into matrix operations using the BLAS libraries.
Instead, TBLIS uses the philosophy (and certain low-level kernels)
of the BLIS framework to implement tensor contraction with
essentially zero overhead compared to matrix multiplication. TBLIS
also aims to offer a convenient C++ interface for tensors and
tensor operations, as well as a stable C interface with high
portability.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/tblis/ && make install clean
- To add the package, run one of these commands:
- pkg install math/tblis
- pkg install tblis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tblis
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1638034902
SHA256 (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 101ce5d5dd27be20e5a4e84927b460094404621994509dda8ba46f41ee7f0b34
SIZE (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 1852304
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tblis-1.2.0:
PARA=on: use pthread parallelization
===> Use 'make config' to modify these settings
- Options name:
- math_tblis
- USES:
- compiler:c++11-lang gmake libtool
- 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 |
1.2.0 09 Jun 2023 16:55:04 |
Muhammad Moinur Rahman (bofh) |
math/tblis: Mark BROKEN on 14
- Fails to build with error: static_assert failed due to requirement
'__libcpp_random_is_valid_urng<Catch::RandomNumberGenerator,
void>::value'
- Have tried using earlier llvm versions without any result |
1.2.0 08 May 2023 08:25:49 |
Robert Clausecker (fuz) |
math/tblis: mark as ONLY_FOR_ARCHS=amd64
This package is built around x86 SIMD instrinsics and does not seem to
provide a scalar fallback for when they are not available.
Approved by: portmgr (build fix blanket) |
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.2.0 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.2.0 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.2.0 27 Nov 2021 17:52:05 |
Johannes M Dieterich (jmd) |
math/tblis: update to 1.2.0 |
1.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.2 23 Dec 2020 12:43:20 |
linimon |
Mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket) |
1.1.2 23 Sep 2020 19:36:46 |
linimon |
Also mark as broken on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
1.1.2 18 May 2020 01:03:25 |
linimon |
Mark as BROKEN on powerpc64:
./src/configs/include_configs.hpp:2:37: fatal error:
configs/power7/config.hpp: No such file or directory
Adding compiler:c++11-lang to USES merely uncovers this error on 12-STABLE;
it does not fix the underlying problem. |
1.1.2 04 Mar 2019 10:44:37 |
jbeich |
math/tblis: unbreak with libc++ 8
In file included from src/iface/1v/add.cxx:1:
In file included from src/iface/1v/add.h:4:
In file included from src/iface/1v/../../util/thread.h:10:
In file included from ./src/external/tci/tci.h:4:
In file included from ./src/external/tci/tci/barrier.h:7:
In file included from src/external/tci/tci/mutex.h:50:
In file included from /usr/include/c++/v1/system_error:147:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
./version:1:1: error: expected unqualified-id
1.0.0
^
PR: 236192
Approved by: portmgr blanket |
1.1.2 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.1.2 17 Jan 2018 13:15:36 |
jmd |
new port math/tblis: a framework to perform tensor operations which are
ubiquitous in a variety of domains (quantum chemistry, machine learning, ...).
This port is a sibling port to math/blis and math/libflame and follows their
philosophy for efficient operations.
Reviewed by: swills (mentor), mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12830 |