0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Increase stack size to prevent assertion.

This commit is contained in:
Chip Kerchner
2025-11-07 13:31:17 +00:00
parent 5c0739d6a0
commit ce896ac170

View File

@@ -442,6 +442,9 @@ extern "C" {
#error "Eigen requires a fixed RVV vector length but -mrvv-vector-bits=zvl is not set."
#endif
#undef EIGEN_STACK_ALLOCATION_LIMIT
#define EIGEN_STACK_ALLOCATION_LIMIT 196608
#if defined(__riscv_zvfh) && defined(__riscv_zfh)
#define EIGEN_VECTORIZE_RVV10FP16
#elif defined(__riscv_zvfh)