Essays about: "Haswell"

Found 3 essays containing the word Haswell.

  1. 1. Design and Implementation of an Architecture-aware In-memory Key- Value Store

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

    Author : Omar Giordano; [2021]
    Keywords : Key-Value Store; Data Plane Development Kit; Last Level of Cache; Sliceaware memory management; Memcached; Haswell microrchitecture.; Key-Value Store; Data Plane Development Kit; Sista Nivån av Cache; Skivmedveten Minneshantering; Memcached; Haswell mikroarkitektur.;

    Abstract : Key-Value Stores (KVSs) are a type of non-relational databases whose data is represented as a key-value pair and are often used to represent cache and session data storage. Among them, Memcached is one of the most popular ones, as it is widely used in various Internet services such as social networks and streaming platforms. 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. Efficient Implementation of 3D Finite Difference Schemes on Recent Processor Architectures

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Frederick Ceder; [2015]
    Keywords : hpc; high performance computing; intel; haswell; xeon phi; knights corner; burgers equation; finite difference methods; fdm; ftcs; parallel programming; vectorization; simd;

    Abstract : Efficient Implementation of 3D Finite Difference Schemes on Recent Processors Abstract In this paper a solver is introduced that solves a problem set modelled by the Burgers equation using the finite difference method: forward in time and central in space. The solver is parallelized and optimized for Intel Xeon Phi 7120P as well as Intel Xeon E5-2699v3 processors to investigate differences in terms of performance between the two architectures. READ MORE