mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Commit b7f05445c0
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)
11 lines
573 B
Text
11 lines
573 B
Text
clBLAS
|
|
|
|
a software library containing BLAS functions written in OpenCL
|
|
|
|
The primary goal of clBLAS is to make it easier for developers to utilize the
|
|
inherent performance and power efficiency benefits of heterogeneous computing.
|
|
clBLAS interfaces do not hide nor wrap OpenCL interfaces, but rather leaves
|
|
OpenCL state management to the control of the user to allow for maximum
|
|
performance and flexibility. The clBLAS library does generate and enqueue
|
|
optimized OpenCL kernels, relieving the user from the task of writing,
|
|
optimizing and maintaining kernel code themselves.
|