From a4bc03b990fe0572001eb6409efd12cd70677dcf Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Fri, 19 Nov 2021 13:29:00 -0600 Subject: [PATCH] Brief mention/link to Addons.md in README.md. Details: - Add a blurb about the new addons feature to the "Documentation for BLIS developers" section of the README.md, which also links to the Addons.md document. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2abe79400..372b6857c 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,11 @@ learn how to add new sub-configurations or configuration families, or are simply interested in learning how BLIS organizes its configurations and kernel sets, please read this thorough walkthrough of the configuration system. + * **[Addon Guide](docs/Addons.md).** If you are interested in learning +about using BLIS addons--that is, enabling existing (or creating new) bundles +of operation or API code that are built into a BLIS library--please read this +document. + * **[Sandbox Guide](docs/Sandboxes.md).** If you are interested in learning about using sandboxes in BLIS--that is, providing alternative implementations of the `gemm` operation--please read this document.