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

Interoperability with OpenCL #11

Open
UniqueFool opened this issue May 31, 2016 · 2 comments
Open

Interoperability with OpenCL #11

UniqueFool opened this issue May 31, 2016 · 2 comments

Comments

@UniqueFool
Copy link

UniqueFool commented May 31, 2016

Regarding arrayfire's OpenCL interoperability, is that currently exposed in any shape or form via the JavaScript bindings?

The real question being how to integrate/use an existing OpenCL kernel ?

Thank you

@unbornchikken
Copy link
Member

Unfortunately it's not supported. I have plan to integrate AF.js with my NOOOCL module though, but that's just a plan right now.

@UniqueFool
Copy link
Author

So, basically, what would be needed is a way to specify the name, signature and return type of the kernel, so that the corresponding host/device buffers can be allocated to exchange data with the OpenCL kernel, right ?

If so, what is missing in terms of APIs to expose this functionality to JavaScript ?

thank you

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