cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Support mipmapped array allocation & destruction

Open eyalroz opened this issue 5 years ago • 0 comments

Both the runtime and the driver API allow allocation of mipmapped arrays:

Runtime:

  • cudaMallocMipmappedArray()
  • cudaFreeMipmappedArray()
  • cudaGetMipmappedArrayLevel()

Driver:

  • cuMipmappedArrayCreate()
  • cuMipmappedArrayDestroy()
  • cuMipmappedArrayGetLevel()

We should add support for these sometime... (probably just one variant suffices, it seems like these do the exact same thing).

eyalroz avatar Jul 19 '20 23:07 eyalroz