Essays about: "DSP compiler"

Showing result 1 - 5 of 13 essays containing the words DSP compiler.

  1. 1. Machine Learning-Based Instruction Scheduling for a DSP Architecture Compiler : Instruction Scheduling using Deep Reinforcement Learning and Graph Convolutional Networks

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

    Author : Lucas Alava Peña; [2023]
    Keywords : Instruction Scheduling; Deep reinforcement Learning; Compilers; Graph Convolutional Networks; Schemaläggning av instruktioner; Deep Reinforcement Learning; kompilatorer; grafkonvolutionella nätverk;

    Abstract : Instruction Scheduling is a back-end compiler optimisation technique that can provide significant performance gains. It refers to ordering instructions in a particular order to reduce latency for processors with instruction-level parallelism. READ MORE

  2. 2. Power-Aware Software Development For EMCA DSP

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

    Author : Meishenglan Zhang; [2017]
    Keywords : ;

    Abstract : The advent of FinFET technology necessitates a shift towards early dynamic power awareness, not only for ASIC block designers but also for software engineers that develop code for those blocks. CMOS dynamic power is typically reduced by optimizing the RTL models in terms of switching activity and clock gating efficiency. READ MORE

  3. 3. Performance Optimization of Signal Processing Algorithms for SIMD Architectures

    University essay from KTH/Reglerteknik

    Author : Sharan Yagneswar; [2017]
    Keywords : SIMD; ARM; Vectorization; DSP; NEON; IIR; Envelope; Complex; Performance Optimization; SIMD; ARM; Vektorisering; DSP; NEON; IIR; Kuvert; Komplex; Prestandaoptimering;

    Abstract : Digital Signal Processing(DSP) algorithms are widely implemented in real time systems.In fields such as digital music technology, many of these said algorithms areimplemented, often in combination, to achieve the desired functionality. When itcomes to implementation, DSP algorithms are performance critical as they havetight deadlines. READ MORE

  4. 4. Instant Simulator : A tool for generating simulators from machine-readable descriptions

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

    Author : Karl Johansson; [2014]
    Keywords : ;

    Abstract : This thesis presents Instant Simulator, a tool for simulating digital signal processors (DSPs) to allow cycle-accurate benchmarking of programs. The purpose of the tool is to assist the Unison compiler when comparing generated machine code between Unison and industrial strength compilers Instant Simulator is designed to reuse parts of Unison and strike a balance between performance and ease of use. READ MORE

  5. 5. Recompiling DSP applications to x86 using LLVM IR

    University essay from Linköpings universitet/Programvara och system; Linköpings universitet/Tekniska högskolan

    Author : David Stenberg; [2014]
    Keywords : DSP compiler; LLVM; LLVM IR translation; endian emulation; adress spaces;

    Abstract : This thesis describes the design and implementation of a prototype LLVM compiler backend, x86-64p, that compiles code written for a DSP architecture, FADER, into executables for the x86-64 architecture. The prototype takes LLVM IR generated for the FADER architecture and compiles x86-64 executables that emulate the properties of the DSP architecture, e. READ MORE