Essays about: "parallellprogrammering"

Found 4 essays containing the word parallellprogrammering.

  1. 1. A Ray Tracing Implementation Performance Comparison between the CPU and the GPU

    University essay from KTH/Datavetenskap

    Author : Robin Nordmark; Tim Olsén; [2022]
    Keywords : ;

    Abstract : Ray tracing has gained recent popularity due to the advancement of computer hardware capabilities. The algorithm is used as a rendering technique for computer graphics by tracing rays of light to determine the color of a single pixel, thus simulating the physical behavior of light. READ MORE

  2. 2. Integrating SkePU's algorithmic skeletons with GPI on a cluster

    University essay from Linköpings universitet/Programvara och system

    Author : Joel Almqvist; [2022]
    Keywords : SlePU; cluster; GPI; MPI; OpenMP; parallel programming; HPC; algorithmic skeletons; distributed computing; SkePU; kluster; GPI; MPI; OpenMP; parallellprogrammering; HPC; algoritmiska skelett;

    Abstract : As processors' clock-speed flattened out in the early 2000s, multi-core processors became more prevalent and so did parallel programming. However this programming paradigm introduces additional complexities, and to combat this, the SkePU framework was created. READ MORE

  3. 3. Automatic GPU optimization through higher-order functions in functional languages

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : John Wikman; [2020]
    Keywords : ;

    Abstract : Over recent years, graphics processing units (GPUs) have become popular devices to use in procedures that exhibit data-parallelism. Due to high parallel capability, running procedures on a GPU can result in an execution time speedup ranging from a couple times faster to several orders of magnitude faster, compared to executing serially on a central processing unit (CPU). READ MORE

  4. 4. A comparative analysis between parallel models in C/C++ and C#/Java : A quantitative comparison between different programming models on how they implement parallism

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

    Author : Göran Angelo Kaldéren; From Anton; [2013]
    Keywords : ;

    Abstract : Parallel programming is becoming more common in software development with the popularity of multi core processors on the rise. Today there are many people and institutes that develop parallel programming APIs for already existing programming languages. READ MORE