ptrblck

Results 47 comments of ptrblck

MIG is not PyTorch-specific and can be enabled on your A100. The error shows that you are using a PyTorch build, which doesn't support the necessary compute capability for your...

@stas00 you can try to use `CUDA_HOME=/usr/local/cuda-11.0` to specify the wanted CUDA version.

I don't see the error message besides that it's failing and don't know if the right CUDA version was found now. If you've linked the versioned CUDA toolkits to `/urs/local/cuda`,...

Hi @cedrickchee, I would like to correct, that I'm not Peter Goldsborough from the PyTorch core dev team, who did the awesome work on libtorch and created the tutorials. I'm...

Hi @glenn-jocher, apparently `nvcc` wasn't found on your system: ```python RuntimeError: --cuda_ext was requested, but nvcc was not found. Are you sure your environment has nvcc available? If you're installing...

@Legolas970424 Based on the error message it seems that PyTorch cannot detect a GPU on your system and no CUDA Compiler (`nvcc`). Which GPU and CUDA version are you using?...

The KMD was 460.73.01, UMD 510.47.03, and forward compat was used.

CC @crcrpar could you try to reproduce the issue and debug it, please?

@crcrpar just recently upstreamed `FusedAdam` in https://github.com/pytorch/pytorch/pull/85739 and was seeing a speedup (we had to resubmit it a few times, so you might need to check the previous PRs for...