Skip to content
Commit ababc2aa authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment