Jan Wassenberg

Results 405 comments of Jan Wassenberg

Thank you @friendlyanon , I agree this sounds like a good approach, let's go with that :) Please feel free to reopen if you'd like to discuss further.

> sudo apt install libhighwayhash-dev libhighwayhash0 FYI highway**hash** is not a dependency, but highway is. For the lambda issue, unfortunately compilers differ in what they permit. Clang indeed seems more...

Fair enough about Bazel download time. As one other data point, the Highway Bazel build description is ~500 lines, and ~700 for CMake, and the latter saw about twice as...

Thanks for sharing your impressions. Yes, Highway is not just to allow running on any platform; we would already get that from normal C++. What it adds is access to...

We can now avoid GUnit by building with `-DHWY_TEST_STANDALONE=1`. We're adding mention of @jart 's Makefile to the readme. Closing, feel free to reopen if you'd like to continue the...

Looks good to me, thanks. Would you mind rebasing?

Bummer :/ We're working on it, seems caused by a copybara bug which we are told will be fixed soon.

Regarding CBLAS: we have a pretty decent matmul now. There's an inherent advantage to DIY because it allows us to fuse our custom decompression with the matmul. Cool that you...

Just to confirm, do you have backslashes in that command line so that all are indeed passed in? Does the binary print `num_threads : 2`? Even two threads should help,...