Essays about: "OpenCL"

Showing result 1 - 5 of 49 essays containing the word OpenCL.

  1. 1. Benchmarking linear-algebra algorithms on CPU- and FPGA-based platforms

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

    Author : Omar Askar Vergara; Karl Törnblom Bartholf; [2023]
    Keywords : FPGA; OpenCL; PolyBench; Cholesky; Durbin;

    Abstract : Moore’s law is the main driving factor behind the rapid evolution of computers that has been observed in the past 50 years. Though the law is soon ending due to heat- and sizing-related issues. One solution to continuing the evolution is utilizing alternative computer hardware, where parallel hardware is especially interesting. READ MORE

  2. 2. Modernizing and Evaluating the Autotuning Framework of SkePU 3

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

    Author : Basel Nsralla; [2022]
    Keywords : SkePU; Autotuning; Parallel Computing; Multicore; OpenCL; OpenMP;

    Abstract : Autotuning is a method which enables a program to automatically choose the most suitable parameters that optimizes it for a certain goal e.g. speed, cost, etc. READ MORE

  3. 3. Integrating SkePU's algorithmic skeletons with GPI on a cluster

    University essay from Linköpings universitet/Programvara och system

    Author : Joel Almqvist; [2022]
    Keywords : SlePU; cluster; GPI; MPI; OpenMP; parallel programming; HPC; algorithmic skeletons; distributed computing; SkePU; kluster; GPI; MPI; OpenMP; parallellprogrammering; HPC; algoritmiska skelett;

    Abstract : As processors' clock-speed flattened out in the early 2000s, multi-core processors became more prevalent and so did parallel programming. However this programming paradigm introduces additional complexities, and to combat this, the SkePU framework was created. READ MORE

  4. 4. Convolutional Neural Network FPGA-accelerator on Intel DE10-Standard FPGA

    University essay from Linköpings universitet/Elektroniska Kretsar och System

    Author : Yue Tianxu; [2021]
    Keywords : Convolutional Neural Network; FPGA-accelerator;

    Abstract : Convolutional neural networks (CNNs) have been extensively used in many aspects, such as face and speech recognition, image searching and classification, and automatic drive. Hence, CNN accelerators have become a trending research. Generally, Graphics processing units (GPUs) are widely applied in CNNaccelerators. READ MORE

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