Displaying 1 result from an estimated 1 matches for "createmark".
2016 Jun 27
2
[GSoC 2016] Implementation of the packing transformation
...with Tobias and we decided that a packing
transformation is in many ways a data-layout transformation that will
require to introduce a new array, copy data to the array and change
memory access locations of the compute kernel to reference the array.
I think that it could be done in IslNodeBuilder::createMark during
generation of code for mark nodes, which are created in the
ScheduleTreeOptimizer and contain all necessary information about
memory access functions that should be changed.
Michael, if I'm not mistaken, an ability to change memory access
functions to change the arrays a memory access i...