This is used to find out the core count of the GPU in oclHashcat. But it errors before it can do so with CL_INVALID_VALUE from a clGetDeviceInfo call. Specific GPU is a 6520G.
CL_DEVICE_WAVEFRONT_WIDTH_AMD depends on cl_amd_device_attribute_query extension. Clover never claim to support it, so the error is on oclHashcat side. Also, this extension depends on CL 1.2 and Clover report only CL 1.1 see https://www.khronos.org/registry/cl/extensions/amd/cl_amd_device_attribute_query.txt
hrm so is there a way with clover to find out the core count of the GPU(320 in my case)?
That would be CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE from clGetKernelWorkGroupInfo
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.