[Mlir-commits] [mlir] [mlir][spirv] Fix coop matrix load (PR #65712)
Quinn Dawkins
llvmlistbot at llvm.org
Thu Sep 7 21:56:56 PDT 2023
https://github.com/qedawkins commented:
Looking at the spec the stride seems to be optional: https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_cooperative_matrix.html
unless I am misinterpreting it. Should we try to match the optionality in the spec here?
https://github.com/llvm/llvm-project/pull/65712
More information about the Mlir-commits
mailing list