[Mlir-commits] [mlir] [mlir][spirv] Make `CooperativeMatrixType` a `ShapedType` (PR #142784)
Igor Wodiany
llvmlistbot at llvm.org
Mon Jun 9 06:26:16 PDT 2025
================
@@ -195,7 +195,7 @@ std::optional<int64_t> CompositeType::getSizeInBytes() {
struct spirv::detail::CooperativeMatrixTypeStorage final : TypeStorage {
using KeyTy =
- std::tuple<Type, uint32_t, uint32_t, Scope, CooperativeMatrixUseKHR>;
+ std::tuple<Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR>;
----------------
IgWod-IMG wrote:
I've added a comment. Please let me know if something is unclear.
https://github.com/llvm/llvm-project/pull/142784
More information about the Mlir-commits
mailing list