gpgpu-sim / pytorch-gpgpu-sim

Modified version of PyTorch able to work with changes to GPGPU-Sim
Other
40 stars 23 forks source link

fatal: repository 'https://github.com/NervanaSystems/nervanagpu.git/' not found #3

Open XiZiler opened 5 years ago

XiZiler commented 5 years ago

when git clone --recursive this repo, it cannot find nervanagpu which is removed from NervanaSystems' GitHub.

cjhkeep commented 5 years ago

I meet the similar problem too when build pytorch. solve by remove the submodule of nervanagpu.

XiZiler commented 5 years ago

oh, yeah, I did the same thing, and it still has some other problems, so I quit temporarily.

XiZiler commented 5 years ago

remove this submodule will help. see this

ngunauj commented 5 years ago

remove this submodule will help. see this

the link is not work?

gangmul12 commented 5 years ago

@ngunauj @cng123 's comment in gpgpu-sim-distribution issue https://github.com/gpgpu-sim/gpgpu-sim_distribution/issues/101 perfectly work. try it!

mark0620 commented 5 years ago

I solved this problem thanks to this blog https://medium.com/hardware-interfacing/how-to-install-pytorch-v4-0-on-raspberry-pi-3b-odroids-and-other-arm-based-devices-91d62f2933c7

mattsinc commented 4 years ago

Just as additional follow-up (we should close this then), the document linked here: https://github.com/gpgpu-sim/gpgpu-sim_distribution/issues/106 explains how to fix this. Basically, Nervana's repo is no longer available, so you need to slightly modify how you go through the README for this repo to reflect that. Hopefully we can get that README updated soon to reflect this.

Matt