-
Notifications
You must be signed in to change notification settings - Fork 7
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
Check the generated CUTLASS code #2
Comments
If you run |
It works in
It will only keep the |
I think this should be This is where we dump the .cu file and invoke nvcc. |
I also found that when I comment out |
Finally, I figure out the reason: The annotated needs to identify the operators that will be lowering to CUTLASS backend. |
You are welcome to join https://join.slack.com/t/tvmai/shared_invite/zt-foemgff5-9pC0jateEAdpoZImfxxMew |
Sure, will do. Thanks for your nice suggestion! |
Is there any way to check/print the generated CUTLASS code?
The text was updated successfully, but these errors were encountered: