Apiquet / DeepLearningFrameworkFromScratchCppLinks
Deep Learning framework implementation with MSE, ReLU, softmax, linear layer, a feature/label generator and a mini-batch training. The main goal of this repository is to show how to develop a project in C++ by using key concepts of C++: abstract class/interface and inheritance, memory management, smart-pointers, iterator, const expression, etc.
☆21Updated last year
Alternatives and similar repositories for DeepLearningFrameworkFromScratchCpp
Users that are interested in DeepLearningFrameworkFromScratchCpp are comparing it to the libraries listed below
Sorting:
- 基于Eigen运算库的深度学习框架(支持CUDA加速)☆17Updated 3 years ago
- ☆20Updated 3 years ago
- CUDA 6大并行计算模式 代码与笔记☆61Updated 4 years ago
- ☆16Updated last year
- 大规模并行处理器编程实战 第二版答案☆33Updated 3 years ago
- Awesome code, projects, books, etc. related to CUDA☆18Updated 3 weeks ago
- ☆279Updated 4 years ago
- Examples and exercises from the book Programming Massively Parallel Processors - A Hands-on Approach. David B. Kirk and Wen-mei W. Hwu (T…☆70Updated 4 years ago
- CUDA 8-bit Tensor Core Matrix Multiplication based on m16n16k16 WMMA API☆31Updated last year
- ☆37Updated 8 months ago
- Tutorials for writing high-performance GPU operators in AI frameworks.☆129Updated last year
- 使用 CUDA C++ 实现的 llama 模型推理框架☆58Updated 8 months ago
- ☆97Updated 3 years ago
- b站上的课程☆75Updated last year
- ☆137Updated last year
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆83Updated last month
- A simple deep learning framework that supports automatic differentiation and GPU acceleration.☆58Updated 2 years ago
- Implement Flash Attention using Cute.☆87Updated 6 months ago
- Several optimization methods of half-precision general matrix vector multiplication (HGEMV) using CUDA core.☆63Updated 10 months ago
- study of cutlass☆21Updated 7 months ago
- 使用 cutlass 实现 flash-attention 精简版,具有教学意义☆42Updated 10 months ago
- ☆113Updated last year
- Step-by-step optimization of CUDA SGEMM☆348Updated 3 years ago
- A light llama-like llm inference framework based on the triton kernel.☆133Updated this week
- Machine Learning Compiler Road Map☆43Updated last year
- CUDA Matrix Multiplication Optimization☆197Updated 11 months ago
- Implement Neural Networks in Cuda from Scratch☆23Updated last year
- Solutions of LeetGPU☆28Updated this week
- Flash Attention in raw Cuda C beating PyTorch☆23Updated last year
- Examples of CUDA implementations by Cutlass CuTe☆200Updated last week