Essays about: "GPU calculations"

Showing result 1 - 5 of 31 essays containing the words GPU calculations.

  1. 1. Parallelization of boolean operations for CAD Software using WebGPU

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Max Helmrich; Linus Käll; [2023]
    Keywords : Parallelization; Web; Boolean Operations; WebGPU; CAD; GPU Acceleration;

    Abstract : This project is about finding ways to improve performance of a Computer-Aided-Design (CAD) application running in the web browser. With the new Web API WebGPU, it is now possible to use the GPU to accelerate calculations for CAD applications in the web. READ MORE

  2. 2. Performance Evaluation of (Spherical) Harmonics Virtual Lights for Real-time Global Illumination using Vulkan

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Simon Hultsborn; [2023]
    Keywords : Spherical harmonics; Global illumination; Computer graphics; Optimization;

    Abstract : Background. Global illumination is not trivial to compute in real-time computer graphics. One approximate solution is to distribute virtual light sources from a primary light, to then apply direct light calculations to said virtual lights. This can effectively estimate two-bounce illumination. READ MORE

  3. 3. Recursion methods for solving the Schrödinger equation

    University essay from Uppsala universitet/Materialteori

    Author : Thor Lindberg; Anton Ljungar; Emy Engström; [2022]
    Keywords : ;

    Abstract : The purpose of this study is to approximate the local density of states(LDOS) for a metal block by solving the Schrödinger equation in an efficient way. To make the code more effective different methods were implemented, for example trying to parallelize the process and to run the code solely on a GPU (Graphic Processing Unit). READ MORE

  4. 4. Interactive Visualization of Air Traffic in OpenSpace

    University essay from Linköpings universitet/Medie- och Informationsteknik; Linköpings universitet/Tekniska fakulteten

    Author : Adrian Andersson; Joel Paulsson; [2021]
    Keywords : ;

    Abstract : This thesis report presents a master’s thesis project in Media Technology by two students from Linköping University, Sweden. The project was implemented in collaboration with the Visualization Center C and Linköping University during the spring of 2021 resulting in the creation and development of two spatiotemporal visualizations featuring air traffic data in the OPENSPACE software. READ MORE

  5. 5. Development of Stockham Fast Fourier Transform using Data-Centric Parallel Programming

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

    Author : Gabriel Bengtsson; [2020]
    Keywords : ;

    Abstract : Writing efficient scientific applications for modern High Performance Computing (HPC) systems has become much harder during the last years due to the rise of heterogeneous computer architectures. The inclusion of hardware accelerators has caused an increase in the number of required technologies to reach high performance, a change that has programming these systems outside the skill-set of a domain scientist. READ MORE