Global ETD Search

Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.

Results

Showing 1 to 20 of 157 for “"Backend"”.

  1. A distributed backend for Halide

    Halide is a tool that makes writing efficient code easier to design, maintain, and operate. However, Halide is currently limited to building programs that run on one machine, which bounds both the size of the input and the speed of computation. My work involves adding distributed computation as an …

    mit Repository record for A distributed backend for Halide (opens in a new tab)

  2. An OpenGL backend for Halide

    … and optimization. We present an OpenGL backend for the Halide compiler, which enables Halide programs to run GPU computation on devices that support the OpenGL API. In particular, this paves the way for GPU computation on mobile devices using OpenGL ES. In doing so, we demonstrate how a …

    mit Repository record for An OpenGL backend for Halide (opens in a new tab)

  3. Backend pro kolaborativní programování v rozšířené realitě

    Tato práce se zabývá implementací a aplikací výlučného přístupu pro systém ARCOR2, který slouží ke kolaborativnímu programování robotů v rozšířené realitě. Cílem práce je analýza výchozího stavu, návrh a implementace výlučného přístupu pro tento systém. Implementace je rozsáhlá a umožňuje řadu …

    brno-tech Repository record for Backend pro kolaborativní programování v rozšířené realitě (opens in a new tab)

  4. Closing the gap in the LLVM backend of K

    … semantics of languages. We dive into the LLVM backend, one of the engines for concrete execution, and implement key functionality that is present in the other concrete execution engine. We then add a new interface that is unique to the LLVM backend, making this backend diverge from the other …

    uiuc Repository record for Closing the gap in the LLVM backend of K (opens in a new tab)

  5. A unified compiler backend for distributed, cooperative heterogeneous execution

    … interface for generating code for several backends and execution configurations. Our results show that we are able to generate efficient MPI code and CUDA code for distributed memory and heterogeneous GPU systems from a single algorithm. From our unified scheduling abstraction, we are able …

    mit Repository record for A unified compiler backend for distributed, cooperative heterogeneous execution (opens in a new tab)

  6. Building data storage and analytic backend services for listen online

    … For convenience, we call the system Lion Backend. Lastly, by building upon some existing libraries, Lion-Backend provides graphical interfaces to users to help them easily build their queries and apply analysis functions to their data.

    uiuc Repository record for Building data storage and analytic backend services for listen online (opens in a new tab)

  7. NeuroModular - A Modular Backend for Fiber-Based Wireless Bioelectronic Interfaces

    Multifunctional microelectronic fibers are a new class of bioelectronic interfaces that combine the scalability and customization afforded by fiber drawing with the functional maturity of solid-state microdevices. Wireless operation of multifunctional fiber-based devices would allow neuromodulation …

    mit Repository record for NeuroModular - A Modular Backend for Fiber-Based Wireless Bioelectronic Interfaces (opens in a new tab)

  8. Implementing a prototype HPy backend for Cython: improving Python extension performance

    … implementation and testing of a prototype HPy backend for Cython, with the aim of improving the performance of extensions generated with Cython on the GraalPy Python implementation. Our HPy backend replaces C API functions, variables, and macros generated by Cython with macros that map to …

    cape-town Repository record for Implementing a prototype HPy backend for Cython: improving Python extension performance (opens in a new tab)

  9. Performance evaluations of a parallel and expandable database computer -- the Multi-Backend Database computer

    … (DBMS). The specific DBMS evaluated is the Multi-Backend Database System (MBDS) which is a software multiple-backend database system. The unconventional nature of a multiple-backend computer system required the development of a special performance evaluation methodology which was the topic of …

    nps Repository record for Performance evaluations of a parallel and expandable database computer -- the Multi-Backend Database computer (opens in a new tab)

  10. Design and Implementation of a Scala Compiler Backend Targeting the Low Level Virtual Machine

    … thesis describes the implementation of a new backend for the Scala compiler that targets the Low Level Virtual Machine (LLVM). Targeting LLVM allows compilation of Scala programs to optimized native executables and enables implementation techniques that are not possible on the JVM. We discuss …

    unm Repository record for Design and Implementation of a Scala Compiler Backend Targeting the Low Level Virtual Machine (opens in a new tab)

  11. Design and implementation of a PowerPC backend with optimizations for the AltiVec SIMD processor

    Thesis (M.Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2001.

    mit Repository record for Design and implementation of a PowerPC backend with optimizations for the AltiVec SIMD processor (opens in a new tab)

  12. Design of a backend system to integrate health information systems – case study: ministry of health and social services (MoHSS)-Namibia

    Information systems are the key to institution organization and decision making. In the health care field, there is a lot of data flow, from the patient demographic information (through the electronic medical records), the patient's medication dispersal methods called pharmaceutical data, …

    cape-town Repository record for Design of a backend system to integrate health information systems – case study: ministry of health and social services (MoHSS)-Namibia (opens in a new tab)

  13. Implementation of a low cost demonstrator riometer on a flexible FPGA backend: The first steps in adding a riometer mode to the digital SuperDARN radar at SANAE IV

    … using the Red Pitaya FPGA platform as its backend, and tested at the University of Cape Town, at SANSA in Hermanus and at Fish Hoek. A riometer measures the opacity of the ionosphere with respect to cosmic radiation. Doing this over a wide band of frequencies results in a spectral riometer. …

    cape-town Repository record for Implementation of a low cost demonstrator riometer on a flexible FPGA backend: The first steps in adding a riometer mode to the digital SuperDARN radar at SANAE IV (opens in a new tab)

  14. Webový editor prezentací

    … vytvorený pomocou Vue.js s nadstavbou Nuxt.js, backend pomocou Express.js a ako úložisko dát je zvolená NoSQL dokumentová databáza MongoDB. Frontend a backend časti aplikácie komunikujú medzi sebou cez technológiu REST. Výsledná aplikácia umožňuje užívateľom zobrazovať, upravovať a vytvárať …

    brno-tech Repository record for Webový editor prezentací (opens in a new tab)

  15. Effective use of Java Data objects in developing database applications. Advantages and disadvantages

    … module and a relational database for the backend datastore. The major disadvantage of this approach is the well-known "impedance mismatch" in which some form of mapping is required to connect the objects in the frontend and the relational tuples in the backend. Java Data Objects (JDO) …

    nps Repository record for Effective use of Java Data objects in developing database applications. Advantages and disadvantages (opens in a new tab)

  16. Aplicación T-Golf

    … utilizada divide la aplicación en dos partes: backend y frontend. El backend se desarrolla con Node, Express y mongoDB; el frontend, con HTML5, CSS, jQuery, Bootstrap y Angular. El resultado es una aplicación que gestiona los datos recibidos por los diferentes dispositivos presentes en el …

    catalunya Repository record for Aplicación T-Golf (opens in a new tab)

  17. Open-source high-level synthesis of tensorflow dataflow graphs using LegUp

    … (IR) using a modified version of XLA's CPU backend. These modifications enable users to leverage IP modules for computation-intensive operations. For a simple instance of matrix multiply, using even a naively implemented IP is shown to give a 1.7x speedup over baseline accelerators …

    uiuc Repository record for Open-source high-level synthesis of tensorflow dataflow graphs using LegUp (opens in a new tab)

  18. Gestión de claves y cifrado en Booster Framework

    … es un framework de desarrollo de aplicaciones backend basado en los patrones de event-sourcing y CQRS (Command and Query Responsibility Segregation), con la filosofía de acercar a los desarrolladores al desarrollo de aplicaciones backend sin tener que preocuparse por el desarrollo exhaustivo …

    catalunya Repository record for Gestión de claves y cifrado en Booster Framework (opens in a new tab)

Page 1 of 8