hoonee.cho
Results
2
issues of
hoonee.cho
**I'd like to know if CLVK latest fully support "-cl-std=CL2.0" or not.** The reason why I ask here is that the return value of `CL_DEVICE_OPENCL_C_ALL_VERSIONS` is like below, **which doesn't...
`./clspv -cl-std=CL2.0 -inline-entry-points input.sl` ```Cpp const float M = 4.3f; kernel void myKernel( global float * my_out) { size_t g = get_global_id(0); *my_out = M; } ``` https://godbolt.org/z/714de5ved The tool...