[Mlir-commits] [mlir] [mlir][spirv] Implement vector unrolling for `convert-to-spirv` pass (PR #100138)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Jul 23 09:27:44 PDT 2024
================
@@ -189,6 +189,17 @@ Value getVulkanElementPtr(const SPIRVTypeConverter &typeConverter,
MemRefType baseType, Value basePtr,
ValueRange indices, Location loc, OpBuilder &builder);
+int getComputeVectorSize(int64_t size);
----------------
kuhar wrote:
Now that this is a public function, could you add some documentation?
https://github.com/llvm/llvm-project/pull/100138
More information about the Mlir-commits
mailing list