numba-mlir icon indicating copy to clipboard operation
numba-mlir copied to clipboard

dict is not supported

Open AlexanderKalistratov opened this issue 6 months ago • 0 comments

import numba_mlir

@numba_mlir.njit
def func():
    return {'a': 1, 'b': 2}

func()

Output:

...
RuntimeError: lower_expr not handled: "build_map"

AlexanderKalistratov avatar Aug 09 '24 00:08 AlexanderKalistratov