summaryrefslogtreecommitdiff
path: root/Modules/FindBLAS.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-11 07:06:29 -0400
committerBrad King <brad.king@kitware.com>2021-06-11 07:51:37 -0400
commit6f305cd5fd9e027bd06d321d1c80759004855cc9 (patch)
tree5588aa048f05b0a504d79e3beaaa85c1a7864eef /Modules/FindBLAS.cmake
parentcd2944a303ec3ca87ae30b09f6fbd0040631b4f2 (diff)
downloadcmake-6f305cd5fd9e027bd06d321d1c80759004855cc9.tar.gz
Find{BLAS,LAPACK}: Factor out vendor documentation
Move the list of vendors to a dedicated section shared by both modules. Format it as a definition list.
Diffstat (limited to 'Modules/FindBLAS.cmake')
-rw-r--r--Modules/FindBLAS.cmake160
1 files changed, 98 insertions, 62 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 826a9c21d0..74d8bf0a84 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -23,68 +23,8 @@ The following variables may be set to influence this module's behavior:
if ``ON`` use static linkage
``BLA_VENDOR``
- If set, checks only the specified vendor, if not set checks all the
- possibilities. List of vendors valid in this module:
-
- * ``Goto``
- * ``FlexiBLAS``
- * ``OpenBLAS``
- * ``FLAME``
- * ``ATLAS PhiPACK``
- * ``CXML``
- * ``DXML``
- * ``SunPerf``
- * ``SCSL``
- * ``SGIMATH``
- * ``IBMESSL``
- * ``Intel10_32`` (intel mkl v10 32 bit, threaded code)
- * ``Intel10_64lp`` (intel mkl v10+ 64 bit, threaded code, lp64 model)
- * ``Intel10_64lp_seq`` (intel mkl v10+ 64 bit, sequential code, lp64 model)
- * ``Intel10_64ilp`` (intel mkl v10+ 64 bit, threaded code, ilp64 model)
- * ``Intel10_64ilp_seq`` (intel mkl v10+ 64 bit, sequential code, ilp64 model)
- * ``Intel10_64_dyn`` (intel mkl v10+ 64 bit, single dynamic library)
- * ``Intel`` (obsolete versions of mkl 32 and 64 bit)
- * ``ACML``
- * ``ACML_MP``
- * ``ACML_GPU``
- * ``Apple``
- * ``NAS``
- * ``Arm``
- * ``Arm_mp``
- * ``Arm_ilp64``
- * ``Arm_ilp64_mp``
- * ``EML``
- * ``EML_mt``
- * ``Fujitsu_SSL2`` (Fujitsu serial blas / lapack)
- * ``Fujitsu_SSL2BLAMP`` (Fujitsu parallel blas / lapack)
- * ``NVHPC``
- * ``Generic``
-
- .. versionadded:: 3.6
- ``OpenBLAS`` support.
-
- .. versionadded:: 3.11
- ``FLAME`` support.
-
- .. versionadded:: 3.13
- Added ILP64 MKL variants (``Intel10_64ilp``, ``Intel10_64ilp_seq``).
-
- .. versionadded:: 3.17
- Added single dynamic library MKL variant (``Intel10_64_dyn``).
-
- .. versionadded:: 3.18
- Arm Performance Libraries support (``Arm``, ``Arm_mp``, ``Arm_ilp64``,
- ``Arm_ilp64_mp``).
-
- .. versionadded:: 3.19
- ``FlexiBLAS`` support.
-
- .. versionadded:: 3.20
- Elbrus Math Library support (``EML``, ``EML_mt``).
- Fujitsu SSL2 Library support (``Fujitsu_SSL2``, ``Fujitsu_SSL2BLAMP``)
-
- .. versionadded:: 3.21
- NVHPC support
+ Set to one of the :ref:`BLAS/LAPACK Vendors` to search for BLAS only
+ from the specified vendor. If not set, all vendors are considered.
``BLA_F95``
if ``ON`` tries to find the BLAS95 interfaces
@@ -136,6 +76,102 @@ This module defines the following variables:
set(BLA_VENDOR Intel10_64lp)
find_package(BLAS)
+.. _`BLAS/LAPACK Vendors`:
+
+BLAS/LAPACK Vendors
+^^^^^^^^^^^^^^^^^^^
+
+``Generic``
+ Generic reference implementation
+
+``ACML``, ``ACML_MP``, ``ACML_GPU``
+ AMD Core Math Library
+
+``Apple``, ``NAS``
+ Apple BLAS (Accelerate), and Apple NAS (vecLib)
+
+``Arm``, ``Arm_mp``, ``Arm_ilp64``, ``Arm_ilp64_mp``
+ .. versionadded:: 3.18
+
+ Arm Performance Libraries
+
+``ATLAS``
+ Automatically Tuned Linear Algebra Software
+
+``CXML``, ``DXML``
+ Compaq/Digital Extended Math Library
+
+``EML``, ``EML_mt``
+ .. versionadded:: 3.20
+
+ Elbrus Math Library
+
+``FLAME``
+ .. versionadded:: 3.11
+
+ BLIS Framework
+
+``FlexiBLAS``
+ .. versionadded:: 3.19
+
+``Fujitsu_SSL2``, ``Fujitsu_SSL2BLAMP``
+ .. versionadded:: 3.20
+
+ Fujitsu SSL2 serial and parallel blas/lapack
+
+``Goto``
+ GotoBLAS
+
+``IBMESSL``
+ IBM Engineering and Scientific Subroutine Library
+
+``Intel``
+ Intel MKL 32 bit and 64 bit obsolete versions
+
+``Intel10_32``
+ Intel MKL v10 32 bit, threaded code
+
+``Intel10_64lp``
+ Intel MKL v10+ 64 bit, threaded code, lp64 model
+
+``Intel10_64lp_seq``
+ Intel MKL v10+ 64 bit, sequential code, lp64 model
+
+``Intel10_64ilp``
+ .. versionadded:: 3.13
+
+ Intel MKL v10+ 64 bit, threaded code, ilp64 model
+
+``Intel10_64ilp_seq``
+ .. versionadded:: 3.13
+
+ Intel MKL v10+ 64 bit, sequential code, ilp64 model
+
+``Intel10_64_dyn``
+ .. versionadded:: 3.17
+
+ Intel MKL v10+ 64 bit, single dynamic library
+
+``NVHPC``
+ .. versionadded:: 3.21
+
+ NVIDIA HPC SDK
+
+``OpenBLAS``
+ .. versionadded:: 3.6
+
+``PhiPACK``
+ Portable High Performance ANSI C (PHiPAC)
+
+``SCSL``
+ Scientific Computing Software Library
+
+``SGIMATH``
+ SGI Scientific Mathematical Library
+
+``SunPerf``
+ Sun Performance Library
+
Hints
^^^^^