-
Hi, I'm going to add support for cutlass conv2d kernels in TVM. For gemm, we already have a profiler that compiles and runs many gemm kernels with different tile size etc to select the best one. I'm wondering if we should add a similar The latter solution is more desirable for me since it should simplify my implementation a lot. I used the same trick for adding batched gemm support. Is there a case where tile sizes etc selected for gemm with shape cc @manishucsd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think you may have to pick different ones for conv. What do you think @manishucsd ? |
Beta Was this translation helpful? Give feedback.
I think you may have to pick different ones for conv. What do you think @manishucsd ?