diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_utils.h b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_utils.h index 0270ce1eee1..c3aaabf1753 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_utils.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_utils.h @@ -543,7 +543,7 @@ struct __result_and_scratch_storage inline bool __use_USM_allocations(sycl::queue __queue) { -#if _ONEDPL_SYCL_USM_HOST_PRESENT +#if _ONEDPL_SYCL_UNIFIED_USM_BUFFER_PRESENT return __queue.get_device().has(sycl::aspect::usm_device_allocations); #else return false;