Skip to content

LeyliG/deep-codegen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HM 2

by Yufeng Guo

install

by installation, follow the steps:


mkdir build && cd build
cmake ../
make
cp ./gra* ../hw2/
cp ./pytorch_apis.py ./hw2/

model architecture

3 layer fully connected network:

with linear layer was implemented through our own CUDA kernel funtion

Model runing && Result

HW3

Environment Setup:

NVCC:11.8, Nvidia A100

conda create -n dgl python=3.7
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2 -c pytorch
pip install dgl-cu102==0.6.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 28.6%
  • Python 24.4%
  • C++ 16.3%
  • C 14.9%
  • CMake 11.8%
  • Cuda 3.8%
  • Other 0.2%