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

Implement `from_handle()` for all `cuda.core` objects

Open leofang opened this issue 1 year ago • 0 comments

We wanted to do this but it seems so far we've only covered Stream.from_handle. We want to also cover these objects:

  • Program
  • ObjectCode
  • Kernel
  • Buffer

leofang avatar Oct 28 '24 19:10 leofang