mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/viennacl: back to the pool.
This doesn't seem to require much maintainance. Clean whitespaces while here. Approved by: thierry (mentor, implicit)
This commit is contained in:
parent
6fbabf03f8
commit
b8d7249f6d
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ CATEGORIES= math
|
||||||
MASTER_SITES= SF/${PORTNAME}/1.7.x/
|
MASTER_SITES= SF/${PORTNAME}/1.7.x/
|
||||||
DISTNAME= ViennaCL-${PORTVERSION}
|
DISTNAME= ViennaCL-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= pfg@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Linear algebra and solver library using CUDA, OpenCL, and OpenMP
|
COMMENT= Linear algebra and solver library using CUDA, OpenCL, and OpenMP
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
ViennaCL is a free open-source linear algebra library for computations on
|
ViennaCL is a free open-source linear algebra library for computations on
|
||||||
many-core architectures (GPUs, MIC) and multi-core CPUs. The library is
|
many-core architectures (GPUs, MIC) and multi-core CPUs. The library is
|
||||||
written in C++ and supports CUDA, OpenCL, and OpenMP (including switches
|
written in C++ and supports CUDA, OpenCL, and OpenMP (including switches
|
||||||
at runtime).
|
at runtime).
|
||||||
|
|
||||||
The highlights of the latest 1.7.x release family are:
|
The highlights of the latest 1.7.x release family are:
|
||||||
|
|
||||||
* Fast sparse matrix-matrix multiplications, outperforming CUBLAS and MKL.
|
* Fast sparse matrix-matrix multiplications, outperforming CUBLAS and MKL.
|
||||||
* Fine-grained parallel algebraic multigrid preconditioners for CPUs, Xeon
|
* Fine-grained parallel algebraic multigrid preconditioners for CPUs, Xeon
|
||||||
Phis, and GPUs.
|
Phis, and GPUs.
|
||||||
* Fine-grained parallel incomplete LU factorization preconditioners for
|
* Fine-grained parallel incomplete LU factorization preconditioners for
|
||||||
CPUs, Xeon Phis, and GPUs.
|
CPUs, Xeon Phis, and GPUs.
|
||||||
|
|
||||||
WWW: http://viennacl.sourceforge.net/
|
WWW: http://viennacl.sourceforge.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue