Essays about: "AVX"

Found 4 essays containing the word AVX.

  1. 1. The Performance of Post-Quantum Key Encapsulation Mechanisms : A Study on Consumer, Cloud and Mainframe Hardware

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

    Author : Alex Gustafsson; Carl Stensson; [2021]
    Keywords : Public-Key Cryptography; Benchmark; x86; IBM Z; z15; Asymmetrisk Kryptering; Prestandatest; x86; IBM Z; z15;

    Abstract : Background. People use the Internet for communication, work, online banking and more. Public-key cryptography enables this use to be secure by providing confidentiality and trust online. Though these algorithms may be secure from attacks from classical computers, future quantum computers may break them using Shor’s algorithm. READ MORE

  2. 2. SIMD Optimizations of Software Rendering in 2D Video Games

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Oskar Mendel; Jesper Bergström; [2019]
    Keywords : SIMD; AVX; SSE; CPU; GPU; Parallel programming; Optimization; Game developement; Game engine; x86; Haswell; Rendering;

    Abstract : Optimizing rendering is one of the greatest challenges faced by game developers. Most game engines make use of hardware rendering which uses technology specifically built for rendering. Before such hardware existed, game developers had to rely on the CPU to render their games. This is known as software rendering. READ MORE

  3. 3. A study on SSE optimisation regarding initialisation and evaluation of the Fast Multipole Method

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : Daniel Hjerpe; [2016]
    Keywords : SSE; SIMD; Fast Multipole Method; AVX; N-body problem;

    Abstract : The following study examines whether the initialisation (multipole expansions at the finest level) and evaluation of the numerical method Fast Multipole Method (FMM) can benefit from implementing SSE instructions. The implementation of SSE-instructions have been studied and compared to the serial case. READ MORE

  4. 4. Data-parallel Acceleration of PARSEC Black-Scholes Benchmark

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : August Andrén; Patrik Hagernäs; [2013]
    Keywords : ;

    Abstract : The way programmers has been relying on processor improvements to gain speedup in their applications is no longer applicable in the same fashion. Programmers usually have to parallelize their code to utilize the CPU cores in the system to gain a signicant speedup. READ MORE