constants: make to_string handle more values
This is mostly implemented for `clGetKernelArgInfo` [1] called with `CL_KERNEL_ARG_TYPE_QUALIFIER`. Since an argument can have multiple type qualifiers (e.g. `const` and `volatile`), this returns the bitwise or of the flags that we need to separate. [1] https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html
parent
3100abfa
Loading
Loading
Pipeline
#20089
passed with warnings
with stage
in
18 minutes and 48 seconds
Loading
Please register or sign in to comment