Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Ensure 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. --- Quote End --- I think I found my problem, but I want to be sure, is it the case that 4 dimesional vectors are not supported, since there is only preliminary support for three-element vectors?