Essays about: "Divide and Conquer D C algorithms"

Found 1 essay containing the words Divide and Conquer D C algorithms.

  1. 1. Automated Reasoning Support for Invasive Interactive Parallelization

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Kianosh Moshir Moghaddam; [2012]
    Keywords : Multi-processors; Dependence Analysis; Code parallelization; Semi-automatic parallelization; IIP; ISC; OpenMP; MPI; Artificial Intelligence; Reasoning; Decision Tree; Divide and Conquer D C algorithms;

    Abstract : To parallelize a sequential source code, a parallelization strategy must be defined that transforms the sequential source code into an equivalent parallel version. Since parallelizing compilers can sometimes transform sequential loops and other well-structured codes into parallel ones automatically, we are interested in finding a solution to parallelize semi-automatically codes that compilers are not able to parallelize automatically, mostly because of weakness of classical data and control dependence analysis, in order to simplify the process of transforming the codes for programmers. READ MORE