We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xilinx::pipeline_kernel
Cf comment in the example from #147:
// Does not compile: candidate template ignored: couldn't infer template // argument 'IIType' cgh.single_task(sycl::ext::xilinx::pipeline_kernel([=]
The text was updated successfully, but these errors were encountered:
This issue is solved by PR #140
Sorry, something went wrong.
By the ways would it work for non parallel_for kernel, for example pipelining a plain loop in the single_task like here?
parallel_for
single_task
lforg37
No branches or pull requests
Cf comment in the example from #147:
The text was updated successfully, but these errors were encountered: