Skip to content

Commit

Permalink
Post logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilante committed Feb 23, 2024
1 parent 35f6333 commit 4765b96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# SoftBLAS
# SoftBLAS

A BLAS/LAPACK implmentation using [Berkeley SoftFloat](http://www.jhauser.us/arithmetic/SoftFloat.html) rather than hardware acceleration.

![](./img/logo.jpg)

Following SoftFloat 3e and requiring a 64-bit OS, all quantities are passed by value.

**Status WIP ~2024.2.21**
**Status WIP ~2024.2.22**

- [ ] Construct test suite for all cases.
- [ ] Construct test suite for all cases. (Current task)
- [ ] Compare function signatures against reference CBLAS (`const` &c.).
- [ ] Complete complex-valued functions.

Expand Down Expand Up @@ -184,6 +186,8 @@ TODO: `gemm3m` variants
- `f32_min(x, y)``( f32_gt( (x) , (y) ) ? (y) : (x) )`
- `f64_min(x, y)``( f64_gt( (x) , (y) ) ? (y) : (x) )`

There is additionally a Juypter notebook, `adapt-type.ipynb`, helpful for quickly converting a file from single-precision type to half or double.


## References

Expand Down
Binary file added img/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4765b96

Please sign in to comment.