diff options
author | jmd <jmd@FreeBSD.org> | 2017-06-02 08:14:04 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2017-06-02 08:14:04 +0800 |
commit | 2b1a6fe3ddb22bb79fd9f971dede778f2cb497dc (patch) | |
tree | e6fd4fec11c802c0398d519cb27231b61358812f /math/Makefile | |
parent | 0a1137b92df91ab6c9faccd65356b671cc306443 (diff) | |
download | freebsd-ports-gnome-2b1a6fe3ddb22bb79fd9f971dede778f2cb497dc.tar.gz freebsd-ports-gnome-2b1a6fe3ddb22bb79fd9f971dede778f2cb497dc.tar.zst freebsd-ports-gnome-2b1a6fe3ddb22bb79fd9f971dede778f2cb497dc.zip |
new port: math/clblast. This adds clblast (notice the t!) another BLAS library for GPUs, with the distinct difference that clblast targets portable performance across AMD, Intel, and NVIDIA accelerators.
Reported by: swills (mentor)
Reviewed by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10919
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b690d78f3a75..e2427c1b3f53 100644 --- a/math/Makefile +++ b/math/Makefile @@ -121,6 +121,7 @@ SUBDIR += clarence SUBDIR += clasp SUBDIR += clblas + SUBDIR += clblast SUBDIR += clfft SUBDIR += clipper SUBDIR += cln |