lcy-seso's Stars
fancompute/wavetorch
🌊 Numerically solving and backpropagating through the wave equation
thegregyang/GP4A
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
pytorch/xla
Enabling PyTorch on XLA Devices (e.g. Google TPU)
bondhugula/mlir
"Multi-Level Intermediate Representation" Compiler Infrastructure
Tiramisu-Compiler/tiramisu
A polyhedral compiler for expressing fast and portable data parallel algorithms
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
bytedance/byteps
A high performance and generic framework for distributed DNN training
navdeep-G/samplemod
python/typed_ast
Modified fork of CPython's ast module that parses `# type:` comments
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
ctongfei/nexus
Experimental tensor-typed deep learning
esa/pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
nsfinkelstein/hierarchical-rnn
Tensorflow implementation of a Hierarchical and Multiscale RNN, described in https://arxiv.org/abs/1609.01704
mcanini/SysML-reading-list
Systems for ML/AI & ML/AI for Systems paper reading list: A curated reading list of computer science research for work at the intersection of machine learning and systems. PR are welcome.
horance-liu/tensorflow-internals
It is open source ebook about TensorFlow kernel and implementation mechanism.
conal/talk-2018-essence-of-ad
The simple essence of automatic differentiation
JuliaInterop/Cxx.jl
The Julia C++ Interface
sekwiatkowski/awesome-capsule-networks
A curated list of awesome resources related to capsule networks
HuaizhengZhang/AI-System-School
🚀 Awesome System for Machine Learning ⚡️ AI System Papers and Industry Practice. ⚡️ System for Machine Learning, LLM (Large Language Model), GenAI (Generative AI). 🍻 OSDI, NSDI, SIGCOMM, SoCC, MLSys, etc. 🗃️ Llama3, Mistral, etc. 🧑💻 Video Tutorials.
sql-machine-learning/sqlflow
Brings SQL and AI together.
sql-machine-learning/gohive
A Go driver for Hive
tensorflow/mlir
"Multi-Level Intermediate Representation" Compiler Infrastructure
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
llvm-hs/llvm-hs-kaleidoscope
Kaleidoscope Tutorial using llvm-hs
pervognsen/bitwise
Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.
lotabout/Let-s-build-a-compiler
A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw
Wilfred/babyc
A toy C compiler
nlsandler/write_a_c_compiler
Test suite to help you write your own C compiler
lift-project/lift
The Lift programming language and compiler
MikeInnes/diff-zoo
Differentiation for Hackers