Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ceil - Round to integer toward + infinity.

Authors

TheKhronosGroup

Description

ceil rounds to integral value using the round to +ve infinity rounding mode.

Name

       ceil - Round to integer toward + infinity.

       gentypeceil(gentype);

Notes

        1. OpenCL Specification
           page 244, section 6.12.2 - Math Functions

The Khronos Group                                  11/18/2024                                         CEIL(3clc)

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also