Essays about: "gpu benchmark"

Showing result 1 - 5 of 24 essays containing the words gpu benchmark.

  1. 1. CPU vs GPU performance when solving the flexible job-shop problem using genetic algorithms

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

    Author : Love Göransson; Marcus Nilszén; [2023]
    Keywords : ;

    Abstract : In this thesis, a comparison is made between the performance of genetic algorithms executed on the CPU and the GPU for solving the Flexible Job-shop Scheduling Problem (FJSP). The purpose is to determine whether one processing unit offers better performance than the other. READ MORE

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

  3. 3. Performance Benefits of Extending JavaScript Through WASM and CUDA : A Comparative Performance Investigation

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

    Author : Hampus Hallkvist; Edvin Nordqvist; [2023]
    Keywords : ;

    Abstract : JavaScript is today the largest language based on usage with regard to web development. There is, therefore, a great incentive to make the language perform at its best and allow applications to take advantage of this. READ MORE

  4. 4. Accelerating a Molecular Docking Application by Leveraging Modern Heterogeneous Computing Systems

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

    Author : Gabin Schieffer; [2023]
    Keywords : Molecular docking; AutoDock; GPU; Tensor Core; Drug Discovery; Molekylär dockning; AutoDock; GPU; Tensor Core; Läkemedelsutveckling;

    Abstract : In drug development, molecular docking methods aim at characterizing the binding of a drug-like molecule to a protein. In a typical drug development process, a docking task is repeated millions of time, which makes optimization efforts essential. READ MORE

  5. 5. Managing Coherency in Real-TimeRay Tracing

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Fabio Camaiora; [2021]
    Keywords : ;

    Abstract : In recent years, ray tracing’s popularity in real-time rendering wasboosted by the introduction of GPUs which supported hardwareacceleration for ray tracing routines, which sped up the computationtime considerably. In spite of this, ray tracing is still expensive, andas such, most developers enhance their graphical applications with onlyselected raytraced effects, while still relying on rasterization for thecore visual component. READ MORE