Якимов Илья. Технология OMP. Умножение плотных матриц. Элементы типа double. Блочная схема, алгоритм Фокса. Вариант 2.#970
Merged
allnes merged 5 commits intoMay 12, 2026
Conversation
added 2 commits
May 11, 2026 17:29
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (75.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #970 +/- ##
==========================================
- Coverage 84.22% 83.67% -0.56%
==========================================
Files 653 670 +17
Lines 32720 34334 +1614
Branches 13633 14336 +703
==========================================
+ Hits 27560 28729 +1169
- Misses 3450 3809 +359
- Partials 1710 1796 +86 ☔ 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.
Описание
Распараллеливание с использованием OpenMP
Данные об исходной задаче
Детали исправления
#pragma omp parallel for для параллельной обработки строк блоков на каждом этапе алгоритма
#pragma omp parallel for reduction(+:sum) для параллельного суммирования элементов результирующей матрицы
Функциональные тесты: 5 тестов успешно пройдены (матрицы 2x3, 3x3, 4x4, нулевые, с отрицательными значениями).
Тесты производительности: 2 теста успешно пройдены (pipeline и task_run режимы).
Чек-лист
директории задач
clang-formatлокально в моем форке (нет ошибок форматирования)clang-tidyлокально в моем форке (нет предупреждений/ошибок)применимо)
master)достоверными