ulysseB / telamon

A framework to find good combinations of optimizations for computational kernels on GPUs.
https://ulysseb.github.io/telamon/telamon
Apache License 2.0
23 stars 6 forks source link

[tlcli] Allow specifying transposed matmul kernel #289

Closed Elarnon closed 5 years ago

Elarnon commented 5 years ago

This patch changes the parsing (and display) of gemm kernel parameters, so that:

When parsing arguments, matmul_M_N_K is the same as matmul_M_N_K_AB so as to preserve backwards compatibility.