mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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>