Фролова Софья. Технология OMP. Поразрядная сортировка для вещественных чисел (тип double) с простым слиянием. Вариант 19.#470
Open
cuttty wants to merge 10 commits intolearning-process:masterfrom
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (79.62%) 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 #470 +/- ##
==========================================
+ Coverage 79.16% 79.47% +0.31%
==========================================
Files 267 268 +1
Lines 9325 9379 +54
Branches 3963 3989 +26
==========================================
+ Hits 7382 7454 +72
+ Misses 1374 1350 -24
- Partials 569 575 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
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.

Задача: Поразрядная сортировка для вещественных чисел (double) с простым слиянием
Вариант: 19
Технология: OMP
Описание:
Исходный набор данных равномерно разделяется на блоки между доступными вычислительными потоками. Каждый поток выполняет независимую локальную побитовую сортировку своего фрагмента, корректно обрабатывая знаковые биты и отрицательные значения. На завершающем этапе отсортированные подмассивы последовательно объединяются в итоговый массив с помощью классической операции простого слияния.
Чек-лист
(например, nesterov_a_vector_sum), а не в master
достоверными