Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: Layout benchmarks for the i32 kernel too
Results shows the same information we know from packing from the other implementations (the packing is all shared code and doesn't care about the element. Only element size and kernel size). running 8 tests test layout_i32_032::ccc ... bench: 6,012 ns/iter (+/- 80) test layout_i32_032::ccf ... bench: 6,010 ns/iter (+/- 68) test layout_i32_032::cfc ... bench: 6,244 ns/iter (+/- 89) test layout_i32_032::cff ... bench: 6,257 ns/iter (+/- 240) test layout_i32_032::fcc ... bench: 5,806 ns/iter (+/- 320) test layout_i32_032::fcf ... bench: 5,767 ns/iter (+/- 2,013) test layout_i32_032::ffc ... bench: 6,005 ns/iter (+/- 187) test layout_i32_032::fff ... bench: 6,031 ns/iter (+/- 187)
- Loading branch information