Essays about: "Parallel programming"

Showing result 1 - 5 of 203 essays containing the words Parallel programming.

  1. 1. Radar and sea clutter simulation with Unity 3D game engine

    University essay from Linköpings universitet/Programvara och system

    Author : Mikael Johnsson; Linus Bergman; [2023]
    Keywords : radar simulation; sea clutter simulation; game engine; Unity; ray tracing; compute shader; graphics programming; GPU; radarsimulering; sjöklottersimulering; spelmotor; Unity; strålspårning; compute shader; grafisk programmering; GPU;

    Abstract : Game engines are well known for their use in the gaming industry but are starting to have an impact in other areas as well. Architecture, automotive, and the defence industry are today using these engines to visualise and, to some extent, test their products. READ MORE

  2. 2. Web interface for a multi-purpose transmitter

    University essay from

    Author : Elin Cederlöf; Maximilian Mattsson; [2023]
    Keywords : Web interface; programming; JavaScript; CSS; HTML; Azure; RTOS;

    Abstract : The project described in this report aims to construct a web interface for a multi-purpose transmitter (MPT). The MPT is a submodule that is meant to be used in future chromatography systems. This bachelor thesis project is done at Cytiva in Uppsala. READ MORE

  3. 3. Simulating metal ct artefacts for ground truth generation in deep learning.

    University essay from Lunds universitet/Avdelningen för Biomedicinsk teknik

    Author : Arthur Barakat; [2023]
    Keywords : Technology and Engineering;

    Abstract : CT scanning stands as one of the most employed imaging techniques used in clinical field. In the presence of metal implants in the field of view (FOV), distortions and noise appear on the 3D image leading to inaccurate bone segmentation, often required for surgery planning or implant design. READ MORE

  4. 4. Design and evaluation of a plain MPI-based cluster execution backend for the SkePU 3 skeleton programming framework

    University essay from Linköpings universitet/Programvara och system

    Author : Alexander Zeijlon; [2023]
    Keywords : SkePU; skeleton programming; algorithmic skeletons; HPC; cluster; parallel programming; MPI; OpenMP; CUDA; Hybrid; NUMA;

    Abstract : SkePU 3 is a framework for parallel program execution that uses higher order functions called skeletons, which provide a layer of abstraction between user code and the parallel implementation it provides through its backends. The backend that enables SkePU to run on an HPC cluster has a slowdown of a factor two. READ MORE

  5. 5. A Performance Comparison of Java Streams and Imperative Loops

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

    Author : Magnus Åkerfeldt; [2023]
    Keywords : Java streams; performance; benchmarking; loops; functional programming; Java streams; prestanda; loopar; funktionell programmering;

    Abstract : The Stream API was added in Java 8. With the help of lambda expressions (anonymous functions), streams enable functional-style operations on sequences of elements. READ MORE