Added "Known issues" section to Multithreading.md.

Details:
- Added known issues section to Multithreading.md.
- Trivial changes to MixedDatatypes.md, Sandboxes.md.
This commit is contained in:
Field G. Van Zee
2018-10-19 17:42:40 -05:00
parent 49d3f9fcbb
commit c9be5889fb
3 changed files with 14 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
* **[Computation precision](MixedDatatypes.md#computation-precision)**
* **[Computation domain](MixedDatatypes.md#computation-domain)**
* **[Performing gemm with mixed datatypes](MixedDatatypes.md#performing-gemm-with-mixed-datatypes)**
* **[Known Issues](MixedDatatypes.md#known-issues)**
* **[Known issues](MixedDatatypes.md#known-issues)**
* **[Conclusion](MixedDatatypes.md#conclusion)**
## Introduction
@@ -180,7 +180,7 @@ of initializing an matrix object with arbitrary values, please review the
example code found in the `examples/oapi` directory of the BLIS source
distribution.
## Known Issues
## Known issues
While BLIS implements 128 mixed-datatype combinations of `gemm`, there may be
odd behavior in the current implementation that does not conform to the reader's