MicroNateId's Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
Chia-Network/chia-blockchain
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
NVIDIA/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
asmjit/asmjit
Low-latency machine code generation
Rust-GPU/Rust-CUDA
Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.
weak1337/Alcatraz
x64 binary obfuscator
gpgpu-sim/gpgpu-sim_distribution
GPGPU-Sim provides a detailed simulation model of contemporary NVIDIA GPUs running CUDA and/or OpenCL workloads. It includes support for features such as TensorCores and CUDA Dynamic Parallelism as well as a performance visualization tool, AerialVisoin, and an integrated energy model, GPUWattch.
memtest86plus/memtest86plus
Official repo for Memtest86+
torvalds/test-tlb
Stupid memory latency and TLB tester
CMU-SAFARI/ramulator
A Fast and Extensible DRAM Simulator, with built-in support for modeling many different DRAM technologies including DDRx, LPDDRx, GDDRx, WIOx, HBMx, and various academic proposals. Described in the IEEE CAL 2015 paper by Kim et al. at http://users.ece.cmu.edu/~omutlu/pub/ramulator_dram_simulator-ieee-cal15.pdf
pciutils/pciutils
The PCI Utilities
martomi/chiadog
A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
Chia-Network/chia-blockchain-gui
Chia blockchain GUI in electron/react
comsec-group/blacksmith
Next-gen Rowhammer fuzzer that uses non-uniform, frequency-based patterns (IEEE S&P '22).
mchehab/rasdaemon
Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem with handles detection of ECC errors from memory controllers for most chipsets on i386 and x86_64 architectures. EDAC drivers for other architectures like arm also exists.
CMU-SAFARI/ramulator-pim
A fast and flexible simulation infrastructure for exploring general-purpose processing-in-memory (PIM) architectures. Ramulator-PIM combines a widely-used simulator for out-of-order and in-order processors (ZSim) with Ramulator, a DRAM simulator with memory models for DDRx, LPDDRx, GDDRx, WIOx, HBMx, and HMCx. Ramulator is described in the IEEE CAL 2015 paper by Kim et al. at https://people.inf.ethz.ch/omutlu/pub/ramulator_dram_simulator-ieee-cal15.pdf Ramulator-PIM is used in the DAC 2019 paper by Singh et al. at https://people.inf.ethz.ch/omutlu/pub/NAPEL-near-memory-computing-performance-prediction-via-ML_dac19.pdf
vusec/hammertime
CMU-SAFARI/prim-benchmarks
PrIM (Processing-In-Memory benchmarks) is the first benchmark suite for a real-world processing-in-memory (PIM) architecture. PrIM is developed to evaluate, analyze, and characterize the first publicly-available real-world PIM architecture, the UPMEM PIM architecture. Described by Gómez-Luna et al. (https://arxiv.org/abs/2105.03814).
ihaque/memtestCL
OpenCL memory tester for GPUs
bretterer/home-assistant-rivian
Rivian (Unofficial) Integration for Home Assistant
google/hammer-kit
antmicro/rowhammer-tester
CMU-SAFARI/GPGPUSim-Ramulator
The source code for GPGPUSim+Ramulator simulator. In this version, GPGPUSim uses Ramulator to simulate the DRAM. This simulator is used to produce some of the results in our SIGMETRICS 2019 paper: Ghose et al., "Demystifying Complex Workload-DRAM Interactions: An Experimental Study" at https://arxiv.org/pdf/1902.07609.pdf.
estebanrichey/PurdueInMinecraft
Purdue in Minecraft
vusec/smash
amd/esmi_ib_library
E-SMI: EPYC™ System management Interface In-band Library
CMU-SAFARI/MemSchedSim
This simulator models multi core systems, intended primarily for studies on main memory management techniques. It models a trace-based out-of-order core frontend and models memory scheduling policies such as FRFCFS, ATLAS, TCM, BLISS. Based on the ICCD 2014 paper by Subramanian et al. at http://users.ece.cmu.edu/~omutlu/pub/bliss-memory-scheduler_iccd14.pdf
MekAkUActOR/RowHammer
Reviews and notes on RowHammer papers
vvdveen/uncached-ram-lkm
Map uncached memory in userspace Linux kernel module