GitHub topics: parallel-programming
Borislavv/traefik-http-cache-plugin
HTTP cache service developed as a Traefik plugin.
Language: Go - Size: 10.8 MB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

NoOrientationProgramming/SystemCore
A lightweight C++ framework for creating cooperative tasks
Language: C++ - Size: 575 KB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 10 - Forks: 2

MRLintern/1D_Wave-Equation-MPI
1D Wave Equation Discretized using Finite Differences and Solved via Parallelizing the Jacobi Method with MPI
Language: C - Size: 249 KB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 2 - Forks: 0

JuliaORNL/JACC.jl
CPU/GPU parallel performance portable layer in Julia via functions as arguments
Language: Julia - Size: 415 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 41 - Forks: 14

zelang-dev/c-coroutine
A simple C coroutine library, with multithreading and more, the Go and C++20 style way.
Language: C - Size: 14.1 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 98 - Forks: 4

beehive-lab/TornadoVM
TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
Language: Java - Size: 152 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1,251 - Forks: 119

PoliMI-HPC-E-notes-projects-AndreVale69/HPC-E-PoliMI-university-notes
This archive contains my notes while pursuing my master's degree in High Performance Computing Engineering at Politecnico di Milano.
Language: TeX - Size: 231 MB - Last synced at: about 19 hours ago - Pushed at: about 20 hours ago - Stars: 18 - Forks: 2

uxlfoundation/oneMath
oneAPI Math Library (oneMath)
Language: C++ - Size: 11.7 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 683 - Forks: 169

Misteri4452y/taskflow
Smart weekly planner with auto-scheduling and Google Calendar integration
Language: Python - Size: 31.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

elsayedamine/Philosophers
🍝 A concurrent solution to the classic Dining Philosophers problem using threads and mutexes in C. Includes a bonus version using processes and semaphores for advanced synchronization. Built as part of the 42 school curriculum to explore multithreading, inter-process communication, race conditions, and deadlock prevention.
Language: C - Size: 510 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

NVIDIA/cccl
CUDA Core Compute Libraries
Language: C++ - Size: 81.6 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1,667 - Forks: 220

Neko277/parallel-programming-dotnet
This repository contains all my practices and lessons about Parallel Programming in .NET
Size: 1000 Bytes - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

discopop-project/discopop
DiscoPoP - Discovery of Potential Parallelism
Language: Python - Size: 10.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 43 - Forks: 22

mikeroyal/LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally implemented for C/C++ , though, has a variety of front-ends, including Java, Python, etc.
Language: C++ - Size: 191 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 169 - Forks: 10

Yuzufi/word-freq-statistic
盲分词的高性能中文语料词频统计工具:1分钟内统计10亿字语料的2字词!
Language: Rust - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

juvalen/mb-checker
Python scripts, first traverses chrome Bookmark file and second removes stale entries. Includes Jenkinsfile to generate docker images.
Language: HTML - Size: 1.08 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 11 - Forks: 0

trixi-gpu/TrixiCUDA.jl
CUDA acceleration for Trixi.jl
Language: Julia - Size: 4.65 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 52 - Forks: 7

LuongHuuPhuc/Project_2024-2
Parallel programming for Merge sort algorithm using OpenMP and CUDA
Language: Cuda - Size: 3.7 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

Chaoses-Ib/ConcurrentComputing
Language: Markdown - Size: 792 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 11 - Forks: 0

taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
Language: C++ - Size: 138 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 10,911 - Forks: 1,275

charmplusplus/charm4py
Parallel Programming with Python and Charm++
Language: Python - Size: 1.9 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 294 - Forks: 23

melodium-tech/melodium
Mélodium is a stream-oriented language, focusing on events and treatments, enabling strong scalability and parallelization safely.
Language: Rust - Size: 3.85 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

PoliMI-HPC-E-notes-projects-AndreVale69/AMSC-parallel-FFT Fork of AMSC-24-25/20-fft-20-fft
University project of the Advanced Methods for Scientific Computing course. Implementation of the Cooley-Tukey algorithm (parallel and sequential) for computing the Fast Fourier Transform (FFT) and its inverse.
Language: C++ - Size: 132 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

pushpsood/ParallelConcurrentDistributedProgrammingConcepts
Resources and projects to get started with parallel, concurrent, and distributed programming.
Language: Java - Size: 148 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

Het15Shah/High-Performance-Computing
High Performance Computing Project
Language: C - Size: 3.14 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

