dace icon indicating copy to clipboard operation
dace copied to clipboard

Support nested processing elements in Xilinx kernels

Open definelicht opened this issue 5 years ago • 0 comments

Xilinx kernels allow nesting processing elements in nested dataflow sections, which has recently been added to hlslib as a supported feature.

If we support this, we can benefit from nested parallelism in dataflow sections for more complicated applications generated by, e.g., the NumPy frontend.

definelicht avatar Apr 02 '21 13:04 definelicht