sby's Stars
facebook/zstd
Zstandard - Fast real-time compression algorithm
oneapi-src/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
pytorch/executorch
On-device AI across mobile, embedded and edge for PyTorch
mstorsjo/llvm-mingw
An LLVM/Clang/LLD based mingw-w64 toolchain
merrymercy/awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
google/ml-compiler-opt
Infrastructure for Machine Learning Guided Optimization (MLGO) in LLVM.
sheredom/subprocess.h
🐜 single header process launching solution for C and C++
togethercomputer/RedPajama-Data
The RedPajama-Data repository contains code for preparing large datasets for training large language models.
vimpunk/mio
Cross-platform C++11 header-only library for memory mapped file IO
bytecodealliance/wasmtime
A fast and secure runtime for WebAssembly
google-deepmind/alphadev
sharkdp/hyperfine
A command-line benchmarking tool
jgraph/drawio-desktop
Official electron build of draw.io
linux-test-project/ltp
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
gperftools/gperftools
Main gperftools repository
google/pprof
pprof is a tool for visualization and analysis of profiling data
dwmkerr/hacker-laws
💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
microsoft/DirectML
DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, including all DirectX 12-capable GPUs from vendors such as AMD, Intel, NVIDIA, and Qualcomm.
onnx/onnx-mlir
Representation and Reference Lowering of ONNX Models in MLIR Compiler Infrastructure
llvm/torch-mlir
The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
MediaTek-NeuroPilot/tflite-neuron-delegate
MediaTek's TFLite delegate
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
theopolis/build-anywhere
Scripts for building compilers that run anywhere, which build things that run anywhere
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
jiazhihao/TASO
The Tensor Algebra SuperOptimizer for Deep Learning
spcl/pymlir
Python interface for MLIR - the Multi-Level Intermediate Representation
p-ranav/tabulate
Table Maker for Modern C++
gflags/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
jarro2783/cxxopts
Lightweight C++ command line option parser