Clément Pinard
Clément Pinard
Hi, what was the installation command exactly ? Was it from pip or from from source ?
Hi, there has been lots of development in the cpp-extension repo lately. https://github.com/pytorch/extension-cpp I do believe that a related update to the tutorial is coming. Once it's available, I'll try...
Thanks for the link, did not know it was already in the works ! How did you find it, is it an official draft ? I'll try to find some...
Hi, sorry for digging up this topic, but I stumbled upon it when i searched for linking between a checkbox and a stack Do you know if there have been...
Hi, thank you for your interest in this repo. Yes you are right, this comment on the README is totally outdated, dates back from 2019 where it was an actual...
From the comments, I suppose you could build the package, but the link did not happen against the right pytorch. If you have a mismatch between the running pytorch version...
I suspect there is something to do with cached objects that were linked to the wrong version of pytorch. Anyway, great that you could solve the problem !
Hi, sorry this was specifically designed to be built on Linux. I have no idea how to make it compatible with windows, and don't have acces to a computer with...
No need to be rude here. This module is only using pytorch build tools, so in theory you should not have to change anything. But this was not tested on...
> cuda version: 11.2 > `No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.0'` Looks like your problem is that the compiler points to the wrong cuda version. Have you set the...