Skip to content

Commit

Permalink
update cutlass naming
Browse files Browse the repository at this point in the history
  • Loading branch information
barnes88 committed Aug 12, 2024
1 parent 49fe436 commit 3f71d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion util/job_launching/apps/all-apps.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sdk-4.2,rodinia_2.0-ft,dragon-naive,proxy-apps-doe1,proxy-apps-doe2,pannotia,ispass-2009,rodinia-3.1,lonestargpu-2.0,sdk-4.2-scaled,parboil,polybench,shoc,deeplearning,cutlass_10,GPU_Microbenchmark,microbench,cutlass,custom_apps
sdk-4.2,rodinia_2.0-ft,dragon-naive,proxy-apps-doe1,proxy-apps-doe2,pannotia,ispass-2009,rodinia-3.1,lonestargpu-2.0,sdk-4.2-scaled,parboil,polybench,shoc,deeplearning,GPU_Microbenchmark,microbench,cutlass,custom_apps
8 changes: 4 additions & 4 deletions util/job_launching/apps/define-all-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,16 +514,16 @@ polybench:
- args:
accel-sim-mem: 8G

cutlass_5_trace:
cutlass:
exec_dir: "$GPUAPPS_ROOT/bin/$CUDA_VERSION/release/"
data_dirs: "$GPUAPPS_ROOT/data_dirs/"
execs:
- cutlass_profiler:
- cutlass_perf_test_k1:
#single precision gemm kernels
- args: --seed=2020 --dist=0 --m=2560 --n=16 --k=2560 --kernels=sgemm --iterations=5 --providers=cutlass
accel-sim-mem: 13G
- args: --seed=2020 --dist=0 --m=2560 --n=32 --k=2560 --kernels=sgemm --iterations=5 --providers=cutlass
accel-sim-mem: 13G
# - args: --seed=2020 --dist=0 --m=2560 --n=32 --k=2560 --kernels=sgemm --iterations=5 --providers=cutlass
# accel-sim-mem: 13G
# - args: --seed=2020 --dist=0 --m=2560 --n=64 --k=2560 --kernels=sgemm --iterations=5 --providers=cutlass
# accel-sim-mem: 13G
# - args: --seed=2020 --dist=0 --m=2560 --n=128 --k=2560 --kernels=sgemm --iterations=5 --providers=cutlass
Expand Down

0 comments on commit 3f71d98

Please sign in to comment.