Skip to content

Commit

Permalink
Rewrite broadcast/broadcast! over a pair of (input) sparse matrices w…
Browse files Browse the repository at this point in the history
…ith new (#19372) semantics / less pessimistic allocation behavior and optimize a few inefficiently handled common cases. Also provide a broadcast/broadcast! implementation capable of (relatively) efficiently handling an arbitrary number of (input) sparse matrices. Integrate with the map/map! implementation, and touch up a few rough edges of the map/map! implementation. Test. (#19518)
  • Loading branch information
Sacha0 authored and stevengj committed Dec 13, 2016
1 parent 7f5ae13 commit 840820d
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 335 deletions.
Loading

2 comments on commit 840820d

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

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

Please sign in to comment.