Skip to content

Commit 3d8e02e

Browse files
authored
Merge pull request #147 from scalesim-project/tushar-krishna-patch-1
Update README.md
2 parents 9c4260f + efa076d commit 3d8e02e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
# Systolic CNN AcceLErator Simulator (SCALE-Sim)
1+
# SystoliC AcceLErator Simulator (SCALE-Sim)
22

33
<!-- [![Documentation Status](https://readthedocs.org/projects/scale-sim-project/badge/?version=latest)](https://scale-sim-project.readthedocs.io/en/latest/?badge=latest) -->
44

5-
SCALE Sim is a simulator for systolic array based accelerators for Convolution, Feed Forward, and any layer that uses GEMMs.
5+
SCALE-Sim is a simulator for systolic array based accelerators supporting Deep Neural Network layers such as Convolution, Fully Connected, and any layer that uses GEMMs (e.g., Attention).
66

7-
## Features of v2
7+
8+
## Features of SCALE-sim Releases
9+
10+
### Features of v2
811

912
SCALE-Sim v2 includes following features:
1013

11-
1. Simulation of both GEMM and convolution (as im2col) operations
14+
1. Simulation of GEMM and convolution (as im2col) operations
1215
2. Analytical compute cycles validated by RTL simulation
1316
3. Separate double-buffered memory modeling for Input, Filter and Output matrices
1417
4. Multi-Fidelity: Bandwidth calculation mode (CALC) and Stall cycle calculation/Use user bandwidth mode (USER)
1518
5. Save cycle-accurate SRAM and DRAM traces for separately for Input, Filter and Output
1619

1720
![scalesim overview](https://github.com/scalesim-project/scale-sim-v2/blob/doc/anand/readme/documentation/resources/scalesim-overview.png "scalesim overview")
1821

19-
The previous version (ARM) of the simulator is a legacy version that can be found [here](https://github.com/ARM-software/SCALE-Sim) and is no longer maintained.
20-
21-
22+
Note: **SCALE-sim v1** (developed with ARM) is a legacy version that can be found [here](https://github.com/ARM-software/SCALE-Sim) and is no longer maintained.
2223

23-
## Features of v3
24+
### Features of v3
2425

25-
SCALE-Sim v3 includes several advanced features:
26+
SCALE-Sim v3 includes several advanced features over v2:
2627

2728
1. **Sparsity Support**: Layer-wise and row-wise sparsity support for efficient neural network execution
2829
2. **Ramulator Integration**: Detailed memory model integration for evaluating DRAM performance

0 commit comments

Comments
 (0)