sathvikswaminathan's Stars
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
garrettj403/SciencePlots
Matplotlib styles for scientific plotting
MattPD/cpplinks
A categorized list of C++ resources.
dendibakh/perf-ninja
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
martinezjavier/ldd3
Linux Device Drivers 3 examples updated to work in recent kernels
jbmouret/matplotlib_for_papers
Handout for the tutorial "Creating publication-quality figures with matplotlib"
shaily99/advice
A repository of links with advice related to grad school applications, research, phd etc
killiansheriff/LovelyPlots
Matplotlib style sheets to nicely format figures for scientific papers, thesis and presentations while keeping them fully editable in Adobe Illustrator.
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
ChampSim/ChampSim
ChampSim is an open-source trace based simulator maintained at Texas A&M University and through the support of the computer architecture community.
riscv/sail-riscv
Sail RISC-V model
ssvb/tinymembench
Simple benchmark for memory throughput and latency
jitinnair1/gradfolio
responsive, dark-mode ready Jekyll theme designed for use as a personal website and portfolio
ParAlg/gbbs
GBBS: Graph Based Benchmark Suite
akhin/microarchitecture-cheatsheet
X86 CPU topics overview for developers , oriented towards performance
Kyle-Kyle/top4grep
find relevant security papers published in the top-4 conferences (S&P, USENIX, CCS, NDSS)
IAIK/flush_flush
This repository contains examples of Flush+Flush cache attacks
FPSG-UIUC/lotr
Source code of the paper "Lord of the Ring(s): Side Channel Attacks on the CPU On-Chip Ring Interconnect Are Practical"
fwsGonzo/bigassm
Assemble 128-bit RISC-V
cserl-iitb/bootcamp2022
The repo for all content related to Bootcamp 2022.
rsnikhil/RISCV_ISA_Spec_Tour
Tutorial tour of the RISC-V ISA Spec (expressed in SAIL ISA spec language)
conference-websites/acmart-sigproc-template
New template for ACM Conferences (acmart / sigconf)
CMU-SAFARI/BlockHammer
Source code for the cycle-level simulator and RTL implementation of BlockHammer proposed in our HPCA 2021 paper: Yaglikci et. al., "BlockHammer: Preventing RowHammer at Low Cost by Blacklisting Rapidly-Accessed DRAM Rows" at https://people.inf.ethz.ch/omutlu/pub/BlockHammer_preventing-DRAM-rowhammer-at-low-cost_hpca21.pdf
0xADE1A1DE/CacheFX
ricpacca/deaddrop
Chat client on an LLC covert channel
Anish-Saxena/aqua_rowhammer_mitigation
AQUA (IEEE MICRO 2022) Artifact
rshnn/covert
Implementation of L3 cache (LLC) covert text channel exploit
SamKG/Flush-Reload-Sidechannel
A demonstration of a sidechannel vulnerability that exploits cache timings using Flush Reload to communicate information over a covert channel
stormeuh/llvm-project
Fork of LLVM adding CHERI support
stormeuh/sail-cheri-riscv
CHERI-RISC-V model written in Sail