Pinned Repositories
tensorlite
a light-weight tensor library (C++17)
CNN_model
This is a common CNN model using TensorFlow
CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
gomoku
A gomoku game engine based on MCTS method combined with DNN. Using C++ and Python.
MDFS-python
A mini distributed file system in python
pVDSR
A tensorflow implementation of VDSR with PReLU
SAGPool
SEAggregation
Official DGL implementation of "Rethinking High-order Graph Convolutional Networks"
wandspell
Are you sure that's a real spell? Well, it's not very good, is it?
lygztq's Repositories
lygztq/SEAggregation
Official DGL implementation of "Rethinking High-order Graph Convolutional Networks"
lygztq/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
lygztq/lygztq.github.io
lygztq/pybind11-proj-toy
lygztq/tvm-experiment
lygztq/cuda-testbed
lygztq/wandspell
Are you sure that's a real spell? Well, it's not very good, is it?
lygztq/AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
lygztq/bert
TensorFlow code and pre-trained models for BERT
lygztq/chibicc
A small C compiler
lygztq/CS143-PA-DockerImage
lygztq/currying-in-cpp
lygztq/cutlass
CUDA Templates for Linear Algebra Subroutines
lygztq/dispatcher-toy
lygztq/ffi-navigator
lygztq/flash-attention
Fast and memory-efficient exact attention
lygztq/Fuser
A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
lygztq/Kaleidoscope-compiler
lygztq/lexy
C++ parsing DSL
lygztq/MatX
An efficient C++17 GPU numerical computing library with Python-like syntax
lygztq/matypst
lygztq/onnx
Open standard for machine learning interoperability
lygztq/parser-toy
lygztq/SICP-Exercises
lygztq/SJTUThesis
上海交通大学 XeLaTeX 学位论文及课程论文模板 | Shanghai Jiao Tong University XeLaTeX Thesis Template
lygztq/softmax-toy
lygztq/TensorRT
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
lygztq/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
lygztq/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
lygztq/xv6-labs-2020