Skip to content

Conversation

c42f
Copy link
Member

@c42f c42f commented Nov 2, 2017

Addresses the same problem as #330 but in a more minimal way. Fixes #329 .

julia-0.6 doesn't seem to do constant propagation of Types in quite
the way which would be required to get good efficiency for broadcasting
round.

Insert a minimal workaround for this particularly common case.

julia-0.6 doesn't seem to do constant propagation of `Type`s in quite
the way which would be required to get good efficiency for broadcasting
`round`.

Insert a minimal workaround for this particularly common case.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 93.142% when pulling c6b7d1c on cjf/broadcast-inference-fix-simple into 715fefe on master.

@codecov-io
Copy link

Codecov Report

Merging #332 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   93.13%   93.14%   +<.01%     
==========================================
  Files          37       37              
  Lines        2653     2654       +1     
==========================================
+ Hits         2471     2472       +1     
  Misses        182      182
Impacted Files Coverage Δ
src/broadcast.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 715fefe...c6b7d1c. Read the comment docs.

@c42f
Copy link
Member Author

c42f commented Nov 3, 2017

I'm going to just merge this as it's a minimal fix. We can decide what to do about #330 later :-)

@c42f c42f merged commit 400fd9c into master Nov 3, 2017
@c42f c42f deleted the cjf/broadcast-inference-fix-simple branch November 3, 2017 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants