OpenCL-CTS icon indicating copy to clipboard operation
OpenCL-CTS copied to clipboard

No systematic coverage for OpenCL C casts

Open kpet opened this issue 2 years ago • 0 comments

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.

kpet avatar Dec 13 '23 17:12 kpet