Москаев Владимир. Отчёты. Линейная фильтрация изображений (блочное разбиение). Ядро Гаусса 3x3. Вариант 26.#1428
Merged
allnes merged 17 commits intoMay 27, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1428 +/- ##
==========================================
- Coverage 83.50% 82.95% -0.55%
==========================================
Files 815 847 +32
Lines 45673 48691 +3018
Branches 19095 20354 +1259
==========================================
+ Hits 38138 40392 +2254
- Misses 5079 5712 +633
- Partials 2456 2587 +131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Описание
комментарий:
Данный пулл-реквест содержит:
комплект отчетов (5 технологий + корневой отчет)
изменение seq на enabled, уже почти прошло в CI основного репозитория
all всё ещё проходит проверки в CI, не знаю, будут ли конфликты тут, если его замержат
Чек-лист
report.mdсуществует и читается как самостоятельный документ.seq/report.md,omp/report.md,tbb/report.md,stl/report.md,all/report.md.time,speedup,efficiency,workers.seqчестно описан baseline, а не «почти параллельная» версия.ompрасписаныshared/private/reduction/schedule.tbbобъясненыblocked_range,grainsize, partitioner и способ контроля конкуренции.stlявно показано, чтоjoinвызывается после запуска всех потоков, если требуется реальный параллелизм.allуказана конфигурацияranks × threadsи смысл MPI-синхронизации.clang-format/clang-tidy/тесты пройдены,report.mdдобавлен.