-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use spectral decomposition as more accurate fallback from Cholesky (#…
…2930) * Use spectral decomposition as more accurate fallback from Cholesky * correct buffer size * add optional pragma (has no effect though) * add test with an overdetermined system * Update cpp/daal/src/algorithms/service_kernel_math.h Co-authored-by: Victoriya Fedotova <[email protected]> * PR comments * use syevr which is faster than syev * avoid too eager threshold for aborting fp32 cholesky * missing commas * fix declaration types * fix incorrect diagonal indexing * add test with multi-output and overdetermined * missing dispatch * skip recently introduced test on GPU * missing file * rename GPU check and move to correct file --------- Co-authored-by: Victoriya Fedotova <[email protected]>
- Loading branch information
1 parent
38bbbd9
commit e93063f
Showing
7 changed files
with
486 additions
and
29 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
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
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
Oops, something went wrong.