Essays about: "multi-core"

Showing result 21 - 25 of 134 essays containing the word multi-core.

  1. 21. Predicting Thread and Page Mappings for NUMA systems

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Anastasiia Vogel; [2020]
    Keywords : ;

    Abstract : odern multi-core systems have Non-Uniform Memory Accesses effects here the access time of a thread to its data (page) depends onUMA node memory connection. Applications can be executed across a arge range of diverse mapping combinations, such as Contiguousnd Scatter thread policies and First-touch, Locality and Balance age policies. READ MORE

  2. 22. Optimizing a software build system through multi-core processing

    University essay from Linköpings universitet/Programvara och system

    Author : Robin Dahlberg; [2019]
    Keywords : Multi-core processing; Continuous integration; Build system; Task scheduling; List scheduling;

    Abstract : In modern software development, continuous integration has become a integral part of agile development methods, advocating that developers should integrate their code frequently. Configura currently has one dedicated machine, performing tasks such as building the software and running system tests each time a developer submits new code to the main repository. READ MORE

  3. 23. Optimizing Inter-core Data-propagation Delays in Multi-core Embedded Systems

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Hasan Grosic; Emir Hasanovic; [2019]
    Keywords : multi-core; embedded systems; phased execution; bus; offline scheduling; constraint programming;

    Abstract : The demand for computing power and performance in real-time embedded systems is continuously increasing since new customer requirements and more advanced features are appearing every day. To support these functionalities and handle them in a more efficient way, multi-core computing platforms are introduced. READ MORE

  4. 24. Load Balancing of Parallel Tasks using Memory Bandwidth Restrictions

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Tommy Ernsund; Linus Sens Ingels; [2019]
    Keywords : parallel; load balancing; memory; bandwidth; bandwidth restrictions;

    Abstract : Shared resource contention is a significant problem in multi-core systems and can have a negative impact on the system. Memory contention occurs when the different cores in a processor access the same memory resource, resulting in a conflict. READ MORE

  5. 25. Extending Timing Analysis for Non­ Preemptive Task Sets on Multicore Under the AER Model

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

    Author : Jacob Kimblad; [2019]
    Keywords : ;

    Abstract : Real-time multi-core systems with shared memory are harder to analyze due to varying execution times caused by congestion in accessing the shared memory. A promising way to make these systems more deterministic is the Acquisition-Execution-Restitution (AER)-model which takes a memory-centric approach to scheduling which enables the multicore problem to be seen as a single core scheduling problem. READ MORE