Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][HIP] Add
cl_khr_fp64
in device extensions (#7428)
HIP plugin didn't have `cl_khr_fp64` in SupportedExtensions, so any kernel uses fp64 cannot be launched because `ProgramManager::getBuiltPIProgram` checks `has(aspect::fp64)` which is actually `has_extension("cl_khr_fp64")`.
- Loading branch information