-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cutlass update #242
cutlass update #242
Conversation
Merge dev into release for new release
This commit contains the changes in the make file and the define-app-apps file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
when I run it seems that cutlass_profiler is not linked properly. |
Did you pull latest gpu-app-collection? |
@JRPan Yes, I pull latest dev branch. (both accel-sim and gpu-app-collection.) |
Temporarily, I modified the cutlass part of the "gpu-app-collection/src/Makefile" as follows, but it needs to be verified.
but, when I try to simulate the traces of wmma-gemm with generated A100 config, "Segmentation fault" is raised.
|
Thanks I'll check that. |
* cutlass: Added cutlass 3.0 to gpu-app-collection This commit contains the changes in the make file and the define-app-apps file. * Commit changes to cutlass app * Changes for cutlass in define-all-apps * Changes to define-power.yml for cutlass 3 * Comment change of cutlass --------- Co-authored-by: JRPan <[email protected]> Co-authored-by: Tim Rogers <[email protected]> Co-authored-by: WilliamMTK <[email protected]>
No description provided.