Pinned Repositories
.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
BMBL-analysis-notebooks
A collection of bioinformatics data analysis notebooks focused on providing examples of current best practices in single-cell analysis.
chemCPA
Code for "Predicting Cellular Responses to Novel Drug Perturbations at a Single-Cell Resolution", NeurIPS 2022.
DrugOOD
OOD Dataset Curator and Benchmark for AI-aided Drug Discovery
HFAGNN
Source code for PCQM4Mv2 | OGB-LSC @ NeurIPS 2022
How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
hw03
高性能并行编程与优化 - 回家作业03
hw04
KuiperInfer
一个推理库的实现, A DIY deep learning inference framework.
tiger-website
Tigerrr07's Repositories
Tigerrr07/HFAGNN
Source code for PCQM4Mv2 | OGB-LSC @ NeurIPS 2022
Tigerrr07/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
Tigerrr07/.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
Tigerrr07/BMBL-analysis-notebooks
A collection of bioinformatics data analysis notebooks focused on providing examples of current best practices in single-cell analysis.
Tigerrr07/chemCPA
Code for "Predicting Cellular Responses to Novel Drug Perturbations at a Single-Cell Resolution", NeurIPS 2022.
Tigerrr07/DrugOOD
OOD Dataset Curator and Benchmark for AI-aided Drug Discovery
Tigerrr07/hw03
高性能并行编程与优化 - 回家作业03
Tigerrr07/hw04
Tigerrr07/hw05
Tigerrr07/KuiperInfer
一个推理库的实现, A DIY deep learning inference framework.
Tigerrr07/tiger-website
Tigerrr07/hw06
Tigerrr07/hw07
Tigerrr07/hw08
Tigerrr07/PaddleHelix
Bio-Computing Platform Featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Tigerrr07/pytorch_geometric
Graph Neural Network Library for PyTorch
Tigerrr07/Transformer-Neural-Network
Code Transformer neural network components piece by piece