keith2018 / TinyTorchLinks
A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.
☆59Updated last week
Alternatives and similar repositories for TinyTorch
Users that are interested in TinyTorch are comparing it to the libraries listed below
Sorting:
- Tiny C++ LLM inference implementation from scratch☆62Updated last week
- Tutorials for writing high-performance GPU operators in AI frameworks.☆130Updated 2 years ago
- 分层解耦的深度学习推理引擎☆75Updated 6 months ago
- Triton Documentation in Chinese Simplified / Triton 中文文档☆80Updated 4 months ago
- Implement custom operators in PyTorch with cuda/c++☆69Updated 2 years ago
- 🤖FFPA: Extend FlashAttention-2 with Split-D, ~O(1) SRAM complexity for large headdim, 1.8x~3x↑🎉 vs SDPA EA.☆211Updated 3 weeks ago
- ☆282Updated 4 years ago
- 使用 CUDA C++ 实现的 llama 模型推理框架☆60Updated 9 months ago
- Codes & examples for "CUDA - From Correctness to Performance"☆104Updated 10 months ago
- Code release for book "Efficient Training in PyTorch"☆91Updated 4 months ago
- 大规模并行处理器编程实战 第二版答案☆33Updated 3 years ago
- A light llama-like llm inference framework based on the triton kernel.☆147Updated 3 weeks ago
- A tutorial for CUDA&PyTorch☆154Updated 7 months ago
- 用C++实现一个简单的Transformer模型。 Attention Is All You Need。☆48Updated 4 years ago
- b站上的课程☆75Updated 2 years ago
- ☆70Updated 2 years ago
- ☆21Updated 4 years ago
- ☆138Updated last year
- A PyTorch-like deep learning framework. Just for fun.☆156Updated last year
- 注释的nano_vllm仓库,并且完成了MiniCPM4的适配以及注册新模型的功能☆39Updated 2 weeks ago
- tutorial for writing custom pytorch cpp+cuda kernel, applied on volume rendering (NeRF)☆28Updated last year
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆107Updated 3 months ago
- 《CUDA编程基础与实践》一书的代码☆133Updated 3 years ago
- x86-64 SIMD矢量优化系列教程☆131Updated 2 weeks ago
- llama 2 Inference☆41Updated last year
- CPU Memory Compiler and Parallel programing☆26Updated 9 months ago
- Personal Notes for Learning HPC & Parallel Computation [Active Adding New Content]☆70Updated 3 years ago
- A simple deep learning framework that supports automatic differentiation and GPU acceleration.☆59Updated 2 years ago
- CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆354Updated 2 years ago
- Implement Flash Attention using Cute.☆95Updated 8 months ago