Jivl00/KIV_PPR
Semestrální práce z předmětu Paralelení programování
Language: C++ - Size: 868 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

exaloop/codon
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
Language: Python - Size: 6.5 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 15,706 - Forks: 538

chenxuhao/SpeedCodeBench
Benchmark Suite for SpeedCode (Software Performance Engineering Education via Coding Of Didactic Exercises)
Language: C - Size: 7.66 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

zwang4/awesome-machine-learning-in-compilers
Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation
Size: 367 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1,550 - Forks: 165

engineering87/stmsharp
STMSharp is a .NET library for lock-free synchronization using Software Transactional Memory (STM), enabling atomic transactions and efficient multi-threading
Language: C# - Size: 51.8 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 0

ashvardanian/cuda-python-starter-kit
Parallel Computing starter project to build GPU & CPU kernels in CUDA & C++ and call them from Python without a single line of CMake using PyBind11
Language: Cuda - Size: 238 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 26 - Forks: 3

BerkeleyLab/caffeine
A parallel runtime library for Fortran compilers
Language: C - Size: 2.16 MB - Last synced at: 7 days ago - Pushed at: 10 days ago - Stars: 47 - Forks: 10

learning-process/parallel_programming_course
Parallel Programming Course
Language: C++ - Size: 1.1 MB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 7 - Forks: 74

auralius/parallel-value-iteration
Finding a shortest path on a binary occupancy map
Language: Python - Size: 634 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

jofpin/turbit
Build applications, scripts, and automations powered by high-performance multicore computing using Node.js
Language: JavaScript - Size: 179 KB - Last synced at: 10 days ago - Pushed at: 10 months ago - Stars: 2,837 - Forks: 498

NoOrientationProgramming/NopTutorials
Learn how to use the Processing() class
Language: C++ - Size: 2.15 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 5 - Forks: 0

nkallima/Synch-Framework
An open-source framework for concurrent data-structures and benchmarks. 🛠️ Latest Dev Branch: v3.4.0-dev 🚀 https://github.com/nkallima/Synch-Framework/tree/v3.4.0-dev
Language: C - Size: 8.13 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 68 - Forks: 11

coderonion/cuda-beginner-course-cpp-version
bilibili视频【CUDA 12.x 并行编程入门(C++版)】配套代码
Language: Cuda - Size: 20.5 KB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 29 - Forks: 5

ioNclash/RayTracer
☀️Multithreaded RayTracer in cpp☀️
Language: C++ - Size: 163 KB - Last synced at: 12 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

uxlfoundation/oneAPI-spec
oneAPI Specification source files
Language: Python - Size: 25.3 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 201 - Forks: 114

NoOrientationProgramming/LibNaegCommon
Library based on the SystemCore of NoOrientationProgramming
Language: C++ - Size: 893 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 1

EricLu1218/Parallel_Programming
2019 NTHU CS5422 (CS542200) Parallel Programming Course Projects (include Odd-Even Sort, Mandelbrot Set, All-Pairs Shortest Path, Blocked All-Pairs Shortest Path)
Language: C++ - Size: 3.42 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 11 - Forks: 3

lokk798/HPC-Quiz-Bank
A collection of multiple choice questions (MCQs) on High Performance Computing (HPC) and Lab solutions
Size: 15.6 KB - Last synced at: about 1 hour ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

AdroitAnandAI/Parallel-RNG-using-GPU
Parallel implementation of inherently sequential algorithms using mathematical hacks. Random Number Generators - Additive LFG and GFSR - implemented with NVIDIA CUDA using Continuous Subsequence Technique and Leap Frog Technique
Language: Cuda - Size: 3.27 MB - Last synced at: 13 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Saphereye/parsync
Parallel file synchronizer
Language: Rust - Size: 82 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

sednabcn/AQU-Portfolio
Coastal Modeller Water Waves Simulation Papers
Size: 143 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

luminousmen/grokking_concurrency
"Grokking Concurrency" book code examples
Language: Python - Size: 5.14 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 110 - Forks: 28

GMAP/SPBench
SPBench: A Framework for Benchmarking Stream Processing Applications
Language: C++ - Size: 3.65 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 11 - Forks: 3

tienhuynh-tn/coursera-Java-Multithreading-and-Parallel-Programming-Masterclass Fork of PacktPublishing/Java-Multithreading-and-Parallel-Programming-Masterclass
Java Multithreading and Parallel Programming Masterclass, published by Packt
Language: Java - Size: 1.36 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
Language: C++ - Size: 3.12 MB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 2,962 - Forks: 280

