paper-reading

paper-reading

比做算法的懂工程落地,比做工程的懂算法模型。

Stars: 237

Visit
 screenshot

This repository is a collection of tools and resources for deep learning infrastructure, covering programming languages, algorithms, acceleration techniques, and engineering aspects. It provides information on various online tools for chip architecture, CPU and GPU benchmarks, and code analysis. Additionally, it includes content on AI compilers, deep learning models, high-performance computing, Docker and Kubernetes tutorials, Protobuf and gRPC guides, and programming languages such as C++, Python, and Shell. The repository aims to bridge the gap between algorithm understanding and engineering implementation in the fields of AI and deep learning.

README:

Paper Reading -- Deep Learning Infra

比做算法的懂工程落地,比做工程的懂算法模型。

  1. 编程: c++ / CUDA / 汇编 / python / Shell
  2. 算法: deep learning / CV / NLP etc,训练框架,推理部署
  3. 加速: AI compiler, 并行优化,profile 工具
  4. 工程: 硬件体系结构,OS & linux kernel, 分布式 & k8s 集群,存储

Awesome Online Tools

URL Brief Notes
https://en.wikichip.org/wiki/WikiChip 查各类芯片的架构 & spec
https://www.cpubenchmark.net 查芯片(CPU)的 benchmark, 算力(Ops/s)
https://www.videocardbenchmark.net 查显卡的 benchmark
https://godbolt.org/ 在线看 c++ 代码的汇编代码
https://quick-bench.com/ 在线测 c++ 代码的 benchmark
https://en.cppreference.com c++ 手册

AI compiler

Deep Learning

大模型 & AIGC

AI 落地应用

算法相关

DL 框架

HPC - 高性能计算

Learning Maps

  • perf-tools-map: 性能调优的工具 & 工具使用文档
  • cpu 架构: todo
  • Learning CUDA: gpu 架构 & CUDA
  • 并行加速: todo (指令级并行,单独 topic?)

Good Readings

Tutorials with code

Engineering 工程化

Docker & K8S

Protobuf & gRPC

(文档)

(笔记)

编程语言

汇编

  • x86 汇编
  • MIPS 汇编

C++

Python & Shell

使用说明

powered by https://github.com/JackonYang/paper-pipe

Feishu Drive 下载已收集的论文 pdf,放在 paper-pdfs 目录下

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for paper-reading

Similar Open Source Tools

For similar tasks

For similar jobs