Add the -Wconversion -Werror options to check no unexpected conversion
is done.
Patch by Pierre Gondois and Sven van Haastregt.
Differential D67714
[OpenCL] Add -Wconversion to fdeclare-opencl-builtins test svenvh on Sep 18 2019, 8:42 AM. Authored by
Details Add the -Wconversion -Werror options to check no unexpected conversion Patch by Pierre Gondois and Sven van Haastregt.
Diff Detail Event Timeline
Comment Actions LGTM!
|
I am slightly confused about this error, isn't get_sub_group_size supposed to return uint?