Hops + Cyclops Error

Hello,

I’ve noticed I always get this error when closing down Hops/Rhino.compute. I’m using Hops with Cyclops so obviously that is what is causing this. It doesn’t seem to be causing any real issues besides making the closing process hang for another minute than normal. I seem to get one error per Rhino.compute process.

C:\agent\_work\1\s\Cyclops.Core\sources\device\CUDAManager.cpp(525): cuCtxSetCurrent(context) (4)

Hi @nathanlundberg77,

This is probably related to the order that the session is closing and that Cyclops is not given the opportunity to close the GPU context. Shouldn’t, as you say, have any significant consequences except an exception and maybe some extra time spent handling that exception by the application.

Would you be able to describe your setup, where you are running Rhino.Compute/Hops and how you are closing it. Then I can try to recreate on my side.