cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

dstokac
Journeyman III

Bug in Kernel.GetWorkGroupInfo function (cl.hpp)

In line 3125

&::clGetKernelWorkGroupInfo, device(), object_, name, param),

should be replaced by

&::clGetKernelWorkGroupInfo, object_, device(), name, param).

 

0 Likes
1 Reply
omkaranathan
Adept I

This has already been fixed internally, you can expect to see the change in an upcoming release. Thanks for the report.

0 Likes