-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize findn and findnz for non-1 indices
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
3d980ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanosoldier
runbenchmarks(ALL, vs = "@0030eec2f332f353e6890ca289ac2aca55532dde")
just after the backport of #17816, 3d980ca vs 0.5.0-rc0
I have a theory that the indices generalizations may have caused the slowdown in lucompletepiv.
3d980ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels
3d980ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timholy that looks pretty conclusive to me as causing a 2x slowdown in the lucompletepiv benchmarks, compare to https://github.com/JuliaCI/BaseBenchmarkReports/blob/2b5b177a2f45303a24edde8d084d3f4b03134353/aee17b6_vs_0030eec/report.md just a few commits earlier
3d980ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'll look into it.