Skip to main content

Module xapi

Module xapi 

Source
Expand description

The generic 64-bit cuSOLVER API (cusolverDnX*). Matrix dimensions are i64; element types are passed at call-time as cudaDataType. Workspace sizes are split between on-device and on-host buffers.

Structs§

Params

Functions§

xgetrf
xgetrf_buffer_size
Buffer-size query for generic LU factorization. Returns (workspace_bytes_on_device, workspace_bytes_on_host).