freelw / cpp-transformerLinks
A C++ implementation of Transformer without special library dependencies, supporting CPU, CUDA, and Apple Metal, including training and inference.
☆103Updated 2 months ago
Alternatives and similar repositories for cpp-transformer
Users that are interested in cpp-transformer are comparing it to the libraries listed below
Sorting:
- b站上的课程☆75Updated 2 years ago
- ☆296Updated 11 months ago
- 校招、秋招、春招、实习好项目,带你从零动手实现支持LLama2/3和Qwen2.5的大模型推理框架。☆424Updated 2 months ago
- 彻底弄懂BP反向传播,15行代码,C++实现也简单,MNIST分类98.29%精度☆37Updated 3 years ago
- 用C++实现一个简单的Transformer模型。 Attention Is All You Need。☆49Updated 4 years ago
- 分层解耦的深度学习推理引擎☆75Updated 7 months ago
- 高性能计算课程&CUDA编程实例&深度学习推理框架☆55Updated last year
- 《C++模板元编程实战:一个深度学习框架的初步实现》☆185Updated 6 years ago
- A light llama-like llm inference framework based on the triton kernel.☆152Updated last month
- CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆359Updated 2 years ago
- Tiny C++ LLM inference implementation from scratch☆65Updated last week
- 使用 CUDA C++ 实现的 llama 模型推理框架☆62Updated 10 months ago
- A CUDA tutorial to make people learn CUDA program from 0☆251Updated last year
- 自制基于C++的深度学习前向推理框架☆19Updated 2 years ago
- EasyNN是一个面向教学而开发的神经网络推理框架,旨在让大家0基础也能自主完成推理框架编写!☆32Updated last year
- 《CUDA编程基础与实践》一书的代码☆133Updated 3 years ago
- A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.☆62Updated last week
- A simple neural network inference framework☆25Updated 2 years ago
- 大规模并行处理器编程实战 第二版答案☆33Updated 3 years ago
- 基于《cuda编程-基础与实践》(樊哲勇 著)的cuda学习之路。☆357Updated last year
- ☆282Updated 4 years ago
- CUDA 算子手撕与面试指南☆589Updated 3 weeks ago
- CUDA 6大并行计算模式 代码与笔记☆60Updated 5 years ago
- High Performan Ai Model Web Server. Mainly support computer vision model. Quickly establish your own ai-model server. https://github.com/…☆43Updated 4 months ago
- 这个项目介绍了简单的CUDA入门,涉及到CUDA执行模型、线程层次、CUDA内存模型、核函数的编写方式以及PyTorch使用CUDA扩展的两种方式。通过该项目可以基本入门基于PyTorch的CUDA扩展的开发方式。☆93Updated 3 years ago
- GPU高性能编程CUDA实战随书代码☆40Updated 3 years ago
- llama 2 Inference☆41Updated last year
- 《Asynchronous Programming with C++ - 1st Edition》的非专业个人翻译☆35Updated 8 months ago
- A one-page-only CGraph-API-liked DAG project.☆25Updated 7 months ago
- 基于Eigen运算库的深度学习框架(支持CUDA加速)☆17Updated 3 years ago