Ognjen Todic

Results 7 comments of Ognjen Todic

I wonder if this should be left to the developer to set instead of trying to automate it under the hood. Since we can already set thread affinity for blas...

Looks like there is some overlap, but I think the ability to set the core type externally via env variable is currently broken. I'll provide some more comments in #2715.

In my case -- and I admit this may not be how most people use openblas, especially on other platforms -- I have a product that's an SDK that runs...

I agree, but the problem is that at that point I cannot call gotoblas_dynamic_init(), i.e. it won't do anything. Maybe to ask a different question: what is the use case...

To answer your other question, I assume /proc/cpuinfo would be available (I don't know for sure as my SDK is deployed on variety of Android devices)... Based on the fact...

OK, thanks. The first sentence explains what I needed to know. I am seeing quite a bit of difference... I think I'll just determine the core type in my code,...

A quick note here (and also related to https://github.com/microsoft/onnxruntime/issues/24902); the way this is implemented will force 16KB alignment for ALL android ABIs. I don't think it should be done for...