Skip to content

Commit 5622534

Browse files
committed
drop memref
1 parent 2c9db49 commit 5622534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/dialects/amdgpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is just a smoke test that the dialect is functional.
33

44
from mlir.ir import *
5-
from mlir.dialects import amdgpu, func, memref
5+
from mlir.dialects import amdgpu, func
66

77

88
def constructAndPrintInModule(f):

0 commit comments

Comments
 (0)