You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ AccelWattch microbenchmarks and AccelWattch validation set benchmarks are also i
104
104
105
105
2. **Accel-Sim SASS Frontend and Simulation Engine**: A simulator frontend that consumes SASS traces and feeds them into a performance model. The intial release of Accel-Sim coincides with the release of [GPGPU-Sim 4.0](https://github.com/accel-sim/accel-sim-framework/blob/dev/gpu-simulator/gpgpu-sim4.md), which acts as the detailed performance model. To build the Accel-Sim simulator that uses the traces, do the following:
106
106
```bash
107
+
pip3 install -r requirements.txt
107
108
source ./gpu-simulator/setup_environment.sh
108
109
make -j -C ./gpu-simulator/
109
110
```
@@ -278,4 +279,4 @@ Note that *AccelWattch HW* and *AccelWattch HYBRID* configurations require hardw
278
279
279
280
5. **Microbenchmarks and Quadratic Optimization Solver**: The source code for the microbenchmarks used for AccelWattch dynamic power modeling are located [here](https://github.com/accel-sim/gpu-app-collection/tree/release-accelwattch/src/cuda/accelwattch-ubench) and can be compiled by following the README [here](https://github.com/accel-sim/gpu-app-collection/tree/release-accelwattch). The Quadratic Optimization Solver MATLAB script is located at `./util/accelwattch/quadprog_solver.m`.
280
281
281
-
6. **SASS to Power Component Mapping**: The header file `gpu-simulator/ISA_Def/accelwattch_component_mapping.h` contains the Accel-Sim instruction opcode to AccelWattch power component mapping and can be extended to support new SASS instructions forfuture architectures. Please look at the *opcode.h* files for respective GPU Architecturesin the same directory `gpu-simulator/ISA_Def/`for SASS instruction to Accel-Sim opcode mapping.
282
+
6. **SASS to Power Component Mapping**: The header file `gpu-simulator/ISA_Def/accelwattch_component_mapping.h` contains the Accel-Sim instruction opcode to AccelWattch power component mapping and can be extended to support new SASS instructions forfuture architectures. Please look at the *opcode.h* files for respective GPU Architecturesin the same directory `gpu-simulator/ISA_Def/`for SASS instruction to Accel-Sim opcode mapping.
0 commit comments