Clément Pinard

Results 134 comments of Clément Pinard

Thanks a lot for researching on this problem ! I am very happy that this issue is finally solved after more than 2 years :)

Closing this as it is now fixed. If you have time, @InnovArul , pytorch tutorial for cpp extension could use some advice on multi-gpu cuda code. I cannot do it...

There is indeed something fishy here. We should clarify this on pytorch repo. Maybe we'll see what they have to say regarding issues on tutorials such as the one you...

I can read in the log the sentence "nvcc fatal : Unknown option '-generate-dependencies-with-compile'" What is your cuda version and what cuda version your pytorch was built with ? Also...

Hi, did you try to install it from source ? There was a discussion about this problem a while back and was solved by @InnovArul #59

After some investigation in the code, I do believe that there is a problem in the generate.py file, when populating the `ns` dictionnary https://github.com/sphinx-doc/sphinx/blob/5.x/sphinx/ext/autosummary/generate.py#L313 ## Problem with `myClass` `ns["members"]` has...

See a proposition for how to fix it here : #10811

Thanks for you PR ! However, I suspect this is going to be very slow I was going to link the [PR](https://github.com/pytorch/pytorch/pull/9849) that added bicubic interpolation to pytorch, but I...

Hi, doing chores to clean up mi issue list, the visualization above can be obtained through scipy ND interpolator. See https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.LinearNDInterpolator.html#scipy.interpolate.LinearNDInterpolator So you just need to use this function to...

Hello, long story short, you don't have access to CUDA when compiling. See more info about it here : https://github.com/pytorch/extension-cpp/issues/71#issuecomment-1137310884