When I test Gemm_RS with M=4096 N=12288 K=49152 on the H100, It can be run directly. But it seems that the performance is worse than the baseline method, what causes this happen ?
GEMM configs saved.
Bandwidth curve captured.
Start predictive searching.
Search process finished.
Searched latency: 11.6717
Best solution: [1536]
Solution saved.
Item Value
----- -----
m 4096
n 12288
k 49152
tile_num 1536
gemm_dur (ms) 11.2484
comm_dur (ms) 0.2897
baseline_dur (ms) 7.8775
overlap_dur (ms) 11.6806
speedup 0.6744
When I test Gemm_RS with
M=4096 N=12288 K=49152on the H100, It can be run directly. But it seems that the performance is worse than the baseline method, what causes this happen ?