-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Clean the tests and benchmarks for MemPool-Spatz. 2. Add TeraPool-Spatz4 configuration.
- Loading branch information
msc23h24 Diyou Shen (dishen)
committed
Dec 14, 2023
1 parent
46ca235
commit e24f8df
Showing
30 changed files
with
5,755 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Copyright 2021 ETH Zurich and University of Bologna. | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Author: Matheus Cavalcante, ETH Zurich | ||
|
||
################ | ||
## TeraPool ## | ||
################ | ||
|
||
# Global Control | ||
terapool ?= 1 | ||
|
||
# Number of cores | ||
num_cores ?= 256 | ||
|
||
# Number of groups | ||
num_groups ?= 4 | ||
|
||
# Number of cores per Terapool tile | ||
num_cores_per_tile ?= 2 | ||
|
||
# Number of sub groups per Terapool group | ||
num_sub_groups_per_group ?= 4 | ||
|
||
# L1 scratchpad banking factor | ||
banking_factor ?= 4 | ||
|
||
# Access latency between remote groups | ||
# Options: "7", "9" or "11": | ||
remote_group_latency_cycles ?= 7 | ||
|
||
# Radix for hierarchical AXI interconnect | ||
axi_hier_radix ?= 9 | ||
|
||
# Number of AXI masters per group | ||
axi_masters_per_group ?= 4 | ||
|
||
# Number of DMA backends in each group | ||
dmas_per_group ?= 4 | ||
|
||
# L2 Banks/Channels | ||
l2_banks = 16 | ||
|
||
# Makefile RTL Filtering Control | ||
subgroup_rtl = 1 | ||
|
||
# Activate Spatz and RVV | ||
spatz ?= 1 | ||
|
||
# Lenght of single vector register | ||
vlen ?= 512 | ||
|
||
# Number of IPUs | ||
n_ipu ?= 4 | ||
|
||
n_fpu ?= 4 | ||
|
||
# Deactivate the XpulpIMG extension | ||
xpulpimg ?= 0 | ||
|
||
rvf ?= 1 |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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_gemm.h |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.