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.
This commit is contained in:
Field G. Van Zee
2021-11-19 13:29:00 -06:00
parent b727645eb7
commit a4bc03b990

View File

@@ -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.