Essays about: "thesis on generic strategy"

Showing result 1 - 5 of 45 essays containing the words thesis on generic strategy.

  1. 1. A Conjugate Residual Solver with Kernel Fusion for massive MIMO Detection

    University essay from Högskolan i Halmstad/Centrum för forskning om tillämpade intelligenta system (CAISR)

    Author : Ioannis Broumas; [2023]
    Keywords : MIMO; massive MIMO; GPU; CUDA; Software Defined Radio; SDR; MMSE; ZF; zero-forcing; parallel detection; iterative methods; conjugate residual; parallel computing; kernel fusion;

    Abstract : This thesis presents a comparison of a GPU implementation of the Conjugate Residual method as a sequence of generic library kernels against implementations ofthe method with custom kernels to expose the performance gains of a keyoptimization strategy, kernel fusion, for memory-bound operations which is to makeefficient reuse of the processed data. For massive MIMO the iterative solver is to be employed at the linear detection stageto overcome the computational bottleneck of the matrix inversion required in theequalization process, which is 𝒪(𝑛3) for direct solvers. READ MORE

  2. 2. Evaluating Text Summarization Models on Resumes : Investigating the Quality of Generated Resume Summaries and their Suitability as Resume Introductions

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

    Author : Amanda Krohn; [2023]
    Keywords : Natural language processing; Abstractive text summarization; Transformer architecture; Fine-tuning; Resumes; Språkteknologi; Abstrakt textsammanfattning; Transformer-arkitektur; Finjustering; CV;

    Abstract : This thesis aims to evaluate different abstractive text summarization models and techniques for summarizing resumes. It has two main objectives: investigate the models’ performance on resume summarization and assess the suitability of the generated summaries as resume introductions. READ MORE

  3. 3. Design, Modeling, and Testing of a Force Feedback Haptic Device for Simulated Robot Interaction

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

    Author : Patrik Lindström; [2023]
    Keywords : Force Feedback; Impedance Control; PD-gain; Dynamic Behavior; Closed-chain; Master-Slave; Parallel Manipulator; Kinematics Redundancy; Mass-Spring-Damper; Position Control; Current Control; Modeling; Design; Joints; Delta robot; Differential Equations; External Torques; Kinematics; Forward Kinematics; Inverse Kinematics; Dynamic Matrices; Jacobian; URDF; Haptics; Haptic Device; Solidworks; CAD; Maxon Motors; EtherCAT; Beckhoff;

    Abstract : Haptic feedback is a growing phenomenon that incorporates the sense of touch through tactile sensations such as vibrations, electrical signals, air pressure, and sound waves or through force feedback, which employs torques and/or forces to replicate the pressure and weight of a simulated object. Utilizing haptic technology establishes a communication bridge between the user and the technical component, enhancing the user's understanding of the technical component's surroundings. READ MORE

  4. 4. Performance Indicators in SAFe Role of KPIs in Scaled Agile

    University essay from Stockholms universitet/Institutionen för data- och systemvetenskap

    Author : Jose Camilo Cabanzo Cadena; Kunal Kedia; [2023]
    Keywords : Information; Key Performance Indicators; scaled agile models; software maturity; value; interview; thematic analysis;

    Abstract : Information is everywhere, modern life depends on information. The faster we process data and generate meaningful outcomes, the better. Any IT project produces a lot of artifacts like software code, requirement documents, financial reports, traceability metrics, status reports, and so on. READ MORE

  5. 5. Performance-Aware Code Size Optimization of Generic Functions through Automatic Implementation of Dynamic Dispatch

    University essay from Linköpings universitet/Programvara och system

    Author : Ivar Härnqvist; [2022]
    Keywords : Compiler technology; Programming language design; Performance; Code size optimization; Generic programming; Polymorphism; Dynamic dispatch; Type erasure; Monomorphization; Templates; C ; Kompilatorteknik; Programspråksdesign; Prestanda; Kodstorleksoptimering; Generisk programmering; Polymorfism; Dynamic dispatch; Typradering; Monomorfisering; Templates; C ;

    Abstract : Monomorphization and dynamic dispatch are two common techniques for implementing polymorphism in statically typed programming languages. Function templates in C++ use the former technique to enable algorithms written as generic functions to be efficiently reused with multiple different data types by producing a separate function instantiation for each invocation that uses a unique permutation of argument types. READ MORE