Blacklisted_Guy Posted May 13, 2017 Share Posted May 13, 2017 Hello there, I've been trying to learn openCL and use it in houdini. To start I imported the position attribute and generated a kernel, but it keeps spitting out this error (without editing or adding things to the code) OpenCL Exception: clSetKernelArg (-51) Quote Link to comment Share on other sites More sharing options...
schwungsau Posted May 15, 2017 Share Posted May 15, 2017 without any code example its impossible to say.... Quote Link to comment Share on other sites More sharing options...
Blacklisted_Guy Posted May 15, 2017 Author Share Posted May 15, 2017 11 minutes ago, schwungsau said: without any code example its impossible to say.... kernel void kernelName( int P_length, global float * P ) { int idx = get_global_id(0); if (idx >= P_length) return; } This is the code I'm running. As of now it's just the generated kernel. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.