logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Miscellaneous_Vector_Functions - The table below describes the list of built-in miscelaneous vector

Authors

TheKhronosGroup

Name

       Miscellaneous_Vector_Functions - The table below describes the list of built-in miscelaneous vector
       functions.

                       ┌──────────────────────────────┬───────────────────────────────────────┐
                       │        vec_step(3clc)        │ Takes a built-in scalar or vector     │
                       │                              │ data type argument and returns an     │
                       │                              │ integer value representing the number │
                       │                              │ of elements in the scalar or vector.  │
                       ├──────────────────────────────┼───────────────────────────────────────┤
                       │ shuffle(3clc), shuffle(3clc) │ Constructs a permutation of elements  │
                       │                              │ from one (or two) input vectors       │
                       └──────────────────────────────┴───────────────────────────────────────┘

Notes

        1. OpenCL Specification
           page 282, section 6.12.12 Miscellaneous Vector Functions

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

See Also

cl_khr_fp16(3clc)

Specification

OpenCLSpecification[1]

See Also