Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#DOCS: Update Modules.md
Browse files Browse the repository at this point in the history
akielaries authored Apr 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a99e58f commit 6d526a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/Modules.md
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@ Modules
modules/linalg/dgemm_kernel_4x4_sse.S
```
Where:
- `mtx.cpp`: main interface for matrix arithmetic operations
- `dgemm_arr.cpp`: DGEMM implementation for matrices as arrays
- `dgemm_kernel_4x4_sse.S`: 4x4 block micro kernel SSE implementation
Where:
- `mtx.cpp`: main interface for matrix arithmetic operations
- `dgemm_arr.cpp`: DGEMM implementation for matrices as arrays
- `dgemm_kernel_4x4_sse.S`: 4x4 block micro kernel SSE implementation

4. Machine/Deep Learning
- Regression

0 comments on commit 6d526a9

Please sign in to comment.