gpgpu-sim / pytorch-gpgpu-sim

Modified version of PyTorch able to work with changes to GPGPU-Sim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

XiZiler opened this issue · comments

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

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

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

remove this submodule will help. see this

remove this submodule will help. see this

the link is not work?

@ngunauj @cng123 's comment in gpgpu-sim-distribution issue gpgpu-sim/gpgpu-sim_distribution#101 perfectly work. try it!

Just as additional follow-up (we should close this then), the document linked here: gpgpu-sim/gpgpu-sim_distribution#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