You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit select for out-of-range builtin var indices (#3023)
The behaviour for out-of-range dimension arguments to work-item
functions is well defined in OpenCL C. For example, `get_global_size`
must return 1 if its argument is larger than `get_work_dim() - 1`.
Ensure the generated `extractelement` index never exceeds the vector
size and return the correct out-of-range value (which is either 0 or 1
depending on the builtin).
FixesKhronosGroup/SPIRV-LLVM-Translator#2638
.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@07a3da9fe789224
0 commit comments