We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238e2c6 commit d51a825Copy full SHA for d51a825
source/module_base/module_container/ATen/kernels/lapack.h
@@ -184,6 +184,9 @@ struct lapack_getrf {
184
* @brief Computes the inverse of a matrix using LAPACK's GETRI routine.
185
*
186
* GETRI computes the inverse of a matrix using the LU factorization computed by GETRF.
187
+ *
188
+ * @warning cuSOLVER does \b not provide LU-based matrix inversion interface (getri).
189
+ * To compute the inverse on \b GPU, use getrs instead.
190
*/
191
template <typename T, typename Device>
192
struct lapack_getri {
0 commit comments