Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEnsure that your code does not perform any operations that are documented as unsupported. You can find that infromation in appendix A of this document: http://www.altera.com/literature/hb/opencl-sdk/aocl_programming_guide.pdf
Unfortunately from that message I can't tell what is happening. I have seen a similar message to that one where I was trying to pass an unsupported variable type to an OpenCL API. So if you are using OpenCL built-in functions double check the spec to make sure what you are passing into it is supported.