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 TaskLocalValues #2075

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Use TaskLocalValues #2075

wants to merge 2 commits into from

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Sep 8, 2023

Experiment to see if the API for TaskLocalValues fullfills our needs here.

I already see a whole were CUDA does querying if the value is set or not.
Unsure if we want a isinitialized function or an get(::TaskLocalValue, nothing) == nothing

maleadt and others added 2 commits September 6, 2023 13:04
…ronment.

Normally Pkg.test does this for us, but here we're launching
runbenchmarks.jl directly.

[skip tests]
@maleadt maleadt force-pushed the master branch 15 times, most recently from 5d585c4 to c850163 Compare December 20, 2024 08:18
@maleadt maleadt added enhancement New feature or request speculative Not sure about this one yet. labels Feb 4, 2025
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Project coverage is 0.23%. Comparing base (08f9c3d) to head (9ce0a4b).
Report is 463 commits behind head on master.

Files with missing lines Patch % Lines
lib/cudadrv/state.jl 0.00% 20 Missing ⚠️
lib/cublas/CUBLAS.jl 0.00% 2 Missing ⚠️
lib/cudnn/src/cuDNN.jl 0.00% 2 Missing ⚠️
src/pool.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #2075       +/-   ##
==========================================
- Coverage   71.58%   0.23%   -71.35%     
==========================================
  Files         157     150        -7     
  Lines       13803   13068      -735     
==========================================
- Hits         9881      31     -9850     
- Misses       3922   13037     +9115     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request speculative Not sure about this one yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants