Replies: 1 comment
-
i would say try it first. it may or may not work. if you just want a gemv code, we have gemv kernel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I am trying to build my customized kernel in cutlass, I notice that there seems to be some shape options for the block, warp and thread, instead of giving any possible shape configurations.
I wonder if it is possible to change the code to make it work using SIMT with shape where m = 1, or other similar small m. I read through the code and still do not understand which part(computation? data movement?) on which level (warp? thread?)lexactly restrict me to do so.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions