Jan Wassenberg

Results 405 comments of Jan Wassenberg

Related reading: https://siboehm.com/articles/22/Fast-MMM-on-CPU Which links to https://marek.ai/matrix-multiplication-on-cpu.html and https://github.com/flame/how-to-optimize-gemm/ (from the BLIS group).

Error numbers are line numbers inside blob_store.cc. 154 is lseek failing, 232 is file size not matching the expected size. It seems something is going wrong with the device's IO....

Agree the download might be broken/partial, this would explain lseek failures. > How can i know the version is Android r15c or later? We can look at "About phone" in...

Any update on whether you are still seeing the issue?

Thanks @xinpingwang , I think your change plus `set(BUILD_SHARED_LIBS OFF) set(CMAKE_EXE_LINKER_FLAGS "-static")` is sufficient :) Please feel free to reopen if you'd like to discuss further.

Making good progress :)

Let's discuss in #185 :)

>> Developers made do quite successfully without it on native hardware, why is it a must for Wasm? > IMHO, I think it is a must for flexible vectors (much...

Yes, to be clear: having the function could allow us to compare the runtime value against a small set of candidates, and use the corresponding code pregenerated for each. Which...