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

Build shared library with runtime ISA dispatch #74

Merged
merged 23 commits into from
Oct 4, 2023

Conversation

r-devulap
Copy link
Contributor

@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 merged commit 71a25f9 into intel:main Oct 4, 2023
5 checks passed
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