Szczegóły publikacji
Opis bibliograficzny
The Java profiler based on byte code analysis and instrumentation for many-core hardware accelerators / Marcin PIETROŃ, Michał KARWATOWSKI, Kazimierz WIATR // Measurement, Automation, Monitoring / Stowarzyszenie Inżynierów i Techników Mechaników Polskich. Sekcja Metrologii, Polskie Stowarzyszenie Pomiarów Automatyki i Robotyki POLSPAR ; ISSN 2450-2855. — Tytuł poprz.: Pomiary, Automatyka, Kontrola ; ISSN: 0032-4140. — 2015 — vol. 61 no. 7, s. 385–387. — Bibliogr. s. 387, Abstr.
Autorzy (3)
Słowa kluczowe
Dane bibliometryczne
| ID BaDAP | 94953 |
|---|---|
| Data dodania do BaDAP | 2016-01-27 |
| Rok publikacji | 2015 |
| Typ publikacji | artykuł w czasopiśmie |
| Otwarty dostęp | |
| Czasopismo/seria | Measurement Automation and Monitoring |
Abstract
One of the most challenging issues in the case of many and multi-core architectures is how to exploit their potential computing power in legacy systems without a deep knowledge of their architecture. The analysis of static dependence and dynamic data dependences of a program run, can help to identify independent paths that could have been computed by individual parallel threads. The statistics of reusing the data and its size is also crucial in adapting the application in GPU many-core hardware architecture because of specific memory hierarchies. The proposed profiling system accomplishes static data analysis and computes dynamic dependencies for Java programs as well as recommends parts of source code with the highest potential for parallelization in GPU. Such an analysis can also provide starting point for automatic parallelization.