From 8ffc74313eb930c649a85375bdc89ad5add7566f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 10 Aug 2020 15:41:33 +0200 Subject: [PATCH] doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK list --- doc/using/overlays.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/using/overlays.xml b/doc/using/overlays.xml index 3fa68e32a3c5..7f7c8bc42b55 100644 --- a/doc/using/overlays.xml +++ b/doc/using/overlays.xml @@ -184,6 +184,19 @@ self: super: The Nixpkgs attribute is mkl. + + + AMD + BLIS/LIBFLAME (optimized for modern AMD x86_64 CPUs) + + + The AMD BLIS library, with attribute amd-blis, + provides a BLAS implementation. The complementary AMD LIBFLAME + library, with attribute amd-libflame, provides + a LAPACK implementation. + + Introduced in