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

English

pytorch-gpgpusim

  1. https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L230
  2. https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L257
  3. batch

https://github.com/superQCman/pytorch-gpgpusim/blob/de3ce84ce8178e88cc87fea96e4b10661df4cf0d/aten/src/THC/THCBlas.cu#L107

1. 
2. cuda
3. 

1721998440502 THCBlas.cuTHCTensorMathBlas.cuTHCBlass.cucudacublas

  1. cuda 10.1 cuDNN v7.6.5
  2. 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
  3. 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
  4. torchvision shell pip install torchvision==0.2.2 # torchvision
  5. 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
  6. shell ldd $PYTORCH_BIN libcudart.so.10.1gpgpu-simlibcudart.so.10.1pytorchcudagpgu-simgpgu-sim5

  7. shell cd ./benchmarks make run-main

pytorch

Owner

  • Login: superQCman
  • Kind: user

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 *