Skip to content

Use TaskLocalValues#2075

Draft
vchuravy wants to merge 2 commits into
mainfrom
vc/use_task_local_values
Draft

Use TaskLocalValues#2075
vchuravy wants to merge 2 commits into
mainfrom
vc/use_task_local_values

Conversation

@vchuravy
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2025

Codecov Report

❌ 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 750 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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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