Ben Thompson

Results 101 comments of Ben Thompson

So you should be able to use the environment flag combined with multiprocessing. You'll just need to wait to use cutde until after setting the environ flag. Like: ``` import...

> If indeed the functions are now resulting in a faster runtime due to that flag, I am all happy ;) . I learned a lot doing the fixes dont...

What do you mean by "compiling a computational graph"? I would guess that CUDA will fail completely if you initialize CUDA in the parent process and then try to use...

It looks like this got resolved? Feel free to re-open if needed!

No worries! I've dealt with a bunch of CUDA stuff in other settings and this is a consistent issue where `fork`-ing a process doesn't work after having already initialized CUDA....

I just noticed that the `example.py` code was out of date with respect to the rest of the package and that was causing bugs. Catching this earlier via CI would...

Note that I only hit disconnects on 0.10.0 in non-notebook files.

> I also use often the remote-ssh plugin in VSCode, while the crashes happen. I am also often working over Remote-SSH when I get the crashes. Glad to hear it's...

You could go a step further here and use [cloudpickle](https://github.com/cloudpipe/cloudpickle) which would allow serializing a much wider range of objects including, for example, classes that are defined inside the notebook....

The same issue occurs when I hit "Debug with AI". The empty secondary sidebar opens.