You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
from ....dialects.linalg.opdsl.lang.emitterimport_is_index_type
Leads to error:
ImportError: cannot import name '_is_index_type' from 'mlir.dialects.linalg.opdsl.lang.emitter' (/opt/python/cp312-cp312/lib/python3.12/site-packages/mlir/dialects/linalg/opdsl/lang/emitter.py). Did you mean: '_is_bool_type'?
This line
import _is_index_type:mlir-python-extras/mlir/extras/dialects/ext/_shaped_value.py
Line 6 in 46a55a3
Leads to error:
Because
_is_index_typeis removed in llvmorg-22.1.0-rc1.The last working tag is llvmorg-21.1.8, better mention this llvm version dependency (<=21.1.8) in README