Make BLAS flags check lazy and more actionable
It replaces the old warning that does not actually apply by a more informative and actionable one.
This warning was for Ops that might use the alternative blas_headers, which rely on the Numpy C-API.
However, regular PyTensor user has not used this for a while. The only Op that would use C-code with this alternative headers is the GEMM Op which is not included in current rewrites. Instead Dot22 or Dot22Scalar are introduced, which refuse to generate C-code altogether if the blas flags are missing.
正在显示
请
注册
或者
登录
后发表评论