llvm/mlir/test/Conversion/VectorToGPU
Christopher Bate 670eee08ce [mlir][VectorToGPU] Fix support for i4, col-major operand support
For the conversion to nvgpu `mma.sync` and `ldmatrix` pathways, the code
was missing support for the `i4` data type. While fixing this, another
bug was discoverd that caused the number of ldmatrix tiles calculated for
certain operand types and configurations to be incorrect. This change
fixes both issues and adds additional tests.

Differential Revision: https://reviews.llvm.org/D128074
2022-06-30 10:26:59 -06:00
..
vector-to-mma-ops-mma-sync.mlir [mlir][VectorToGPU] Fix support for i4, col-major operand support 2022-06-30 10:26:59 -06:00
vector-to-mma-ops.mlir