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 4c0bf91 commit 89d6f23Copy full SHA for 89d6f23
varipeps/utils/extensions/svd_ffi.cpp
@@ -5,6 +5,8 @@
5
namespace nb = nanobind;
6
using namespace ::xla;
7
8
+nb::module_ cython_lapack = nb::module_::import_("scipy.linalg.cython_lapack");
9
+
10
inline constexpr auto LapackIntDtype = ffi::DataType::S32;
11
static_assert(std::is_same_v<::xla::ffi::NativeType<LapackIntDtype>, lapack_int>);
12
0 commit comments