cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Implement Context.__init__() in cuda.core.experimental._context

Open keenan-simpson opened this issue 1 year ago • 1 comments

implement the constructor for the Context object

keenan-simpson avatar Oct 25 '24 23:10 keenan-simpson

Right now our Context object is really just a non-functional wrapper holding the CUcontext pointer. I'd like to see what @vzhurba01 concludes for green contexts (#112), before committing to full CUDA context support. There might be a chance (best case scenario) that we simply don't need it.

leofang avatar Jan 05 '25 03:01 leofang