Andrew

Results 724 comments of Andrew

What is wrong with source headings in reference lapack? Like they were ok for some 40 years, now need to convert to 30 years old html?

You can dump wiki and convert to more pleasant formats like DOCX if you want. IMO markdown is readable as text while html not so much. `git clone https://github.com/xianyi/openblas.wiki.git`

Then by means of braindead automation link-spammed wiki turns into official distribution having permalinks spamware. "it wasnt me, computer did it"

Maybe some wiki pages (in markdown or plaintext format) could be brought in to displace GotoBLAS documents.Its been a while since anyone cared about kernel 2.4 bugs.

x86(_64) supports TARGET=GENERIC, it means -mtune=generic in addition to your compilers' defaults that presumably targets lowest capable CPU to be encountered.

seems openblas_set_num_threads() had no effect in "AMD" case. run the hanged case. `cat /proc//maps` Please check for all occurences of thread and omp, you may have 2 of same frameworks...

BLAS is optional for NumPy, and the generic BLAS-like macros in numpy may generate code that is easier/faster/beter JIT-able later.

The assembly parts are interleaved in the way that all execution units in real CPU are kept busy. Emscripten is evolving. If code is written today for limited "supported" SIMD...

Indeed it is just a warning in intrinsics header.

You have Accelerate framework from Apple which uses secret co-processor. Not even xcode clang has any support for those instructions. I dont see even disassembler anywhere.