forked from KULeuven-MICAS/zigzag
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cba7924
commit 94a9925
Showing
10 changed files
with
350 additions
and
7 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
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,12 @@ | ||
echo $1 | ||
cd .. | ||
|
||
rm -r outputs/snitch-cluster-only-floats-no-ssrs-$1 | ||
|
||
python main_zigzag_integration.py \ | ||
--model=zigzag/inputs/workload/$1.yaml \ | ||
--mapping=zigzag/inputs/mapping/empty-mapping.yaml \ | ||
--accelerator=zigzag/inputs/hardware/snitch-cluster-only-floats-no-ssrs.yaml && \ | ||
cat outputs/snitch-cluster-only-floats-no-ssrs-$1/loop_ordering.txt | ||
|
||
cd tiling-nsnet |
15 changes: 15 additions & 0 deletions
15
zigzag/inputs/workload/dispatch_0_matmul_transpose_b_1x400x161_f64.yaml
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,15 @@ | ||
- id: 0 | ||
name: dispatch_0_matmul_transpose_b_1x400x161_f64 | ||
operator_type: Matmul_transpose_b | ||
equation: O[a][b]+=I[a][c]*W[b][c] | ||
dimension_relations: [] | ||
loop_dims: [A,B,C] | ||
loop_sizes: [1, 161, 400] | ||
operand_precision: | ||
W: 64 | ||
I: 64 | ||
O: 64 | ||
O_final: 64 | ||
operand_source: | ||
I: 0 | ||
W: 0 |
Oops, something went wrong.