Skip to content
New issue

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

Support of pipes #157

Open
L30nardoSV opened this issue Nov 4, 2018 · 2 comments
Open

Support of pipes #157

L30nardoSV opened this issue Nov 4, 2018 · 2 comments

Comments

@L30nardoSV
Copy link

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!

@jrprice
Copy link
Owner

jrprice commented Nov 4, 2018

That's correct - pipes are not yet supported. Oclgrind only supports a very small number of OpenCL 2.0 features at the moment.

@L30nardoSV
Copy link
Author

Understood. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants