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
Hi, I have started using OpenCL2.0, and was hoping to check my application with oclgrind:
Kernel compilation flags: -cl-std=CL2.0 OCLGRIND FATAL ERROR (/home/jprice/oclgrind-testing/oclgrind/src/core/WorkItem.cpp:1723) Undefined external function: __write_pipe_2 When creating kernel 'Krnl_GA' Context callback: Oclgrind - OpenCL runtime error detected Function: clCreateKernel Error: CL_INVALID_KERNEL_NAME Kernel 'Krnl_GA' not found
It seems pipes are not yet support, but I couldn't find this info in the documentation. Could you please confirm this ? thanks!
The text was updated successfully, but these errors were encountered:
That's correct - pipes are not yet supported. Oclgrind only supports a very small number of OpenCL 2.0 features at the moment.
Sorry, something went wrong.
Understood. Thanks!
No branches or pull requests
Hi, I have started using OpenCL2.0, and was hoping to check my application with oclgrind:
It seems pipes are not yet support, but I couldn't find this info in the documentation.
Could you please confirm this ? thanks!
The text was updated successfully, but these errors were encountered: