Essays about: "Automatic Parallelization"

Showing result 6 - 10 of 14 essays containing the words Automatic Parallelization.

  1. 6. Analysis of Automatic Parallelization Methods for Multicore Embedded Systems

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Fredrik Frantzén; [2014]
    Keywords : ;

    Abstract : There is a demand for reducing the cost of porting legacy code to di erent embedded platforms. One such system is the multicore system that allows higher performance with lower energy consumption and it is a popular solution in embedded systems. READ MORE

  2. 7. Effects on immune cell viability, morphology and proliferation in a sub-microliter cell sampler system

    University essay from Institutionen för fysik, kemi och biologi; Tekniska högskolan

    Author : Sofia Wiklund; [2013]
    Keywords : Cell-picker; sub-microliter cell sampler system; immune cells; T cells; NK cells; B cells; cell viability; morphology; proliferation; surface coating; microchip; wells; silicon chip; single-cell analysis; flow system; fluorescence microscopy; cell staining; characterization;

    Abstract : Today,   most traditional method used in the research of immune cells, such as flow   cytometry and microscopy, are based on average values of cell responses.   However, immune cells are heterogeneous and respond differently to a given   stimuli. READ MORE

  3. 8. 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

  4. 9. Garbage Collection supporting automatic JIT parallelization in JVM

    University essay from Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Erik Österlund; [2012]
    Keywords : garbage collection; dynamic analysis; automatic parallelization;

    Abstract : With increasing clock-rates in CPUs coming to an end, a need for parallelization has emerged. This thesis proposes a dynamic purity analysis of objects, detecting independent execution paths that may be run in parallel. The analysis relies in speculative guesses and may be rolled back when proven wrong. READ MORE

  5. 10. Automated Recognition of Algorithmic Patterns in DSP Programs

    University essay from PELAB - Laboratoriet för programmeringsomgivningar; Tekniska högskolan

    Author : Amin Shafiee Sarvestani; [2011]
    Keywords : Automatic Parallelization; Algorithmic Pattern Recognition; Cetus; DSP; DSP Code Parallelization; Compiler Frameworks;

    Abstract : We introduce an extensible knowledge based tool for idiom (pattern) recognition in DSP(digital signal processing) programs. Our tool utilizesfunctionality provided by the Cetus compiler infrastructure fordetecting certain computation patterns that frequently occurin DSP code. READ MORE