Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use broadcast instead of copies to initialize mapreduce buffers. #1223

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Oct 29, 2021

That only requires a single kernel vs. N copies for every block.

That only requires a single kernel vs. N copies for every block.
@maleadt maleadt added the performance How fast can we go? label Oct 29, 2021
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #1223 (20f4ea1) into master (51a03ba) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1223      +/-   ##
==========================================
- Coverage   80.48%   80.47%   -0.01%     
==========================================
  Files         119      119              
  Lines        8393     8391       -2     
==========================================
- Hits         6755     6753       -2     
  Misses       1638     1638              
Impacted Files Coverage Δ
src/mapreduce.jl 100.00% <100.00%> (ø)

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 51a03ba...20f4ea1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance How fast can we go?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant