-
-
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.
Fix #6838. Add setindex! for triangular matrix types.
- Loading branch information
1 parent
5900fab
commit ffc9778
Showing
2 changed files
with
36 additions
and
1 deletion.
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
ffc9778
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.
This made the tests take about 5-6 minutes longer. Compare https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.1734/job/i61faqq5e6q8nt5k to https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.1736/job/x4ut90k6v0o3n6u0. Is that expected?
ffc9778
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.
No. Not at all and I have just confirmed this locally. With latest master I get
and just before this commit I get
I'll look into it now. I can't really see why testing the triangular matrices would allocate 70 gb.
ffc9778
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.
@tkelman This one should give a good speedup.
ffc9778
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.
This one is 1da2b37