Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deep-1704/coa_lab_repo_grp01
COA Lab assignments
https://github.com/deep-1704/coa_lab_repo_grp01
cuda gpgpu-sim
Last synced: about 2 months ago
JSON representation
COA Lab assignments
- Host: GitHub
- URL: https://github.com/deep-1704/coa_lab_repo_grp01
- Owner: deep-1704
- Created: 2023-11-04T12:20:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-09T18:32:25.000Z (about 1 year ago)
- Last Synced: 2024-01-27T18:02:24.149Z (11 months ago)
- Topics: cuda, gpgpu-sim
- Language: C++
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COA_lab_repo_grp01
## End Semester Project - KAWS and Warp Sharing Mechanism
### Statistics
![1699554631519](image/README/1699554631519.png)
#### IPC With Warp Sharing
| | BFS | PF | HS | GMM | SMM | 3MM | 3DCV | AVG |
| :----------: | ------ | ------ | ------- | ----- | ------ | ------ | ------ | ------ |
| KAWS | 110.43 | 719.89 | 2519.86 | 69.99 | 150.24 | 287.35 | 301.1 | 714.08 |
| LRR | 102.34 | 701.64 | 2462.96 | 67.64 | 143.36 | 280.15 | 290.83 | 695.59 |
| % Improvment | 7.9 | 2.6 | 2.31 | 3.46 | 4.8 | 2.5 | 3.53 | 3.871 |#### IPC Without Warp Sharing
| | BFS | PF | HS | GMM | SMM | 3MM | 3DCV | AVG |
| ------------ | ------ | ------ | ------- | ----- | ------ | ------ | ------ | ------ |
| KAWS | 101.30 | 700.5 | 2433.78 | 67.3 | 142.80 | 279.05 | 288.73 | 689.14 |
| LRR | 101.41 | 694.87 | 2439.13 | 67.01 | 142.01 | 278.25 | 287.15 | 688.88 |
| % Improvment | -0.11 | 0.81 | -0.22 | 0.43 | 0.56 | 0.38 | 0.55 | 0.343 |