Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/dot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#pragma once

#include <stdexcept>

#include "dot_common.hpp"

namespace dpnp::extensions::blas
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/dotc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#pragma once

#include <stdexcept>

#include "dot_common.hpp"

namespace dpnp::extensions::blas
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/dotu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#pragma once

#include <stdexcept>

#include "dot_common.hpp"

namespace dpnp::extensions::blas
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/gemm_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/blas/gemv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

#pragma once

#include <exception>
#include <stdexcept>

#include <sycl/sycl.hpp>

#include "dpctl4pybind11.hpp"
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/fft/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#pragma once

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <pybind11/pybind11.h>
#include <sycl/sycl.hpp>
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/fft/in_place.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/fft/out_of_place.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
3 changes: 3 additions & 0 deletions dpnp/backend/extensions/lapack/common_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
//*****************************************************************************

#pragma once

#include <stdexcept>

#include <pybind11/pybind11.h>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/geqrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/geqrf_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
3 changes: 3 additions & 0 deletions dpnp/backend/extensions/lapack/gesv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <exception>
#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
3 changes: 3 additions & 0 deletions dpnp/backend/extensions/lapack/gesv_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <exception>
#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/gesvd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/gesvd_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/getrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/getrf_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/getri_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/getrs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/heevd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/stl.h>

#include "evd_common.hpp"
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/heevd_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/stl.h>

#include "common_helpers.hpp"
Expand Down
2 changes: 1 addition & 1 deletion dpnp/backend/extensions/lapack/linalg_exceptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#pragma once
#include <cstring>
#include <stdexcept>
#include <exception>

namespace dpnp::extensions::lapack
{
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/orgqr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/orgqr_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/potrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/potrf_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/syevd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/stl.h>

#include "evd_common.hpp"
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/syevd_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/stl.h>

#include "common_helpers.hpp"
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/ungqr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/lapack/ungqr_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <pybind11/pybind11.h>

// dpctl tensor headers
Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/add.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/atan2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/div.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/fmax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/fmin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/fmod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/hypot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/mul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/nextafter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/pow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions dpnp/backend/extensions/vm/sub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//*****************************************************************************

#include <stdexcept>

#include <oneapi/mkl.hpp>
#include <sycl/sycl.hpp>

Expand Down
Loading
Loading