forked from apache/systemds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMML-2025] Improved codegen optimizer (search space layout)
This patch makes a minor improvement to the codegen optimizer. So far we linearized the search space by sorting cutsets by their scores and appending all other interesting points. Now, we sort the remaining interesting points decreasing according to their size, which can improve the pruning efficiency by skipping larger sub spaces.
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 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