[feature] Add initial tiling and binding support
Implement 1d tiling and simple binding support. The idea is to allow an application to explain the AML how data should be organized, and to be able to reuse this info when dealing with memory movement. The current interfaces are not great, but they work.
Showing
src/binding.c
0 → 100644
src/binding_interleave.c
0 → 100644
src/binding_single.c
0 → 100644
src/tiling.c
0 → 100644
src/tiling_1d.c
0 → 100644