Skip to content

str is not supported  #400

Description

@mocusez
from numba_mlir import njit
import numpy as np

print(np.array(["hello", "world"]))
@njit
def foo(a):
    return a

print(foo(np.array(["hello", "world"])))

output:

...
['hello' 'world']
RuntimeError: MLIR pipeline failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions