Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsing Channel with multiple Compute Unit
Hi everyone, I read from the AOCL programming guide that a kernel with channel can not be vectorized (SIMD I assume). But is it possible to use channel in kernels with multiple compute units (b...
Altera_Forum
Honored Contributor
8 years agoYes of course you can! although officially there is no support for invoking multiple compute units with channels, you can manually create them by replicating the kernels while maintaining channel and NDRange constructs across the kernels.