BUG: 当新的样式 dtype 存在时,np.einsum 返回错误结果或发生 segfault,没有错误。
作者: tyleree创建于 2026年9月17日更新于 2026年9月17日
标签00 - Bug
Describe the issue: new style DTypes have type number -1, and the kernel lookup in einsum_sumprod.c.src only rejects type numbers at or above the legacy count, so the tables are indexed at -1
内容来源: numpy/numpy