accel-sim / gpu-app-collection

A repository where GPU applications are aggregated using a common build flow that supports multiple CUDA versions.
44 stars 32 forks source link

Fix missing cutlass_perf_test binary #17

Closed cesar-avalos3 closed 1 year ago

cesar-avalos3 commented 1 year ago

Fix missing cutlass_perf_test binary referenced by:

https://github.com/accel-sim/accel-sim-framework/blob/0c80a1032e6bdcb7eeee7478f252a7fce58546e2/util/job_launching/apps/define-all-apps.yml#L514

The accel-watch merge got rid of this binary, we can either recreate the binary, like this PR does, or we can change the define-all-apps to use any of the new binaries.