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

Memory allocator simplifications #361

Merged
merged 8 commits into from
Aug 11, 2020
Merged

Memory allocator simplifications #361

merged 8 commits into from
Aug 11, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 11, 2020

No description provided.

@maleadt maleadt added the cuda array Stuff about CuArray. label Aug 11, 2020
@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #361 into master will increase coverage by 0.02%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #361      +/-   ##
==========================================
+ Coverage   79.44%   79.46%   +0.02%     
==========================================
  Files         158      158              
  Lines        8797     8782      -15     
==========================================
- Hits         6989     6979      -10     
+ Misses       1808     1803       -5     
Impacted Files Coverage Δ
src/array.jl 92.18% <0.00%> (ø)
src/pool/split.jl 92.03% <66.66%> (+0.45%) ⬆️
src/pool.jl 77.60% <75.00%> (+0.53%) ⬆️
lib/cudadrv/memory.jl 85.41% <85.71%> (+0.15%) ⬆️
lib/cudadrv/module/global.jl 87.50% <100.00%> (ø)
src/pool/binned.jl 75.37% <100.00%> (-0.13%) ⬇️
src/pool/none.jl 84.61% <100.00%> (-0.57%) ⬇️
src/pool/simple.jl 89.87% <100.00%> (-0.13%) ⬇️

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 b011b51...0620f62. Read the comment docs.

@maleadt maleadt merged commit 5b7e8c1 into master Aug 11, 2020
@maleadt maleadt deleted the tb/mem_allo_simpl branch August 11, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant