We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import numba_mlir @numba_mlir.njit def func(): return {'a': 1, 'b': 2} func()
Output:
... RuntimeError: lower_expr not handled: "build_map"
Activity