-
Notifications
You must be signed in to change notification settings - Fork 403
Home
Field G. Van Zee edited this page Jul 7, 2018
·
24 revisions
Welcome to the blis wiki!
The following documents are present within the docs directory of the BLIS source distribution. We link to them here for your markdown-rendering convenience.
Documents for end-users:
- Build System. This document covers the basics of configuring and building BLIS libraries. Other topics such as installing and linking against BLIS, running basic checks/tests, and uninstalling are also covered.
- BLIS Typed API Reference. Here we document the so-called "typed" (or BLAS-like) API. This is the API that many users who are already familiar with the BLAS will likely want to use. The other main API in BLIS, the object API, is not yet documented. However, you may find lots of example code for both the typed and object APIs in the examples directory included in the BLIS source distribution.
- Multithreading. This document describes how to use the multithreading features of BLIS, the methods of requesting parallelism, and the underlying way that BLIS expresses parallelism within level-3 operations.