I see the example here, https://github.com/NVIDIA/cutlass/blob/main/examples/00_basic_gemm/basic_gemm.cu
It doesn't requires the config for tile size, grid size, warp size etc.
My question is that:
- Does it look for the best config automatically ? Or do I just get a kernel with default config?
- Do I need to tune it when using it for dynamic shapes? How to do that?
Thank you!
I see the example here, https://github.com/NVIDIA/cutlass/blob/main/examples/00_basic_gemm/basic_gemm.cu
It doesn't requires the config for tile size, grid size, warp size etc.
My question is that:
Thank you!