diff --git a/dpnp/backend/kernels/dpnp_krnl_arraycreation.cpp b/dpnp/backend/kernels/dpnp_krnl_arraycreation.cpp index b5a1e788186..71d93842feb 100644 --- a/dpnp/backend/kernels/dpnp_krnl_arraycreation.cpp +++ b/dpnp/backend/kernels/dpnp_krnl_arraycreation.cpp @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2016-2023, Intel Corporation +// Copyright (c) 2016-2022, Intel Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/dpnp/backend/src/dpnpc_memory_adapter.hpp b/dpnp/backend/src/dpnpc_memory_adapter.hpp index 7c561757d8f..6c81f526778 100644 --- a/dpnp/backend/src/dpnpc_memory_adapter.hpp +++ b/dpnp/backend/src/dpnpc_memory_adapter.hpp @@ -30,9 +30,6 @@ #include "queue_sycl.hpp" #include "dpnp_utils.hpp" -static_assert(__SYCL_COMPILER_VERSION >= __SYCL_COMPILER_VERSION_REQUIRED, - "The compiler does not meet minimum version requirement"); - /** * @ingroup BACKEND_UTILS * @brief Adapter for the memory given by parameters in the DPNPC functions diff --git a/dpnp/backend/src/queue_sycl.cpp b/dpnp/backend/src/queue_sycl.cpp index d102ae640a1..55f78230d64 100644 --- a/dpnp/backend/src/queue_sycl.cpp +++ b/dpnp/backend/src/queue_sycl.cpp @@ -31,9 +31,6 @@ #include "queue_sycl.hpp" #include "dpnp_utils.hpp" -static_assert(__SYCL_COMPILER_VERSION >= __SYCL_COMPILER_VERSION_REQUIRED, - "The compiler does not meet minimum version requirement"); - #if defined(DPNP_LOCAL_QUEUE) sycl::queue* backend_sycl::queue = nullptr; #endif