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

cutlass update #18

Closed Shreya-gaur closed 5 months ago

JRPan commented 1 year ago

@Shreya-gaur Could you please resolve the merge conflict? Thanks. I don't know why it's here again tho.

tgrogers commented 8 months ago

@Shreya-gaur - can we change the way we integrate cutlass? Instead of copying all the code here, can we just sync the folder to a particular commit number of their public repo? We do something similar with heterosync:

https://github.com/accel-sim/gpu-app-collection/blob/52c11fbccbe11fefd8bb27c1ec64ecfd1828b088/src/Makefile#L304

We would still need your changes to Make, etc, but unless we are making changes to the cutlass code, I see no reason to duplicate it all here.