forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][DOC] Add an overload for memory_required in joint_sorter (inte…
…l#11727) From the implementation perspective it's important to have `memory_required` in `default_sorters` dependent on the SYCL device. It happens because `default_sorters` has no specified algorithm inside it can depend on the specific SYCL device. `radix_sorters` has specific algorithm (radix sorter) that doesn't depend on the backend. Removed `constexpr` for default sorters since it's extra there. It's still fine for radix sorters since the algorithm is fixed and can't depend on the backend Signed-off-by: Fedorov, Andrey <andrey.fedorov@intel.com> --------- Signed-off-by: Fedorov, Andrey <andrey.fedorov@intel.com>
- Loading branch information
Showing
1 changed file
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters