OpenCL-CTS
OpenCL-CTS copied to clipboard
No systematic coverage for OpenCL C casts
The CTS does not have systematic coverage for all valid cast combinations of the following form:
SRCTYPE src;
DSTTYPE dst = (DSTTYPE)(src);
Many are covered indirectly as they are used in tests but some (e.g. int64 -> fp16) are never exercised by the CTS.