Skip to content

Add @vectorize decorator #328

Open
Open
@certik

Description

@certik

In NumPy I think it's called @vectorize, in Fortran it's the elemental attribute. In ASR we have to mark that a given function/subroutine is "elemental" and if so, allow to call it on arrays.

Then add ASR pass that will transform this into explicit loops, so that the LLVM backend can compile it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    numpyBugs and feature requests regarding NumPy support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions