-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNN kernels to support GPT decoder models and additional utilities (#87)
* gemm: Add loop unrolled FP32 baseline * gemm: Add multi-precision verification * gemm: Add tiling * gemm: Add options to parallelize over K and bypass DMA * dnn: Refactor and verify Layernorm * dnn: Add trivial multi-cluster Layernorm implementation * dnn: Add IPC verification for Softmax * dnn: Add FlashAttention-2 layer * dnn: Refactor and verify GeLU * dnn: Add Concat layer * dnn: Add FusedConcatLinear layer * dnn: Add IPC verification for Conv2D and FusedConv * dnn: Remove GEMM and Linear layers * snRuntime: Add global reduction function * treewide: Add configuration with HW FDIV unit * docs: Add `data_utils` documentation * container: Update Bender installation method after cargo fail * ci: Free up disk space in `build-docker` workflow --------- Co-authored-by: Viviane Potocnik <vivianep@iis.ee.ethz.ch> Co-authored-by: Luca Colagrande <luca.colagrande3@gmail.com>
- Loading branch information
1 parent
ae02a03
commit 27c9e85
Showing
116 changed files
with
4,350 additions
and
2,455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: data_utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ hjson | |
jsonref | ||
jsonschema | ||
mako | ||
mkdocs-material | ||
progressbar2 | ||
tabulate | ||
yamllint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.