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

Rework thread state management #356

Merged
merged 9 commits into from
Aug 7, 2020
Merged

Rework thread state management #356

merged 9 commits into from
Aug 7, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 7, 2020

Simplify hooks, improve performance, and add device-based APIs.

@maleadt maleadt added the enhancement New feature or request label Aug 7, 2020
@codecov
Copy link

codecov bot commented Aug 7, 2020

Codecov Report

Merging #356 into master will increase coverage by 0.04%.
The diff coverage is 94.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
+ Coverage   78.69%   78.74%   +0.04%     
==========================================
  Files         158      158              
  Lines        8788     8820      +32     
==========================================
+ Hits         6916     6945      +29     
- Misses       1872     1875       +3     
Impacted Files Coverage Δ
lib/cudadrv/context/primary.jl 41.17% <0.00%> (ø)
lib/cudadrv/memory.jl 84.65% <ø> (-0.09%) ⬇️
res/wrap/wrap.jl 0.00% <ø> (ø)
test/cudadrv/context.jl 100.00% <ø> (ø)
test/nvml.jl 100.00% <ø> (ø)
lib/cudadrv/context.jl 98.03% <88.88%> (-1.97%) ⬇️
src/state.jl 96.25% <93.18%> (-0.81%) ⬇️
lib/cublas/CUBLAS.jl 97.50% <100.00%> (+0.13%) ⬆️
lib/cudadrv/devices.jl 97.36% <100.00%> (+0.07%) ⬆️
lib/cudadrv/occupancy.jl 76.00% <100.00%> (ø)
... and 10 more

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 fedf087...a96a978. Read the comment docs.

@maleadt maleadt merged commit 86d5d18 into master Aug 7, 2020
@maleadt maleadt deleted the tb/mt branch August 7, 2020 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant