compute-runtime/shared/source/device_binary_format/yaml
Pan, Zhenjie ad49a6e3b0 fix: truncated invalid kernel reason message
IGC will add "invalid_kernel: uses-fp64-math" into kernel binary for fp64
unsupported platform. "uses-fp64-math" will be truncated to "uses" due to "-"
is not a valid identifier. It makes application can't get "uses-fp64-math"
through zeKernelGetSourceAttributes.

Related-To: NEO-7794

Signed-off-by: Pan Zhenjie <zhenjie.pan@intel.com>
2023-03-09 17:58:09 +01:00
..
yaml_parser.cpp feat(yaml_parser): Correct parsing whitespaces-separated strings 2022-11-15 12:48:17 +01:00
yaml_parser.h fix: truncated invalid kernel reason message 2023-03-09 17:58:09 +01:00