Commit 8c0113d
committed
[ExecuTorch][Llama] Use Eigen blas for custom sdpa
OpenBlas's implementation is not thread safe. Thus when used within
parallel_for, it produces incorrect output. This has been documented in a few
places like here OpenMathLib/OpenBLAS#1441 and
OpenMathLib/OpenBLAS#2543.
I tried few options to disable openblas's multithreading but none of them
seemed to work.
It is possible that upstream openblas has fixed this. Will validate this by
pulling in latest, but in the meanwhile using eigen_blas to unblock.
Differential Revision: [D64398816](https://our.internmc.facebook.com/intern/diff/D64398816/)
[ghstack-poisoned]1 parent 7ba7990 commit 8c0113d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments