Embedded Computing for High Performance 2017
DOI: 10.1016/b978-0-12-804189-5.00005-3
|View full text |Cite
|
Sign up to set email alerts
|

Source code transformations and optimizations

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(4 citation statements)
references
References 13 publications
0
4
0
Order By: Relevance
“…The first step of the proposed method includes the modification of the application source code using the loop fusing technique 33 . Listing 5 presents the modified code for a single time step of the solidification application.…”
Section: Optimizations Of Solidification Application With Dynamic Intensity Of Computations For Multi‐/manycore Architecturesmentioning
confidence: 99%
“…The first step of the proposed method includes the modification of the application source code using the loop fusing technique 33 . Listing 5 presents the modified code for a single time step of the solidification application.…”
Section: Optimizations Of Solidification Application With Dynamic Intensity Of Computations For Multi‐/manycore Architecturesmentioning
confidence: 99%
“…It is a systematic and efficient method that enables the study of the relationship between multiple input and output variables. 28 The design parameters of the H-rotor Darrieus VAWT were optimized using the DOE techniques. Based on the Box-Behnken (DOE) technique, a design matrix was formulated and datasets retrieved from the Q-Blade open-source software were employed in the DOE to determine the optimal configurations.…”
Section: Introductionmentioning
confidence: 99%
“…It is often used in combination with loop unrolling and this combination together is a better optimization technique. Loop unrolling is a common loop transformation technique in which the loop body is repeated K times and the loop iteration space is minimised by unrolling a loop by a factor of K [13]. Fig.…”
Section: Power Optimization Techniques and Their Limitationsmentioning
confidence: 99%
“…12 shows a loop unrolled by a factor of 2. Figure 12: loop unrolling by a factor of 2, Source: [13] The importance of software pipelining is highlighted by the wide range of architectures that benefit from it. There are a variety of algorithms for achieving software pipelining, and a comparison is presented in [3].…”
Section: Power Optimization Techniques and Their Limitationsmentioning
confidence: 99%