multicore-processors
There are 11 repositories under multicore-processors topic.
avvie/ECS-Phyllotaxis
Learning ECS - 100k Cubes in Phyllotaxis pattern
WinCisky/MyTinyTinyProject
A small project based on Unity's Project Tiny preview package v0.20.0 (based on DOTS with pure ECS)
zli87/Architecture-of-Parallel-Computers
Simulator for Coherence protocol, parallel programming acceleration with OpenMP, MPI, Hybrid
adamozh/cache-coherence-simulator
A cache coherence simulator for MESI, MOESI and Dragon Protocols.
jkeys-ecg-nmsu/cache-simulator-with-coherency
simulation of a multi-core (with an arbitrary number of cores) cache, including set associativity, with simple MSI cache coherency.
mcai/heo
Heo is a cycle-accurate multicore architectural simulator written in Go.
kimbethstonehouse/multicore-support
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.
aayushgoyal443/Multicore-MIPS-ISA-Simulator
A Multi-core MIPS ISA, with MRM and DRAM, Simulator. Prints what is happening in every clock cycle and the final content of registers and DRAM.
hpca-uji/ConvLIB
ConvLIB is a library of convolution kernels for multicore processors with ARM (NEON) or RISC-V architecture
JoeTardan/Dedekind-Numbers
Dedekind numbers and today fastest computers.