pytorch-gpgpusim
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: superQCman
- License: other
- Language: C++
- Default Branch: master
- Size: 25.8 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Contributing
License
Citation
Codeowners
README.md
pytorch-gpgpusim
- https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L230
- https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L257
- batch
https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L107
1.
2. cuda
3.
THCBlas.cuTHCTensorMathBlas.cuTHCBlass.cucudacublas
- cuda 10.1 cuDNN v7.6.5
- Anacondapython 3.62.7
shell cd pytorch-gpgpusim conda create -n gpgpu-sim python=3.6 # 3.6 conda activate gpgpu-sim pip install pyyaml numpy - pytorch-gpgpusim
shell git -c submodule."third_party/nervanagpu".update=none submodule update --init # source set_env.sh # python setup.py install export PYTORCH_BIN=<pytorch directory>/torch/lib/libcaffe2_gpu.so # Anaconda libcaffe2_gpu.so - torchvision
shell pip install torchvision==0.2.2 # torchvision - gpgpusim
shell git clone https://github.com/wangeddie67/Chiplet_Heterogeneous_newVersion.git # gpgpusim cd Chiplet_Heterogeneous_newVersion source setup_env.sh cd gpgpu-sim make -j4 shell ldd $PYTORCH_BINlibcudart.so.10.1gpgpu-simlibcudart.so.10.1pytorchcudagpgu-simgpgu-sim5shell cd ./benchmarks make run-main
pytorch
Owner
- Login: superQCman
- Kind: user
- Repositories: 1
- Profile: https://github.com/superQCman
GitHub Events
Total
- Issues event: 1
- Watch event: 1
Last Year
- Issues event: 1
- Watch event: 1
Dependencies
caffe2/contrib/docker-ubuntu-14.04/Dockerfile
docker
- ubuntu 14.04 build
docker/caffe2/jenkins/centos/Dockerfile
docker
- centos ${CENTOS_VERSION} build
docker/caffe2/jenkins/centos-cuda/Dockerfile
docker
- nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-centos${CENTOS_VERSION} build
docker/caffe2/jenkins/ubuntu/Dockerfile
docker
- ubuntu ${UBUNTU_VERSION} build
docker/caffe2/jenkins/ubuntu-cuda/Dockerfile
docker
- nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu${UBUNTU_VERSION} build
docker/caffe2/jenkins/ubuntu-rocm/Dockerfile
docker
- ubuntu ${UBUNTU_VERSION} build
docker/caffe2/ubuntu-14.04-cpu-all-options/Dockerfile
docker
- caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu14.04 build
docker/caffe2/ubuntu-14.04-cpu-minimal/Dockerfile
docker
- ubuntu 14.04 build
docker/caffe2/ubuntu-16.04-cpu-all-options/Dockerfile
docker
- caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu16.04 build
docker/caffe2/ubuntu-16.04-cpu-minimal/Dockerfile
docker
- ubuntu 16.04 build
docker/caffe2/ubuntu-16.04-cuda8-cudnn6-all-options/Dockerfile
docker
- nvidia/cuda 8.0-cudnn6-devel-ubuntu16.04 build
docker/caffe2/ubuntu-16.04-cuda8-cudnn7-all-options/Dockerfile
docker
- nvidia/cuda 8.0-cudnn7-devel-ubuntu16.04 build
docker/caffe2/ubuntu-16.04-gpu-tutorial/Dockerfile
docker
- caffe2ai/caffe2 latest build
docker/pytorch/Dockerfile
docker
- nvidia/cuda 9.0-cudnn7-devel-ubuntu16.04 build
caffe2/requirements.txt
pypi
- enum34 *
- numpy *
docs/requirements.txt
pypi
- sphinx *
requirements.txt
pypi
- pyyaml *
- typing *
setup.py
pypi
test/cpp_extensions/setup.py
pypi
benchmarks/requirements.txt
pypi
- torch *
- torchvision *