Essays about: "Parallel APIs"

Showing result 1 - 5 of 11 essays containing the words Parallel APIs.

  1. 1. Lifecycle management and smart manufacturing: Modelling and implementation to utilize the digital twin

    University essay from KTH/Industriell produktion

    Author : Chengxue Huang; Hampus Wranér; [2018]
    Keywords : PLCS; Smart manufacturing; Digital Twin; Standards; PLCS; Smart tillverkning; Digital tvilling; Standarder;

    Abstract : Smart manufacturing – smart factories creating smart products – is a topic which has arisen in the academic as well as business community. This thesis covers smart manufacturing in the context of lifecycle management. READ MORE

  2. 2. Data Race Detection for Parallel Programs Using a Virtual Platform

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

    Author : Daniel Haverås; [2018]
    Keywords : Concurrency; multiprocessing; data race detection; virtual platforms; dynamic analysis; Samtidighet i programvara; multiprocessing; detektion av datakapplöpning; virtuella platformar; dynamisk analys;

    Abstract : Data races are highly destructive bugs found in concurrent programs. Because of unordered thread interleavings, data races can randomly appear and disappear during the debugging process which makes them difficult to find and reproduce. READ MORE

  3. 3. Direct3D 11 vs 12 : A Performance Comparison Using Basic Geometry

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

    Author : Mikael Olofsson; [2016]
    Keywords : DirectX; Direct3D; rendering; performance; geometry;

    Abstract : Context. Computer rendered imagery such as computer games is a field with steady development. To render games an application programming interface (API) is used to communicate with a graphical processing unit (GPU). READ MORE

  4. 4. Evaluation of Multi-Threading in Vulkan

    University essay from Linköpings universitet/Informationskodning

    Author : Axel Blackert; [2016]
    Keywords : ;

    Abstract : Today processor development has a lot of focus on parallel performance by providing multiple cores that programs can use. The problem with the current version of OpenGL is that it lacks support for utilizing multiple CPU threads for calling rendering commands. READ MORE

  5. 5. Performance of frameworks for declarative data fetching : An evaluation of Falcor and Relay+GraphQL

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

    Author : Mattias Cederlund; [2016]
    Keywords : Web services; Declarative data fetching; Frameworks; Representational state transfer; Falcor; Relay; GraphQL; Webbtjänster; Deklarativ datahämtning; Ramverk; Representational state transfer; Falcor; Relay; GraphQL;

    Abstract : With the rise of mobile devices claiming a greater and greater portion of internet traffic, optimizing performance of data fetching becomes more important. A common technique of communicating between subsystems of online applications is through web services using the REpresentational State Transfer (REST) architectural style. READ MORE