-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix launchconfig y-gridsize too large in epilogue kernel (#1586)
This fixes the launch config for epilogue kernels in the GramMatrix computation for large number of columns in the resulting kernel matrix. This code-path is triggered when predicting scores with a support vector space larger than 262140 which would result in a y-grid-dimension larger than 65535. Although this is not a regression this code path might get hit more often now that we allow sparse input data, so we might want to fix it in 23.06 as well. CC @tfeher . Authors: - Malte Förster (https://github.com/mfoerste4) Approvers: - Tamas Bela Feher (https://github.com/tfeher) URL: #1586
- Loading branch information
Showing
1 changed file
with
27 additions
and
21 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