OpenCL-CTS
OpenCL-CTS copied to clipboard
Test the maximum kernel name and SPIR-V entry point name length
- The limit for SPIR-V seems to be the universal limit for the size of a literal string: 65536
- I could not find a limit for OpenCL C after a quick search