handle_resize_plan_cache#

nvmath.bindings.cutensor.handle_resize_plan_cache(intptr_t handle, uint32_t num_entries)[source]#

Resizes the plan cache.

Parameters:
  • handle (intptr_t) – Opaque handle holding cuTENSOR’s library context. The cache will be attached to the handle.

  • num_entries (uint32_t) – Number of entries the cache will support.

See also

cutensorHandleResizePlanCache