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§
Functions§
- xgetrf⚠
- xgetrf_
buffer_ size - Buffer-size query for generic LU factorization. Returns
(workspace_bytes_on_device, workspace_bytes_on_host).