keith2018 / TinyTorchLinks
A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.
☆63Updated last month
Alternatives and similar repositories for TinyTorch
Users that are interested in TinyTorch are comparing it to the libraries listed below
Sorting:
- 分层解耦的深度学习推理引擎☆75Updated 7 months ago
- Tiny C++ LLM inference implementation from scratch☆66Updated last month
- Implement custom operators in PyTorch with cuda/c++☆71Updated 2 years ago
- Tutorials for writing high-performance GPU operators in AI frameworks.☆132Updated 2 years ago
- 大规模并行处理器编程实战 第二版答案☆33Updated 3 years ago
- A tutorial for CUDA&PyTorch☆155Updated 8 months ago
- 使用 CUDA C++ 实现的 llama 模型推理框架☆62Updated 11 months ago
- A light llama-like llm inference framework based on the triton kernel.☆157Updated 2 weeks ago
- Code release for book "Efficient Training in PyTorch"☆102Updated 6 months ago
- Triton Documentation in Chinese Simplified / Triton 中文文档☆85Updated 5 months ago
- 🤖FFPA: Extend FlashAttention-2 with Split-D, ~O(1) SRAM complexity for large headdim, 1.8x~3x↑🎉 vs SDPA EA.☆220Updated 2 months ago
- llama 2 Inference☆42Updated last year
- Simple and efficient memory pool is implemented with C++11.☆10Updated 3 years ago
- b站上的课程☆75Updated 2 years ago
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆119Updated 5 months ago
- Gensis is a lightweight deep learning framework written from scratch in Python, with Triton as its backend for high-performance computing…☆36Updated 2 weeks ago
- Personal Notes for Learning HPC & Parallel Computation [Active Adding New Content]☆73Updated 3 years ago
- x86-64 SIMD矢量优化系列教程☆140Updated 2 months ago
- ☆139Updated last year
- 注释的nano_vllm仓库,并且完成了MiniCPM4的适配以及注册新模型的功能☆77Updated last month
- ☆70Updated 2 years ago
- Codes & examples for "CUDA - From Correctness to Performance"☆114Updated 11 months ago
- SGEMM optimization with cuda step by step☆20Updated last year
- ☆21Updated 4 years ago
- ☆283Updated 4 years ago
- CPU Memory Compiler and Parallel programing☆26Updated 10 months ago
- CUDA 6大并行计算模式 代码与笔记☆61Updated 5 years ago
- Implementation of FlashAttention in PyTorch☆171Updated 8 months ago
- 用C++实现一个简单的Transformer模型。 Attention Is All You Need。☆50Updated 4 years ago
- Decoding Attention is specially optimized for MHA, MQA, GQA and MLA using CUDA core for the decoding stage of LLM inference.☆44Updated 3 months ago