Skip to content

ENH: delegation tracker #100

Description

@lucascolley

Where native implementations (more simple than the implementations in _funcs.py) are possible for known array library backends, we should add delegation to those implementations, instead of using the array-agnostic implementation. This is for performance reasons, and it may also allow us to overcome limitations in the "agnostic" implementations if they are not fully agnostic.

See https://data-apis.org/array-api-extra/contributing.html#delegation for how to do this.

  • apply_where
  • argpartition
  • angle
  • at
  • atleast_nd
  • broadcast_shapes
  • cov
  • create_diagonal
  • default_dtype
  • expand_dims
  • isclose
  • isin
  • kron
  • lazy_apply
  • nan_to_num
  • nunique
  • one_hot
  • pad
  • partition
  • setdiff1d
  • sinc
  • union1d

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions