Skip to content

Commit

Permalink
Warptiling bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Boehm committed Feb 20, 2023
1 parent 49b3e8a commit 3659fe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ GFLOPs at matrix size 4092x4092:
| 8: Avoid Bank Conflicts (Offset) | 11646.9 | 78.7% |
| 7: Avoid Bank Conflicts (Linearize) | 11923.9 | 80.6% |
| 6: Vectorized Mem Access | 12088.9 | 81.7% |
| 9: Autotuning | 12717.4 | 86.0% |
| 0: cuBLAS | 14792.5 | 100.0% |
| 9: Autotuning | 12715.3 | 85.9% |
| 10: Warptiling | 12828.0 | 86.7% |
| 0: cuBLAS | 14797.8 | 100.0% |
<!-- benchmark_results -->

## Setup
Expand Down
2 changes: 1 addition & 1 deletion gen_benchmark_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -euo pipefail

mkdir -p benchmark_results

for kernel in {0..9}; do
for kernel in {0..10}; do
echo ""
./build/sgemm $kernel | tee "benchmark_results/${kernel}_output.txt"
sleep 2
Expand Down

0 comments on commit 3659fe4

Please sign in to comment.