OpenCL: Removed float condition for ternary operator in kernels.
Resolves #166. In short, the OpenCL standard prohibits the use of floating point arguments for expr1 in the ternary operator expr1 ? expr2 : expr3
Loading
Please register or sign in to comment