- 
                Notifications
    
You must be signed in to change notification settings  - Fork 68
 
[WIP] Support epilogue inputs in cutlass EVT #5440
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
base: main
Are you sure you want to change the base?
Conversation
…' into jh/cutlass-epilogue-inputs
This is for descriptors only
          
Description
 Changes walkthrough 📝
 PR Reviewer Guide 🔍Here are some key observations to aid the review process: 
  | 
    
Previously, we supported a single `TensorView*` argument for each EVT node. Instead, this PR changes to allow an argument list, provided as a simple list of key-value string pairs. This provides more flexibility which is needed to support EVT nodes that require multiple parameters. This is needed for #5441 and #5440
No description provided.