debashishc/kernelheim
KernelHeim – development ground of custom Triton and CUDA kernel functions designed to optimize and accelerate machine learning workloads on NVIDIA GPUs. Inspired by the mythical stronghold of the gods, KernelHeim is a forge where high-performance kernels are crafted to unlock the full potential of the hardware.
Language: Python - Size: 746 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

emomaxd/nyx
yet another physics engine.
Language: C++ - Size: 1.24 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

KeithLin724/j-svm
GPU-Accelerated Parallel SVM using JAX
Language: Python - Size: 302 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 1

taskflow/work-stealing-queue
A fast work-stealing queue template in C++
Language: C++ - Size: 1010 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 306 - Forks: 39

gnypit/pyqkd
Repository with codes for simulating and optimising quantum key distribution protocols.
Language: Python - Size: 2.89 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 9 - Forks: 1

Bears-R-Us/arkouda-njit
Home of Arachne and other Arkouda functionality provided by researchers at NJIT
Language: Chapel - Size: 250 MB - Last synced at: 6 days ago - Pushed at: 22 days ago - Stars: 23 - Forks: 13

Redy1908/cuda-numerical-integration-benchmark
Numerical integration (trapezoidal rule) with CUDA: performance benchmark.
Language: Cuda - Size: 14.6 KB - Last synced at: 5 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

krABMaga/krABMaga
krABMaga: A modern developing art for reliable and efficient Agent-based Model (ABM) simulation with the Rust language
Language: Rust - Size: 63.6 MB - Last synced at: 14 days ago - Pushed at: 11 months ago - Stars: 188 - Forks: 12

polluxio/pollux-payload
Pollux payload core files and examples
Language: C++ - Size: 19.1 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 3 - Forks: 0

ayushraina2028/DS295-Parallel-Programming-2025
This repository contains my latex notes for Parallel Programming and all my implementations using CUDA C/C++, Open MP and MPI
Language: Jupyter Notebook - Size: 44.2 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

jcestefania/Parallel-SwarmOptimization-Project
Parallel-SwarmOptimization-Project is a Python-based research project focused on implementing and benchmarking different versions of the Particle Swarm Optimization (PSO) algorithm. The goal is to explore and compare several parallelization strategies by isolating each approach in a dedicated Git branch.
Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

kamping-site/kamping
KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
Language: C++ - Size: 30.2 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 50 - Forks: 2

UmbrellaLeaf5/alg_parallel 📦
My repository with home and seminars exercises on algorithms parallelization in C++ at MIPT AES DAFE
Language: C++ - Size: 143 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 4 - Forks: 0

jcfgonc/unolibrary
Multi-Purpose support library developed during my PhD. It's always Work-In-Progress.
Language: Java - Size: 345 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

NoOrientationProgramming/NopExamples
C++ class for signal processing, async network programming, concurrency, parallel computing and multithreading
Language: C++ - Size: 188 KB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

gjbex/Defensive_programming_and_debugging
This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.
Language: Fortran - Size: 9.07 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 6

Viraj-Mavani/DistributedWebScraper
A Python-based distributed web scraper for GitHub Trending pages, leveraging MPI (via mpi4py) for parallelism and CloudScraper for handling Cloudflare/UAM challenges.
Language: Python - Size: 51.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

fio-fsharp/fio
🪻A type-safe and highly concurrent library for F# based on pure functional programming
Language: F# - Size: 3.73 MB - Last synced at: 14 days ago - Pushed at: 23 days ago - Stars: 47 - Forks: 0

MHuzaifa191/Kth-Shortest-Path
Finding the Kth Shortest Path and its length on an unweighted dataset using parallel computing techniques
Language: C - Size: 1.56 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

YichengDWu/MoYe.jl
Programming Gemm Kernels on NVIDIA GPUs with Tensor Cores in Julia
Language: Julia - Size: 7.24 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 41 - Forks: 0

prayerxy/parallel_programs
nankai parallel programs lab
Language: C++ - Size: 132 MB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

PenRed/PenRed
Parallel Engine for Radiation Energy Deposition
Language: C++ - Size: 135 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 24 - Forks: 8

LLNL/hiop
HPC solver for nonlinear optimization problems
Language: C++ - Size: 40 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 218 - Forks: 44

fastflow/fastflow
FastFlow pattern-based parallel programming framework (formerly on sourceforge)
Language: C++ - Size: 136 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 292 - Forks: 70

nncarlson/index-map
A Fortran module providing a foundation for distributed arrays in MPI-based SPMD programs
Language: Fortran - Size: 479 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

