[all-commits] [llvm/llvm-project] e923b2: [mlir][spirv][gpu] Default to KHR coop matrix. Cle...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 26 14:18:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e923b212129ba362d87fc975be4713e35de767cb
https://github.com/llvm/llvm-project/commit/e923b212129ba362d87fc975be4713e35de767cb
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M mlir/include/mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
M mlir/lib/Conversion/GPUToSPIRV/WmmaOpsToSPIRV.cpp
Log Message:
-----------
[mlir][spirv][gpu] Default to KHR coop matrix. Clean up type conversion. (#67485)
- Now that the KHR coop matrix implementation is robust, switch the gpu
conversion pass to default to it.
- Use a populate function for MMA to coop matrix type conversions. This
makes the API surface area smaller.
More information about the All-commits
mailing list