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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user