Skip to content

Conversation

r-devulap
Copy link
Member

@r-devulap r-devulap commented Sep 13, 2023

Summary of changes:

  1. API change: all the methods will use size_t instead of int64_t for representing array sizes. This means the argsort and argselect methods will return std::vector<size_t>
  2. The AVX-512 template library is built into a shared library with runtime dispatch
  3. The tests and benchmarks use the shared library and now can be built without AVX-512 specific compile flags.

@r-devulap r-devulap changed the title Add way a to build shared library with runtime ISA dispatch Build shared library with runtime ISA dispatch Sep 13, 2023
@r-devulap r-devulap force-pushed the ifunc branch 3 times, most recently from ad9d5b8 to 4159105 Compare September 14, 2023 22:22
@r-devulap r-devulap merged commit 71a25f9 into numpy:main Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant