Commit bbe1019
committed
Change to pass sorting direction as call argument, not template parameter
The intent is to reduce the build time, build memory footprint, and
binary size of the sorting_impl module.
With this change it stands at 46MB, before it was 72MB.1 parent 3c05c1b commit bbe1019
File tree
4 files changed
+295
-162
lines changed- dpctl/tensor/libtensor
- include/kernels/sorting
- source/sorting
4 files changed
+295
-162
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
811 | | - | |
| 810 | + | |
812 | 811 | | |
813 | 812 | | |
814 | 813 | | |
| |||
0 commit comments