[Mlir-commits] [mlir] [mlir][memref][spirv] Add conversion for memref.extract_aligned_point… (PR #86750)

Jakub Kuderski llvmlistbot at llvm.org
Mon Apr 15 09:52:06 PDT 2024


================
@@ -414,6 +415,43 @@ func.func @cast_to_static_zero_elems(%arg: memref<?xf32, #spirv.storage_class<Cr
 
 }
 
+// -----
+
+module attributes {
+  spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Kernel, Int64, Addresses], []>, #spirv.resource_limits<>>
----------------
kuhar wrote:

`ConvertPtrToU` requires the `PhysicalStorageBufferAddresses` capability, no?

https://github.com/llvm/llvm-project/pull/86750


More information about the Mlir-commits mailing list