A General-purpose Parallel and Heterogeneous Task Programming System
-
Updated
Jan 11, 2023 - C++
A General-purpose Parallel and Heterogeneous Task Programming System
structured concurrent, Python parallelism
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
The Darkest Pipeline - Multithreaded pipelines for modern C++
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
Learning ECS - 100k Cubes in Phyllotaxis pattern
Multicore programming course materials (Spring 2021)
AUT Multicore Programming Course Materials
STM32H7 Multicore FIR is a finite impulse response filter implementation for a family of multicore processors from STM32 - family H7. The algorithm runs in parallel on both cores and this helps users to achieve high sampling frequencies or higher FIR filter order.
Solutions to Exercises and Problems in the book
Sample codes for parallel programming using OpenMP on CPU and CUDA on GPU
Implementing the Game of Life by Conway. Trying to learn ECS and data driven thinking
shift register application from recent repository here. wa1tnr local work. 7 segment LED 74HC595
Adds multicore processing support to a 64-bit x86 research operating system (InfOS). This involved designing the boot protocol to handle multiple cores, adapting the interrupt system to handle interprocessor interrupts, reworking the scheduler to distribute threads among multiple cores and writing locking primitives that prevent race conditions.
rp2040 sandbox for Shattuck's ARM-Forth (2021) - local work by wa1tnr
Parallel Programming Lab Resources.
SWARM: Software and Algorithms for Running on Multicore
UWP application for multiple parallel job scheduling that enables multicore image processing.
Study & Performance Analysis on MPI and OpenMp program, solving Poisson Equation with Jacobi Method
Add a description, image, and links to the multicore-programming topic page so that developers can more easily learn about it.
To associate your repository with the multicore-programming topic, visit your repo's landing page and select "manage topics."