[Mlir-commits] [mlir] [mlir][amdgpu] Add Python bindings for TDM types (PR #172309)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Mon Dec 15 06:56:39 PST 2025
================
@@ -2,7 +2,7 @@
# This is just a smoke test that the dialect is functional.
from mlir.ir import *
-from mlir.dialects import amdgpu, func
+from mlir.dialects import amdgpu, func, memref
----------------
amd-eochoalo wrote:
Why do we need to import memref?
https://github.com/llvm/llvm-project/pull/172309
More information about the Mlir-commits
mailing list