KhronosGroup / OpenCL-CTS

The OpenCL Conformance Tests
Apache License 2.0
184 stars 196 forks source link

Fix support for CL_UNORM_INT_101010_2 in kernel read write tests #1272

Open kpet opened 3 years ago

kpet commented 3 years ago

See https://github.com/KhronosGroup/OpenCL-CTS/pull/1129#discussion_r647109443

bashbaug commented 6 months ago

See also: https://github.com/KhronosGroup/OpenCL-CTS/pull/1917#issuecomment-1995430013

kpet commented 2 months ago

I think a good first step would be to grep for areas of the code where CL_UNORM_INT_101010 is handled but CL_UNORM_INT_101010_2 is not. In tests where many formats are enumerated individually, especially in multiple places in the code, we should consider whether common abstractions for these list of formats would make sense to introduce.

kpet commented 2 months ago

Related to https://github.com/KhronosGroup/OpenCL-CTS/pull/2031