Essays about: "C template library"

Showing result 1 - 5 of 6 essays containing the words C template library.

  1. 1. Understanding sequence errors in analysis of short tandem repeats through optimisation of a library preparation protocol utilising unique molecular indices

    University essay from Uppsala universitet/Institutionen för biologisk grundutbildning

    Author : Nelly Gyllö Lind; [2022]
    Keywords : polymerase chain reaction; massively parallel sequencing; DNA analysis; short tandem repeats; DNA polymerase; unique molecular indices;

    Abstract : In the last few years massively parallel sequencing (MPS) has become important for forensic DNA analysis by providing new and broader possibilities, such as increased discrimination power for short tandem repeat (STR) analyses. An imperative part of MPS analysis is library preparation where there is a fundamental reliability on in vitro DNA polymerisation, which is prone to errors. READ MORE

  2. 2. Parallelizing the Edge application for GPU-based systems using the SkePU skeleton programming library

    University essay from Linköpings universitet/Programvara och system

    Author : Oskar Sjöström; [2015]
    Keywords : ;

    Abstract : SkePU is an auto-tunable multi-backend skeleton programming library for multi-GPU systems. SkePU is implemented as a C++ template library and has been developed at Linköping University. In this thesis the CFD flow solver Edge has been ported to SkePU. READ MORE

  3. 3. Optimizing Memory Management with Object-Local Heaps

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Martin Hagelin; [2015]
    Keywords : ;

    Abstract : The large discrepancy between the speed of caches and main memory makes efficient memory management more important than ever. This report gives an overview of the current state of the art in memory management, and how then can be used to make the most of hardware systems like cache hierarchies and hardware prefetchers. READ MORE

  4. 4. Extension of the SkePU Skeleton ProgrammingFramework for Multi-core CPU and Multi-GPU Systems for MPI-based Clusters

    University essay from Programvara och system; Tekniska högskolan

    Author : Swadhin K Mangaraj; [2013]
    Keywords : SkePU; Skeleton Programming Framework; C template library; Matrix container; Skeleton programmig on MPI-based clusters; Parllel Programming on Multi-core processors;

    Abstract : SkePU (Skeleton Programming Framework for Multi-core CPU and Multi-GPU Systems) is a parallel computing framework developed by Johan Enmyren and Christoph Kessler at Linköpings Universitet. This C++ template library provides a simple and unified interface for specifying data-parallel computations with the help of skeletons and is targeted to multiple backends e. READ MORE

  5. 5. A Skeleton Programming Library for Multicore CPU and Multi-GPU Systems

    University essay from Institutionen för datavetenskap

    Author : Johan Enmyren; [2010]
    Keywords : CUDA; OpenCL; Skeleton Programming; Parallel Computing; Data Parallelism;

    Abstract : This report presents SkePU, a C++ template library which provides a simple and unified interface for specifying data-parallel computations with the help of skeletons on GPUs using CUDA and OpenCL. The interface is also general enough to support other architectures, and SkePU implements both a sequential CPU and a parallel OpenMP back end. READ MORE