Essays about: "cuda"

Showing result 21 - 25 of 118 essays containing the word cuda.

  1. 21. GPU-Accelerated Monte Carlo Geometry Processing for Gradient-Domain Methods

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

    Author : Linus Mossberg; [2021]
    Keywords : Monte Carlo; geometry processing; partial differential equations; Poisson equation; seamless image editing; distance field; importance sampling; random walk on spheres;

    Abstract : This thesis extends the utility of the Monte Carlo approach to PDE-based methods presented in the paper Monte Carlo Geometry Processing. In particular, we implement this method on the GPU using CUDA, and investigate more viable methods of estimating the source integral when solving Poisson’s equation with intricate source terms. READ MORE

  2. 22. D-Wave Systems Quantum Computing : State-of-the-Art and Performance Comparison with Classical Computing

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

    Author : Jaime Vallejo Benítez Cano; [2021]
    Keywords : ;

    Abstract : The aim of this project is to study Quantum Computing state-of-art and to compare it with classical computing methods. The research is focused on D-Wave Systems’ Quantum Computing approach, exploring its architectures: Chimera and Pegasus; tools, and its Quantum Annealing process. READ MORE

  3. 23. Cumulus - translating CUDA to sequential C++ : Simplifying the process of debugging CUDA programs

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

    Author : Vera Blomkvist Karlsson; [2021]
    Keywords : Clang; Code generation; CUDA; Debugging; Parallel computing; Clang; Kodgenerering; CUDA; Felsökning; Parallella beräkningar;

    Abstract : Due to their highly parallel architecture, Graphics Processing Units (GPUs) offer increased performance for programs benefiting from parallel execution. A range of technologies exist which allow GPUs to be used for general-purpose programming, NVIDIA’s CUDA platform is one example. READ MORE

  4. 24. Comparative Study of CPU and GPGPU Implementations of the Sievesof Eratosthenes, Sundaram and Atkin

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

    Author : Jakob Månsson; [2021]
    Keywords : General Purpose Graphics Processing Unit; Parallelization; Prime number; Sieve.;

    Abstract : Background. Prime numbers are integers divisible only on 1 and themselves, and one of the oldest methods of finding them is through a process known as sieving. A prime number sieving algorithm produces every prime number in a span, usually from the number 2 up to a given number n. READ MORE

  5. 25. Automatic GPU optimization through higher-order functions in functional languages

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

    Author : John Wikman; [2020]
    Keywords : ;

    Abstract : Over recent years, graphics processing units (GPUs) have become popular devices to use in procedures that exhibit data-parallelism. Due to high parallel capability, running procedures on a GPU can result in an execution time speedup ranging from a couple times faster to several orders of magnitude faster, compared to executing serially on a central processing unit (CPU). READ MORE