| dc.contributor.author | Денисюк, В. О. | uk |
| dc.contributor.author | Плахотник, О. В. | uk |
| dc.contributor.author | Denysiuk, V. O. | en |
| dc.contributor.author | Plakhotnyk, O. V. | en |
| dc.date.accessioned | 2026-09-18T07:41:06Z | |
| dc.date.available | 2026-09-18T07:41:06Z | |
| dc.date.issued | 2026 | |
| dc.identifier.citation | Денисюк В. О., Плахотник О. В. Реалізація паралельного алгоритму сортування купою за допомогою технології C++ AMP // Матеріали LV Всеукраїнської науково-технічної конференції підрозділів ВНТУ, Вінниця, 24-27 березня 2026 р. Електрон. текст. дані. 2026. Електрон. текст. дані. 2026. URI: https://conferences.vntu.edu.ua/index.php/all-fksa/all-fksa-2026/paper/view/28272. | uk |
| dc.identifier.uri | https://ir.lib.vntu.edu.ua/handle/123456789/54617 | |
| dc.description.abstract | У роботі розглянуто розробку паралельного алгоритму сортування купою (Heap Sort) на основі технології | uk |
| dc.description.abstract | The paper explores the development of a parallel heap sort algorithm using C++ AMP technology, enabling computations to be executed on a graphics processing unit (GPU). Classical sorting methods are analyzed, their limitations in parallel environments are discussed, and Heap Sort is justified as a suitable method due to its binary heap structure and the possibility of partial parallelization.A software module architecture was designed, including GPUbased heap construction and the parallel execution of the heapify procedure. The implementation uses array_view and parallel_for_each constructs of C++ AMP. Performance testing was conducted on datasets of different sizes and compared with a sequential CPU implementation. The results show that GPU acceleration improves execution time on large datasets while maintaining sorting correctness. | en |
| dc.language.iso | uk_UA | uk_UA |
| dc.publisher | ВНТУ | uk |
| dc.relation.ispartof | Матеріали LV Всеукраїнської науково-технічної конференції підрозділів ВНТУ, Вінниця, 24-27 березня 2026 р. Електрон. текст. дані. 2026. | uk |
| dc.relation.uri | https://conferences.vntu.edu.ua/index.php/all-fksa/all-fksa-2026/paper/view/28272 | |
| dc.subject | Heap Sort | en |
| dc.subject | C++ AMP | en |
| dc.subject | GPU | en |
| dc.subject | паралельні обчислення | uk |
| dc.subject | алгоритми сортування | uk |
| dc.subject | heap sort | en |
| dc.subject | GPU computing | en |
| dc.subject | parallel algorithm | en |
| dc.subject | data processing | en |
| dc.title | Реалізація паралельного алгоритму сортування купою за допомогою технології C++ AMP | uk |
| dc.type | Thesis | |
| dc.identifier.udc | 004.8 | |
| dc.relation.references | Heap Sort Algorithm — GeeksforGeeks. URL: https://www.geeksforgeeks.org/heap-sort/ | en |
| dc.relation.references | C++ AMP Documentation – Microsoft.URL: https://learn.microsoft.com/en-us/cpp/parallel/amp | en |
| dc.relation.references | GPU Computing – NVIDIA Developer. URL: https://developer.nvidia.com/gpu-computing | en |