Essays about: "IIP"

Showing result 6 - 7 of 7 essays containing the word IIP.

  1. 6. 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

  2. 7. A Case Study of  Semi-Automatic Parallelization of  Divide and Conquer Algorithms Using Invasive Interactive Parallelization

    University essay from Institutionen för datavetenskap

    Author : Erik Hansson; [2009]
    Keywords : parallelization; IIP; ISC; HPC; OpenMP; MPI;

    Abstract : Since computers supporting parallel execution have become more and more common the last years, especially on the consumer market,  the need for methods and tools for parallelizing existing sequential programs has highly increased. Today there exist different methods of achieving this, in a more or less user friendly way. READ MORE