qescccczmr
Student of University of Chinese Academy of Sciences
University of Chinese Academy of Sciencesshenzhen
Pinned Repositories
A01_cvclass_basic
resources for CV
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
build-nanogpt
Video+code lecture on building nanoGPT from scratch
CUDA-Learn-Note
🎉CUDA 笔记 / 高频面试题汇总 / C++笔记,个人笔记,更新随缘: sgemm、sgemv、warp reduce、block reduce、dot product、elementwise、softmax、layernorm、rmsnorm、hist etc.
cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
CUDATutorial
A CUDA tutorial to make people learn CUDA program from 0
cutlass
CUDA Templates for Linear Algebra Subroutines
DeepLearningExamples
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
note-slides
台大李宏毅,feifei li,andrew ng笔记
qescccczmr's Repositories
qescccczmr/note-slides
台大李宏毅,feifei li,andrew ng笔记
qescccczmr/A01_cvclass_basic
resources for CV
qescccczmr/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
qescccczmr/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
qescccczmr/build-nanogpt
Video+code lecture on building nanoGPT from scratch
qescccczmr/CUDA-Learn-Note
🎉CUDA 笔记 / 高频面试题汇总 / C++笔记,个人笔记,更新随缘: sgemm、sgemv、warp reduce、block reduce、dot product、elementwise、softmax、layernorm、rmsnorm、hist etc.
qescccczmr/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
qescccczmr/CUDATutorial
A CUDA tutorial to make people learn CUDA program from 0
qescccczmr/cutlass
CUDA Templates for Linear Algebra Subroutines
qescccczmr/DeepLearningExamples
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
qescccczmr/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
qescccczmr/LLMsPracticalGuide
A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)
qescccczmr/RealatedKernel
对于项目中使用到算子进行开源
qescccczmr/template
qescccczmr/trt-samples-for-hackathon-cn
Simple samples for TensorRT programming
qescccczmr/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
qescccczmr/YOLO_efficient