Шехирев Владислав. Отчеты. Сортировка Хоара с четно-нечетным слиянием Бэтчера. Вариант 14. #1435
Open
Lepsps wants to merge 37 commits into
Open
Шехирев Владислав. Отчеты. Сортировка Хоара с четно-нечетным слиянием Бэтчера. Вариант 14. #1435Lepsps wants to merge 37 commits into
Lepsps wants to merge 37 commits into
Conversation
Шехирев Владислав. Технология SEQ. Сортировка Хоара с четно-нечетным слиянием Бэтчера. Вариант 14
Contributor
Author
|
@allnes Александр Юрьевич, здравствуйте! Я сделал merge ветки с STL и ALL решениями в reports, чтобы при слиянии не возникло merge conflcit, потому что PR'ов в основной репозиторий много и до конца дедлайна, вероятнее всего, я не успею решить merge conflict. Заранее прошу прощения!😔 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1435 +/- ##
==========================================
- Coverage 83.04% 82.99% -0.05%
==========================================
Files 901 927 +26
Lines 53044 54678 +1634
Branches 22119 22768 +649
==========================================
+ Hits 44050 45380 +1330
- Misses 6237 6468 +231
- Partials 2757 2830 +73 ☔ 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.
Описание
Чек-лист
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добавлен.