amh-code
amh-code copied to clipboard
Complete implementations from "Algorithms for Modern Hardware"
First and foremost, your [Algorithmica article](https://en.algorithmica.org/hpc/algorithms/matmul/) was very detailed and useful; thank you for that. This pull request leaves the overall implementation mostly the same, but expands upon it in...
Hi, sslotin, You name a `P` [here](https://github.com/sslotin/amh-code/blob/main/simd/popcnt-lookup-16.cc#L12 ) and [here](https://github.com/sslotin/amh-code/blob/main/simd/popcnt-lookup.cc#L12), which happens to be a macro used in compilation. The fix is simple, just rename the variable. I am willing...