Skip to content

Using RuntimeOptions to set up the graph#242

Merged
allnes merged 29 commits into
mainfrom
Semyon1104/RuntimeOptionsConfig
Dec 16, 2025
Merged

Using RuntimeOptions to set up the graph#242
allnes merged 29 commits into
mainfrom
Semyon1104/RuntimeOptionsConfig

Conversation

@Semyon1104
Copy link
Copy Markdown
Collaborator

close #226

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 97.22222% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 81.63%. Comparing base (d6d1658) to head (88e0e6f).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
include/graph/runtime_options.hpp 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #242      +/-   ##
==========================================
- Coverage   82.40%   81.63%   -0.78%     
==========================================
  Files          46       47       +1     
  Lines        2359     2385      +26     
  Branches     1405     1409       +4     
==========================================
+ Hits         1944     1947       +3     
- Misses        208      212       +4     
- Partials      207      226      +19     

☔ 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.

@allnes
Copy link
Copy Markdown
Member

allnes commented Dec 12, 2025

@Semyon1104 please move ParBackend to RuntimeOptions

Comment thread 3rdparty/opencv
Comment thread app/Graph/graph_build.cpp Outdated
Comment thread src/layers/ConvLayer.cpp Outdated
Comment thread test/single_layer/test_poolinglayer.cpp
Comment thread 3rdparty/opencv
Comment thread src/layers/CMakeLists.txt Outdated
Comment thread app/Graph/build.hpp Outdated
Copy link
Copy Markdown
Member

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, also update PR title

@Semyon1104 Semyon1104 changed the title RuntimeOptions Using RuntimeOptions to set up the graph Dec 16, 2025
Comment thread app/Graph/CMakeLists.txt Outdated
Co-authored-by: Arseniy Obolenskiy <gooddoog@student.su>
@allnes allnes merged commit f5408c0 into main Dec 16, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace global factory config with RuntimeOptions

3 participants