Here are
29 public repositories
matching this topic...
A General-purpose Parallel and Heterogeneous Task Programming System
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)
Updated
Aug 23, 2021
Cuda
AUT Multicore Programming Course Materials
Implementing the Game of Life by Conway. Trying to learn ECS and data driven thinking
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.
Updated
Oct 19, 2021
CMake
shift register application from recent repository here. wa1tnr local work. 7 segment LED 74HC595
rp2040 sandbox for Shattuck's ARM-Forth (2021) - local work by wa1tnr
openMPI multicore implementation of John The Ripper
Parallel Programming Lab Resources.
SWARM: Software and Algorithms for Running on Multicore
Updated
Dec 28, 2020
Shell
UWP application for multiple parallel job scheduling that enables multicore image processing.
Updated
Mar 19, 2021
Perl
04/2016: Implementation of a high performance parallel Fish and Shark application targeting a multi-core architecture (AMD Opteron 2.3GHz processor with 12 cores and 12 contexts)
Solutions to Exercises and Problems in the book
RP2040 Arduino - one hundredth repository ;) instantiated 18 April 2021.
Hardware performance evaluation for the "Association Rule Mining"application - PSU CSE 532 Course Project
Implementation of n process priority queue in Java using CompareAndSet
Updated
Nov 20, 2020
Java
Study & Performance Analysis on MPI and OpenMp program, solving Poisson Equation with Jacobi Method
3rd Year: 1st - 90. Vectorized and multicore n-body simulators written and extensively optimised in C++ for scalability to millions of particles/planets (using Euler method and Runge-Kutta 2).
⚡ A simple word counter algorithm implementing parallel processing
Updated
May 29, 2019
Java
DRAM Request Manager for Multicore Processors
Improve this page
Add a description, image, and links to the
multicore-programming
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
multicore-programming
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I totally forgot we have machinery for this in the "muti program" tests. We can likely reuse this on the "external ctrl-c" tests as well!