67 skills found · Page 1 of 3
EmbeddedRPC / ErpcEmbedded RPC
diodesign / DiosixA lightweight, secure, multiprocessor bare-metal hypervisor written in Rust for RISC-V
lux-operating-system / KernelPortable asynchronous microkernel with multiprocessor priority scheduling and Unix-like abstractions
kozyraki / Phoenixan API and runtime environment for data processing with MapReduce for shared-memory multi-core & multiprocessor systems.
MaximeCheramy / SimsoSimulator of multiprocessor real-time scheduling
iiithf / Concurrent Data StructuresA Concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on a computer.
schuay / Advanced Multiprocessor ProgrammingVU Advanced Multiprocessor Programming, TU Wien, SS 2013
richardbraun / X15Real-time multiprocessor microkernel
xjtuiair-cag / SiYuanA RISC-V Symmetric Multiprocessor(SMP) based on TileLink and can run Linux OS
oboguev / Vax MpVAX MP - a multiprocessor VAX simulator
blucia0a / MultiCacheSimA Coherent Multiprocessor Cache Simulator Based on the SuperESCalar Cache Model
gh0stintheshe11 / CUDA Accelerated AES EncryptionUniversity of Toronto / ECE1782 Programming Massively Parallel Multiprocessors and Heterogeneous Systems / Project: an optimized CUDA Implementation of AES 128-bit Encryption, support any file types, benchmarked with OpenSSL
automaticdai / Dag Scheduling AnalysisExperiments and evaluation for the paper "DAG Scheduling and Analysis on Multiprocessor Systems: Exploitation of Parallelism and Dependency", RTSS 2020. (artifacts evaluation passed)
latentPrion / ZambesiiNon-unix, custom-API hybrid OS kernel written in C++ which can be thought of as an emulated microkernel. The native API is almost fully asynchronous and the kernel is aimed at high-scaling, high-throughput-requiring multiprocessor workloads, with working support for SMP and NUMA already implemented. Join the IRC channel, #zbz-dev on freenode!
KevinWang96 / Chip Multi Processor System Based On Cardinal Bidirectional Ring Network On ChipEE577b-Course-Project
laysakura / Lock Free Work Stealing Deque In CLock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."
brunocampos01 / Organizacao E Arquitetura De ComputadoresRepositório para as aulas, exercícios e resumos da matéria: organização e arquitetura de computadores (INE5607).
redhat-performance / Openshift PsapExample roles and yaml files for performance-sensitive applications running on OpenShift
sile / Taomp SbclA lisp(sbcl) implementation of the algorithms described in 『The Art of Multiprocessor Programming』
brandenburg / Np Schedulability AnalysisAn implementation of schedulability tests for non-preemptive job sets, for uni- and global multiprocessors, with precedence constraints.