colonyos/pycolonies
Colonies SDK in Python
Language: Python - Size: 33.9 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 2

kramachandrashenoy/HPC-Event-1
Hybrid Parallel Programming: OpenMP+MPI for a Complex Application - Fluid Dynamic Solver
Language: C++ - Size: 1.61 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

tonyyxliu/CUHKSZ-CSC4005
Project Materials for CUHK(SZ) Course CSC4005: Parallel Programming
Language: C++ - Size: 141 MB - Last synced at: 14 days ago - Pushed at: 6 months ago - Stars: 76 - Forks: 30

valebes/ppl
Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.
Language: Rust - Size: 126 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 76 - Forks: 3

GMAP/NPB-Rust
NPB-Rust: NAS Parallel Benchmarks in Rust
Language: Rust - Size: 113 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 20 - Forks: 2

alexrmelnick/Molecular-Dynamics-Simulation
EC527 High Performance Programming with Multicore and GPUs Final Project: Molecular Dynamics Simulator with Cell Lists and Range-Limited Forces
Language: Jupyter Notebook - Size: 959 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

lionpsiuc/cflow
A computational model for heat propagation in a cylindrical radiator using both CPU and GPU parallel processing. The simulation uses finite difference methods to model the directional flow of heat through a cylindrical pipe system with specific boundary conditions and cyclic connections between pipe segments.
Language: C - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

lokk798/cuda-prgoramming-basics
This repository contains CUDA-based implementations of several parallel computing algorithms and operations, focusing on high-performance GPU computations using NVIDIA's CUDA framework.
Language: Cuda - Size: 10.7 KB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

iumangg/parallel-programming
Parallel programming concepts, problem-solution & projects
Language: Java - Size: 2.33 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

LLNL/apollo
Apollo: Online Machine Learning for Performance Portability
Language: C++ - Size: 1.45 MB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 23 - Forks: 9

xianghuzhao/paradag
A robust DAG implementation for parallel execution
Language: Python - Size: 50.8 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 69 - Forks: 9

spacedust26/MIT-CSE-Labs-2023-26
This contains my codes for PSUC, DSD, OOP, DS, DBS, ES, AL, CN, OS, SE, WP, PCAP,CD Labs.
Language: C - Size: 265 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

yashkathe/Image-Noise-Reduction-with-CUDA
This project conducts an analysis of image denoising technique - median blur, comparing GPU-accelerated (Numba) and CPU-based (OpenCV) processing speeds.
Language: Jupyter Notebook - Size: 25.4 MB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

aabs/ActorSrcGen
ActorSrcGen is a C# Source Generator allowing the conversion of simple C# classes into dataflow compatible pipelines supporting the actor model.
Language: C# - Size: 189 KB - Last synced at: 23 days ago - Pushed at: 9 months ago - Stars: 7 - Forks: 0

mikeroyal/Parallel-Computing-Guide
Parallel Computing Guide
Size: 287 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 54 - Forks: 12

ParRes/Kernels
This is a set of simple programs that can be used to explore the features of a parallel platform.
Language: C - Size: 23.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 427 - Forks: 109

taskflow/awesome-parallel-computing
A curated list of awesome parallel computing resources
Size: 3.41 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 722 - Forks: 68

aryagxr/cuda
100 Days of CUDA!!!
Language: Cuda - Size: 120 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

Ocramnaig94/parallel-all-pairs-shortest-path
A cost-optimal parallel algorithm based on Floyd-Warshall Algorithm in order to resolve the APSP problem
Language: C - Size: 1.79 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

lionpsiuc/pFDPoissonSolver
My solutions to the first assignment for High-Performance Computing Software II during my M.Sc. in High-Performance Computing at Trinity College Dublin.
Language: C - Size: 108 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

bakshishantanu/hybrid-image-processing-c
High-performance image processing using C with OpenMP and MPI
Language: C - Size: 438 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Rishi-kaul/VIT-NOTES
Size: 228 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Grademark/task-farmer
A simple multi-core task scheduler that works well with promises. Great for doing parallel data processing.
Language: TypeScript - Size: 272 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 16 - Forks: 0

YakshHaranwala/PTRAIL
PTRAIL is a state-of-the art parallel computation library for Mobility Data Preprocessing and feature extraction.
Language: Python - Size: 143 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 25 - Forks: 7

Koushikphy/Intro-to-CUDA-Fortran
A Complete beginner's introduction to programming with CUDA Fortran
Size: 200 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 26 - Forks: 1
