diff --git a/dpnp/backend/kernels/dpnp_krnl_common.cpp b/dpnp/backend/kernels/dpnp_krnl_common.cpp index 74bf506b632..22f50986c2c 100644 --- a/dpnp/backend/kernels/dpnp_krnl_common.cpp +++ b/dpnp/backend/kernels/dpnp_krnl_common.cpp @@ -94,7 +94,7 @@ sycl::event dot(sycl::queue &queue, #if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT syclex::properties(syclex::initialize_to_identity) #else - sycl::property::reduction::initialize_to_identity{} + sycl::property::reduction::initialize_to_identity {} #endif ), [=](sycl::id<1> idx, auto &sum) {