gpu: sycl: fixed build issue with SYCL kernel compiler

This commit is contained in:
Vadim Pirogov
2025-10-14 15:47:06 -07:00
parent de3f018b62
commit 81b67328c5

View File

@ -114,7 +114,7 @@ status_t engine_t::create_kernels(
const char *source = nullptr;
for (size_t i = 0; source == nullptr && i < kernel_names.size(); i++)
source = ocl::get_kernel_source(kernel_names[i]);
source = get_kernel_source(kernel_names[i]);
VERROR_ENGINE(source, status::runtime_error,
"No OpenCL source was found for kernel");