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 e81f153 commit 77fb2dcCopy full SHA for 77fb2dc
source/module_base/module_container/ATen/kernels/lapack.h
@@ -84,6 +84,7 @@ struct lapack_potrf {
84
*/
85
template <typename T, typename Device>
86
struct lapack_dnevd {
87
+ using Real = typename GetTypeReal<T>::type;
88
/**
89
* @brief Perform eigenvalue decomposition.
90
*
0 commit comments