Closed mariodruiz closed 5 months ago
Currently the kernels in the library can only be mapped to a single compute tile.
Adapt kernel code so it can be manually included in a bigger kernel that fuses multiple of them. I added 4 test cases to make sure it works.
In order to avoid changing the kernel code too much, the ".cpp" source file needs to be included.
No
No, an example will be added to discuss later
@STFleming my test env was a bit polluted and I had removed things that were necessary. Test should pass now
Describe the problem solved by the commit
Currently the kernels in the library can only be mapped to a single compute tile.
How is the problem solved?
Adapt kernel code so it can be manually included in a bigger kernel that fuses multiple of them. I added 4 test cases to make sure it works.
In order to avoid changing the kernel code too much, the ".cpp" source file needs to be included.
Are there any risks associated to the change?
No
Is there a documentation impact?
No, an example will be added to discuss later
Checklist