Essays about: "Parallel Programming"

Showing result 16 - 20 of 203 essays containing the words Parallel Programming.

  1. 16. A Benchmark Suite for the OmpSs-2@ ArgoDSM task-based distributed shared memory environment

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Konstantinos Palaiodimos; [2022]
    Keywords : ;

    Abstract : Applications with high complexity, heavy computations and processing of large amount of data require powerful computer systems and programming models that allow efficient parallel execution without excessive programming effort. Benchmarking of these systems and models is of vital importance in order to identify their strengths, weaknesses, and potential improvements. READ MORE

  2. 17. Efficient multiple hypothesis tracking using a purely functional array language

    University essay from Linköpings universitet/Datorseende

    Author : Marcus Nolkrantz; [2022]
    Keywords : multiple object tracking; multiple hypothesis tracking; tracking-by-detection; GPGPU; GPU code abstraction; functional programming; Futhark;

    Abstract : An autonomous vehicle is a complex system that requires a good perception of the surrounding environment to operate safely. One part of that is multiple object tracking, which is an essential component in camera-based perception whose responsibility is to estimate object motion from a sequence of images. READ MORE

  3. 18. Student understanding of Go, Concurrency and Parallelism : Analysis using Concept Maps

    University essay from KTH/Datavetenskap

    Author : Alexandre Vilanova Bruns; [2022]
    Keywords : ;

    Abstract : In this report we have used concept maps to analyze student understanding of the Go programming language, concurrency and parallelism. We designed two concept mapping exercises, one about Go and the other one about concurrency and parallelism. READ MORE

  4. 19. A Parallelized Naïve Algorithm for Pattern Matching

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : William Svensson; [2022]
    Keywords : Pattern matching; Parallel programming;

    Abstract : The pattern matching is the problem of locating one string, a pattern, inside another, a text, which is required in for example databases, search engines, and text editors. Thus, several algorithms have been created to tackle this problem and this thesis evaluates whether a parallel version of the Naïve algorithm, given a reasonable amount of threads for a personal computer, could become more efficient than some state-of-the-art algorithms used today. READ MORE

  5. 20. 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