Skip to content

Commit

Permalink
Revert "Set minimum required versions & fix debug building"
Browse files Browse the repository at this point in the history
This reverts commit f91d617.
  • Loading branch information
antonwolfy committed Jan 24, 2023
1 parent f91d617 commit 4d21a52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dpnp/backend/kernels/dpnp_krnl_arraycreation.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions dpnp/backend/src/dpnpc_memory_adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions dpnp/backend/src/queue_sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d21a52

Please sign in to comment.