Removed element_pow() for vectors from OpenCL kernels if numeric type is an integer type.
This is necessary since pow() is only defined for floating point types in the OpenCL standard.
Loading
Please register or sign in to comment
This is necessary since pow() is only defined for floating point types in the OpenCL standard.