Essays about: "gpgpu"

Showing result 1 - 5 of 71 essays containing the word gpgpu.

  1. 1. Evaluating the performance of CUDA Graphs in common GPGPU programming patterns

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

    Author : Mert Demirsü; Axel Lervik; [2023]
    Keywords : ;

    Abstract : CUDA Graphs is a relatively new and unexplored feature of CUDA that presents an alternative for submitting work to the GPU. This report aims to evaluate the performance benefits of CUDA Graphs. The means to this end was a benchmark suite containing CUDA applications that do not utilise CUDA Graphs. READ MORE

  2. 2. Register Caching for Energy Efficient GPGPU Tensor Core Computing

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

    Author : Qiran Qian; [2023]
    Keywords : Computer Architecture; GPGPU; Tensor Core; GEMM; Energy Efficiency; Register File; Cache; Instruction Scheduling; Datorarkitektur; GPGPU; Tensor Core; GEMM; energieffektivitet; registerfil; cache; instruktionsschemaläggning;

    Abstract : The General-Purpose GPU (GPGPU) has emerged as the predominant computing device for extensive parallel workloads in the fields of Artificial Intelligence (AI) and Scientific Computing, primarily owing to its adoption of the Single Instruction Multiple Thread architecture, which not only provides a wealth of thread context but also effectively hide the latencies exposed in the single threads executions. As computational demands have evolved, modern GPGPUs have incorporated specialized matrix engines, e. READ MORE

  3. 3. Improving the Accuracy of FFT-based GPGPU Ocean Surface Simulations

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Jacob Eriksson; Joakim Wingård; [2022-12-01]
    Keywords : computer graphics; 3D graphics; real-time rendering; Fourier transform; FFT; simulation; GPGPU; interactive; ocean wave spectrum; oceanography;

    Abstract : In this paper, we explore how the current state of the art in real-time ocean simulations can be improved in terms of simulation accuracy, while preserving performance. Current methods, both in academia and in the industry, simulate an ocean model in frequency space on the GPU, convert said model on an approximately frame-byframe basis to the spatial domain using the Fourier transform, and then read back the resulting heightfield to the CPU as input to the application’s physics engine. READ MORE

  4. 4. 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

  5. 5. Simulation of rain on a windshield : Creating a real-time effect using GPGPU computing

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

    Author : Katerina Koblik; [2021]
    Keywords : Rain simulation; Driving simulator; Particle system; Real-time; GPGPU; Compute shader; Render texture.;

    Abstract : Modelling and rendering natural phenomena, such as rain, is an important aspect of creating a realistic driving simulator. Rain is a crucial issue when driving in the real world as it for instance obstructs the driver’s vision. READ MORE