junaire's Stars
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
Mozilla-Ocho/llamafile
Distribute and run LLMs with a single file.
karpathy/llama2.c
Inference Llama 2 in one file of pure C
ml-explore/mlx
MLX: An array framework for Apple silicon
folke/trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
klee/klee
KLEE Symbolic Execution Engine
STEllAR-GROUP/hpx
The C++ Standard Library for Parallelism and Concurrency
google/souper
A superoptimizer for LLVM IR
riscv-boom/riscv-boom
SonicBOOM: The Berkeley Out-of-Order Machine
BBuf/how-to-optim-algorithm-in-cuda
how to optimize some algorithm in cuda.
ksluckow/awesome-symbolic-execution
A curated list of awesome symbolic execution resources including essential research papers, lectures, videos, and tools.
intel/optimization-manual
Contains the source code examples described in the "Intel® 64 and IA-32 Architectures Optimization Reference Manual"
banach-space/clang-tutor
A collection of out-of-tree Clang plugins for teaching and learning
ARM-software/optimized-routines
Optimized implementations of various library functions for ARM architecture processors
tpoisonooo/how-to-optimize-gemm
row-major matmul optimization
bminor/musl
Unofficial mirror of etalabs musl repository. Updated daily.
flame/blislab
BLISlab: A Sandbox for Optimizing GEMM
cloudcores/CuAssembler
An unofficial cuda assembler, for all generations of SASS, hopefully :)
SeaOfNodes/Simple
A Simple showcase for the Sea-of-Nodes compiler IR
Yinghan-Li/YHs_Sample
Yinghan's Code Sample
grievejia/andersen
Andersen's inclusion-based pointer analysis re-implementation in LLVM
ling0322/libllm
Efficient inference of large language models.
fengwang/ceras
Ceras is yet another tiny deep learning engine, in pure c++ and header only.
njuhope/cuda_sgemm
AyakaGEMM/Hands-on-GEMM
minotaur-toolkit/minotaur
A description of Minotaur can be found in https://arxiv.org/abs/2306.00229.
InfiniTensor/RefactorGraph
分层解耦的深度学习推理引擎
dtcxzyw/cmmc
An unofficial reference implementation of the C Minus Minus Compiler
dtcxzyw/llvm-opt-benchmark
An LLVM IR dataset for data-driven compiler optimization research