Essays about: "MIMD"

Found 1 essay containing the word MIMD.

  1. 1. Implementation of Data Parallel Primitives on MIMD Shared Memory Systems

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Christian Mortensen; [2019]
    Keywords : Data parallel; data parallelism; Shared memory; MIMD; primitives;

    Abstract : This thesis presents an implementation of a multi-threaded C library for performing data parallel computations on MIMD shared memory systems, with support for user defined operators and one-dimensional sparse arrays. Multi-threaded parallel execution was achieved by the use of the POSIX threads, and the library exposes several functions for performing data parallel computations directly on arrays. READ MORE