Skip to content

Commit

Permalink
ENH: Vectorize sort for int32 and uint32 using AVX-512
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Jan 14, 2022
1 parent 12d02f5 commit f467d6b
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 489 deletions.
1 change: 1 addition & 0 deletions numpy/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ def gl_if_msvc(build_cmd):
join('src', 'multiarray', 'usertypes.c'),
join('src', 'multiarray', 'vdot.c'),
join('src', 'common', 'npy_sort.h.src'),
join('src', 'npysort', 'qsort-32bit-avx512.h.src'),
join('src', 'npysort', 'quicksort.c.src'),
join('src', 'npysort', 'mergesort.c.src'),
join('src', 'npysort', 'timsort.c.src'),
Expand Down
Loading

0 comments on commit f467d6b

Please sign in to comment.