cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sadrian
Adept I

Does AMD OpenCL implementation support clEnqueueNativeKernel?

I am getting the error CL_INVALID_OPERATION when I try to run a simple routine via clEnqueueNativeKernel. Does this mean that the use of native kernels is not supported?

 

0 Likes
1 Reply
nou
Exemplar

./CLInfo give this.

Execution capabilities:                 
    Execute OpenCL kernels:             Yes
    Execute native function:             No

so yes currently it is not supported.

0 Likes