|
|
|
|
|
by derdi
26 days ago
|
|
I was confused by the matrix multiply example since it doesn't show requires clauses. So I looked at what is presumably the source I'm supposed to look at: https://github.com/bneb/lattice/blob/main/basalt/src/kernels... There's a comment saying every function in that file has requires clauses, but... They don't? Also, the actual implementation of matrix multiply is manually tiled, while the website boasts about automatic loop tiling. It's hard to know what to trust here. |
|