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 5 of 5 for “"Fine-grained synchronization"”.

  1. Compiler optimizations for parallel loops with fine-grained synchronization

    … techniques, need to be parallelized with fine-grained synchronization. This approach, so-called DOACROSS parallelization, requires new optimization strategies in order to preserve parallelism while minimizing the amount of inter-processor communication. In this thesis, I examine closely …

    uiuc Repository record for Compiler optimizations for parallel loops with fine-grained synchronization (opens in a new tab)

  2. Efficient coherence and consistency for specialized memory hierarchies

    … like graph analytics workloads, with fine-grained synchronization, relaxed atomics, and more general sharing patterns. Heterogeneous systems are also difficult to program, which makes it harder for programmers to take advantage of the potential benefits of specialization. This thesis …

    uiuc Repository record for Efficient coherence and consistency for specialized memory hierarchies (opens in a new tab)

  3. Design and evaluation of the Hamal parallel computer

    … of thread creation, thread management and synchronization must be extremely low. This thesis presents the complete system design for Hamal, a shared-memory architecture which addresses these concerns and is directly scalable to one million nodes. Virtual memory and distributed objects are …

    mit Repository record for Design and evaluation of the Hamal parallel computer (opens in a new tab)

  4. Understanding LLM Communictaion

    … the NCCL Trace Profiler, a novel methodology for fine-grained analysis of network communication during distributed Large Language Model (LLM) training. The core contribution is a sequence alignment approach that correlates NVIDIA Collective Communications Library (NCCL) debug logs with NVIDIA …

    heid-thes Repository record for Understanding LLM Communictaion (opens in a new tab)

  5. The Design, Implementation, and Refinement of Wait-Free Algorithms and Containers

    … In addition to the safety concerns, the fine-grained synchronization used in implementing these algorithms promises to provide scalable performance in massively parallel systems. My research has resulted in the development of wait-free versions of the stack, hash map, ring buffer, vector, …

    ucf