[all-commits] [llvm/llvm-project] bdb5c9: [mlir][spirv][gpu] Convert remaining wmma ops to K...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 19 10:04:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdb5c9c3fa3dd9a3907117c090108ef784986b55
https://github.com/llvm/llvm-project/commit/bdb5c9c3fa3dd9a3907117c090108ef784986b55
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M mlir/lib/Conversion/GPUToSPIRV/WmmaOpsToSPIRV.cpp
M mlir/test/Conversion/GPUToSPIRV/wmma-ops-to-spirv-khr-coop-matrix.mlir
Log Message:
-----------
[mlir][spirv][gpu] Convert remaining wmma ops to KHR coop matrix (#66455)
These do not produce extension-specific ops and are handled via common
patterns for both the KHR and the NV coop matrix extension.
Also improve match failure reporting and error handling in type
conversion.
More information about the All-commits
mailing list