Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Broadcasting for np.full with array argument #9494

Open
lesshaste opened this issue Mar 13, 2024 · 0 comments
Open

[feature request] Broadcasting for np.full with array argument #9494

lesshaste opened this issue Mar 13, 2024 · 0 comments

Comments

@lesshaste
Copy link

lesshaste commented Mar 13, 2024

The following numpy code is not currently supported in numba

def foo():
    arr = np.zeros(10, dtype=np.float64)
    A = np.full((10, 10), arr)
    return A

It would be great if this could be added to numba.

@lesshaste lesshaste changed the title [feature request] Broadcasting for np.full with array argument support [feature request] Broadcasting for np.full with array argument Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants