mkl-devel-dpcpp 2024.1.0__py2.py3-none-manylinux1_x86_64.whl → 2024.2.1__py2.py3-none-manylinux1_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mkl-devel-dpcpp might be problematic. Click here for more details.

Files changed (80) hide show
  1. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas/buffer_decls.hpp +30 -0
  2. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas/usm_decls.hpp +42 -0
  3. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/lapack/concepts.hpp +6 -5
  4. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/lapack/exceptions.hpp +7 -6
  5. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/lapack/lapack.hpp +15 -254
  6. mkl_devel_dpcpp-2024.2.1.data/data/include/oneapi/mkl/lapack/scratchpad.hpp +106 -0
  7. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/lapack.hpp +5 -4
  8. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/spblas/sparse_operations.hpp +35 -0
  9. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/buffer.hpp +63 -1
  10. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/decls.hpp +2 -2
  11. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/decls.hpp +1 -1
  12. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/dispatch.hpp +1 -1
  13. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/ep.hpp +1 -1
  14. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/ha.hpp +1 -1
  15. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/la.hpp +1 -1
  16. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/rts.hpp +1 -1
  17. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/detail/scalar.hpp +1 -1
  18. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/device/vm.hpp +1 -1
  19. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/span.hpp +69 -1
  20. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm/usm.hpp +67 -1
  21. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/lib/libmkl_sycl.a +0 -0
  22. {mkl_devel_dpcpp-2024.1.0.dist-info → mkl_devel_dpcpp-2024.2.1.dist-info}/METADATA +3 -3
  23. mkl_devel_dpcpp-2024.2.1.dist-info/RECORD +79 -0
  24. mkl_devel_dpcpp-2024.1.0.dist-info/RECORD +0 -78
  25. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/bfloat16.hpp +0 -0
  26. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas/buffer.hpp +0 -0
  27. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas/types.hpp +0 -0
  28. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas/usm.hpp +0 -0
  29. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/blas.hpp +0 -0
  30. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/dfti.hpp +0 -0
  31. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/exceptions.hpp +0 -0
  32. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/experimental/data_fitting/interpolate.hpp +0 -0
  33. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/experimental/data_fitting/spline_and_data_params.hpp +0 -0
  34. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/experimental/data_fitting/splines.hpp +0 -0
  35. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/experimental/data_fitting.hpp +0 -0
  36. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/export.hpp +0 -0
  37. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/detail/engine_base.hpp +0 -0
  38. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/bernoulli_impl.hpp +0 -0
  39. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/bits_impl.hpp +0 -0
  40. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/distribution_base.hpp +0 -0
  41. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/engine_base.hpp +0 -0
  42. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/engine_helpers_base.hpp +0 -0
  43. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/exponential_impl.hpp +0 -0
  44. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/gaussian_impl.hpp +0 -0
  45. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/lognormal_impl.hpp +0 -0
  46. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mcg31m1_helpers_impl.hpp +0 -0
  47. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mcg31m1_impl.hpp +0 -0
  48. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mcg59_helpers_impl.hpp +0 -0
  49. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mcg59_impl.hpp +0 -0
  50. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mrg32k3a_helpers_impl.hpp +0 -0
  51. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mrg32k3a_impl.hpp +0 -0
  52. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/mrg32k3a_skip_ahead_matrix.hpp +0 -0
  53. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/philox4x32x10_helpers_impl.hpp +0 -0
  54. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/philox4x32x10_impl.hpp +0 -0
  55. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/poisson_impl.hpp +0 -0
  56. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/types.hpp +0 -0
  57. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/uniform_bits_impl.hpp +0 -0
  58. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/uniform_impl.hpp +0 -0
  59. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/detail/vm_wrappers.hpp +0 -0
  60. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/distributions.hpp +0 -0
  61. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/engine_helpers.hpp +0 -0
  62. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/engines.hpp +0 -0
  63. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/functions.hpp +0 -0
  64. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device/types.hpp +0 -0
  65. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/device.hpp +0 -0
  66. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/distributions.hpp +0 -0
  67. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/engines.hpp +0 -0
  68. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng/functions.hpp +0 -0
  69. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/rng.hpp +0 -0
  70. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/spblas/sparse_auxiliary.hpp +0 -0
  71. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/spblas/sparse_structures.hpp +0 -0
  72. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/spblas.hpp +0 -0
  73. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/stats.hpp +0 -0
  74. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/types.hpp +0 -0
  75. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl/vm.hpp +0 -0
  76. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/include/oneapi/mkl.hpp +0 -0
  77. {mkl_devel_dpcpp-2024.1.0.data → mkl_devel_dpcpp-2024.2.1.data}/data/lib/libmkl_sycl.so +0 -0
  78. {mkl_devel_dpcpp-2024.1.0.dist-info → mkl_devel_dpcpp-2024.2.1.dist-info}/LICENSE.txt +0 -0
  79. {mkl_devel_dpcpp-2024.1.0.dist-info → mkl_devel_dpcpp-2024.2.1.dist-info}/WHEEL +0 -0
  80. {mkl_devel_dpcpp-2024.1.0.dist-info → mkl_devel_dpcpp-2024.2.1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  /*******************************************************************************
2
- * Copyright 2023 Intel Corporation.
2
+ * Copyright 2024 Intel Corporation.
3
3
  *
4
4
  * This software and the related documents are Intel copyrighted materials, and
5
5
  * your use of them is governed by the express license under which they were
@@ -11,21 +11,15 @@
11
11
  * or implied warranties, other than those that are expressly stated in the
12
12
  * License.
13
13
  *******************************************************************************/
14
+ #ifndef _ONEAPI_MKL_LAPACK_LAPACK_HPP__
15
+ #define _ONEAPI_MKL_LAPACK_LAPACK_HPP__
14
16
 
15
- #ifndef _LAPACK_LAPACK_HPP__
16
- #define _LAPACK_LAPACK_HPP__
17
-
18
- //
19
- // DPC++ MKL LAPACK API
20
- //
21
-
22
- #include <cstdint>
23
17
  #include <complex>
18
+ #include <cstdint>
24
19
  #include <sycl/sycl.hpp>
25
20
 
26
- #include "oneapi/mkl/export.hpp"
27
- #include "mkl_types.h"
28
21
  #include "oneapi/mkl/types.hpp"
22
+ #include "oneapi/mkl/export.hpp"
29
23
 
30
24
  namespace oneapi {
31
25
  namespace mkl {
@@ -40,8 +34,6 @@ DLL_EXPORT void potrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n
40
34
  DLL_EXPORT void potrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
41
35
  DLL_EXPORT void potrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
42
36
  DLL_EXPORT void potrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
43
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
44
- std::int64_t potrf_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
45
37
 
46
38
  // potrs
47
39
  DLL_EXPORT sycl::event potrs(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, float *a, std::int64_t lda, float *b, std::int64_t ldb, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
@@ -52,8 +44,6 @@ DLL_EXPORT void potrs(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n
52
44
  DLL_EXPORT void potrs(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &b, std::int64_t ldb, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
53
45
  DLL_EXPORT void potrs(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &b, std::int64_t ldb, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
54
46
  DLL_EXPORT void potrs(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &b, std::int64_t ldb, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
55
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
56
- std::int64_t potrs_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, std::int64_t lda, std::int64_t ldb);
57
47
 
58
48
  // potri
59
49
  DLL_EXPORT sycl::event potri(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, float *a, std::int64_t lda, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
@@ -64,28 +54,18 @@ DLL_EXPORT void potri(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n
64
54
  DLL_EXPORT void potri(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
65
55
  DLL_EXPORT void potri(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
66
56
  DLL_EXPORT void potri(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
67
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
68
- std::int64_t potri_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
69
57
 
70
58
  // trtri
71
59
  DLL_EXPORT sycl::event trtri(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::diag diag, std::int64_t n, float *a, std::int64_t lda, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
72
60
  DLL_EXPORT sycl::event trtri(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::diag diag, std::int64_t n, double *a, std::int64_t lda, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
73
61
  DLL_EXPORT sycl::event trtri(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::diag diag, std::int64_t n, std::complex<float> *a, std::int64_t lda, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
74
62
  DLL_EXPORT sycl::event trtri(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::diag diag, std::int64_t n, std::complex<double> *a, std::int64_t lda, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
75
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
76
- std::int64_t trtri_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::diag diag, std::int64_t n, std::int64_t lda);
77
63
 
78
64
  // gesv
79
65
  DLL_EXPORT sycl::event gesv(sycl::queue &queue, std::int64_t n, std::int64_t nrhs, float *a, std::int64_t lda, std::int64_t *ipiv, float *b, std::int64_t ldb, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
80
66
  DLL_EXPORT sycl::event gesv(sycl::queue &queue, std::int64_t n, std::int64_t nrhs, double *a, std::int64_t lda, std::int64_t *ipiv, double *b, std::int64_t ldb, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
81
67
  DLL_EXPORT sycl::event gesv(sycl::queue &queue, std::int64_t n, std::int64_t nrhs, std::complex<float> *a, std::int64_t lda, std::int64_t *ipiv, std::complex<float> *b, std::int64_t ldb, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
82
68
  DLL_EXPORT sycl::event gesv(sycl::queue &queue, std::int64_t n, std::int64_t nrhs, std::complex<double> *a, std::int64_t lda, std::int64_t *ipiv, std::complex<double> *b, std::int64_t ldb, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
83
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
84
- std::int64_t gesv_scratchpad_size(sycl::queue &queue, std::int64_t n, std::int64_t nrhs, std::int64_t lda, std::int64_t ldb);
85
-
86
- // gebrd: scratchpad size query
87
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
88
- int64_t gebrd_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda);
89
69
 
90
70
  // gebrd: USM API
91
71
  DLL_EXPORT sycl::event gebrd(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda, float *d,
@@ -119,10 +99,6 @@ DLL_EXPORT void gebrd(sycl::queue &queue, int64_t m, int64_t n, sycl::buffer<std
119
99
  sycl::buffer<std::complex<double>> &taup, sycl::buffer<std::complex<double>> &scratchpad,
120
100
  int64_t scratchpad_size);
121
101
 
122
- // geqrf: scratchpad size query
123
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
124
- int64_t geqrf_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda);
125
-
126
102
  // geqrf: USM API
127
103
  DLL_EXPORT sycl::event geqrf(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda,
128
104
  std::complex<float> *tau, std::complex<float> *scratchpad, int64_t scratchpad_size,
@@ -149,11 +125,6 @@ DLL_EXPORT void geqrf(sycl::queue &queue, int64_t m, int64_t n, sycl::buffer<std
149
125
  int64_t lda, sycl::buffer<std::complex<double>> &tau,
150
126
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
151
127
 
152
- // gesvd_cmplx: scratchpad size query
153
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
154
- int64_t gesvd_scratchpad_size(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl::jobsvd jobvt, int64_t m,
155
- int64_t n, int64_t lda, int64_t ldu, int64_t ldvt);
156
-
157
128
  // gesvd_cmplx: USM API
158
129
  DLL_EXPORT sycl::event gesvd(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl::jobsvd jobvt, int64_t m,
159
130
  int64_t n, std::complex<float> *a, int64_t lda, float *s, std::complex<float> *u,
@@ -174,11 +145,6 @@ DLL_EXPORT void gesvd(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl:
174
145
  sycl::buffer<std::complex<double>> &u, int64_t ldu, sycl::buffer<std::complex<double>> &vt,
175
146
  int64_t ldvt, sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
176
147
 
177
- // gesvd_real: scratchpad size query
178
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
179
- int64_t gesvd_scratchpad_size(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl::jobsvd jobvt, int64_t m,
180
- int64_t n, int64_t lda, int64_t ldu, int64_t ldvt);
181
-
182
148
  // gesvd_real: USM API
183
149
  DLL_EXPORT sycl::event gesvd(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl::jobsvd jobvt, int64_t m,
184
150
  int64_t n, double *a, int64_t lda, double *s, double *u, int64_t ldu, double *vt,
@@ -198,12 +164,7 @@ DLL_EXPORT void gesvd(sycl::queue &queue, oneapi::mkl::jobsvd jobu, oneapi::mkl:
198
164
  sycl::buffer<float> &a, int64_t lda, sycl::buffer<float> &s, sycl::buffer<float> &u, int64_t ldu,
199
165
  sycl::buffer<float> &vt, int64_t ldvt, sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
200
166
 
201
- // gesvda_batch_strided: scratchpad size query
202
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
203
- int64_t gesvda_batch_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda, int64_t stride_a,
204
- int64_t stride_s, int64_t ldu, int64_t stride_u, int64_t ldvt, int64_t stride_vt,
205
- int64_t batch_size);
206
-
167
+
207
168
  // gesvda_batch_strided: USM API
208
169
  DLL_EXPORT sycl::event gesvda_batch(sycl::queue &queue, int64_t *iparm, int64_t *irank, int64_t m, int64_t n,
209
170
  std::complex<float> *a, int64_t lda, int64_t stride_a, float *s, int64_t stride_s,
@@ -253,9 +214,6 @@ DLL_EXPORT void gesvda_batch(sycl::queue &queue, sycl::buffer<int64_t> &iparm, s
253
214
  int64_t ldu, int64_t stride_u, sycl::buffer<std::complex<double>> &vt, int64_t ldvt,
254
215
  int64_t stride_vt, double tolerance, sycl::buffer<double> &residual, int64_t batch_size,
255
216
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
256
- // getrf: scratchpad size query
257
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
258
- int64_t getrf_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda);
259
217
 
260
218
  // getrf: USM API
261
219
  DLL_EXPORT sycl::event getrf(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda,
@@ -283,11 +241,6 @@ DLL_EXPORT void getrf(sycl::queue &queue, int64_t m, int64_t n, sycl::buffer<std
283
241
  sycl::buffer<int64_t> &ipiv, sycl::buffer<std::complex<double>> &scratchpad,
284
242
  int64_t scratchpad_size);
285
243
 
286
- // getrf_batch_group: scratchpad size query
287
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
288
- int64_t getrf_batch_scratchpad_size(sycl::queue &queue, int64_t* m, int64_t* n, int64_t* lda, int64_t group_count,
289
- int64_t* group_sizes);
290
-
291
244
  // getrf_batch_group: USM API
292
245
  DLL_EXPORT sycl::event getrf_batch(sycl::queue &queue, int64_t *m, int64_t *n, std::complex<float> **a, int64_t *lda,
293
246
  int64_t **ipiv, int64_t group_count, int64_t *group_sizes,
@@ -304,11 +257,6 @@ DLL_EXPORT sycl::event getrf_batch(sycl::queue &queue, int64_t *m, int64_t *n, s
304
257
  std::complex<double> *scratchpad, int64_t scratchpad_size,
305
258
  const std::vector<sycl::event> &event_list = {});
306
259
 
307
- // getrf_batch_strided: scratchpad size query
308
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
309
- int64_t getrf_batch_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda, int64_t stride_a,
310
- int64_t stride_ipiv, int64_t batch_size);
311
-
312
260
  // getrf_batch_strided: USM API
313
261
  DLL_EXPORT sycl::event getrf_batch(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda,
314
262
  int64_t stride_a, int64_t *ipiv, int64_t stride_ipiv, int64_t batch_size,
@@ -340,10 +288,6 @@ DLL_EXPORT void getrf_batch(sycl::queue &queue, int64_t m, int64_t n, sycl::buff
340
288
  int64_t batch_size, sycl::buffer<std::complex<double>> &scratchpad,
341
289
  int64_t scratchpad_size);
342
290
 
343
- // getrfnp: scratchpad size query
344
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
345
- int64_t getrfnp_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda);
346
-
347
291
  // getrfnp: USM API
348
292
  DLL_EXPORT sycl::event getrfnp(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda,
349
293
  std::complex<float> *scratchpad, int64_t scratchpad_size,
@@ -366,10 +310,6 @@ DLL_EXPORT void getrfnp(sycl::queue &queue, int64_t m, int64_t n, sycl::buffer<f
366
310
  DLL_EXPORT void getrfnp(sycl::queue &queue, int64_t m, int64_t n, sycl::buffer<std::complex<double>> &a, int64_t lda,
367
311
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
368
312
 
369
- // getrfnp_batch_group: scratchpad size query
370
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
371
- int64_t getrfnp_batch_scratchpad_size(sycl::queue &queue, int64_t* m, int64_t* n, int64_t* lda, int64_t group_count,
372
- int64_t* group_sizes);
373
313
 
374
314
  // getrfnp_batch_group: USM API
375
315
  DLL_EXPORT sycl::event getrfnp_batch(sycl::queue &queue, int64_t *m, int64_t *n, std::complex<float> **a, int64_t *lda,
@@ -385,11 +325,6 @@ DLL_EXPORT sycl::event getrfnp_batch(sycl::queue &queue, int64_t *m, int64_t *n,
385
325
  int64_t group_count, int64_t *group_sizes, std::complex<double> *scratchpad,
386
326
  int64_t scratchpad_size, const std::vector<sycl::event> &event_list = {});
387
327
 
388
- // getrfnp_batch_strided: scratchpad size query
389
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
390
- int64_t getrfnp_batch_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t lda, int64_t stride_a,
391
- int64_t batch_size);
392
-
393
328
  // getrfnp_batch_strided: USM API
394
329
  DLL_EXPORT sycl::event getrfnp_batch(sycl::queue &queue, int64_t m, int64_t n, std::complex<float> *a, int64_t lda,
395
330
  int64_t stride_a, int64_t batch_size, std::complex<float> *scratchpad,
@@ -418,10 +353,6 @@ DLL_EXPORT void getrfnp_batch(sycl::queue &queue, int64_t m, int64_t n, sycl::bu
418
353
  int64_t lda, int64_t stride_a, int64_t batch_size,
419
354
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
420
355
 
421
- // getri: scratchpad size query
422
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
423
- int64_t getri_scratchpad_size(sycl::queue &queue, int64_t n, int64_t lda);
424
-
425
356
  // getri: USM API
426
357
  DLL_EXPORT sycl::event getri(sycl::queue &queue, int64_t n, std::complex<float> *a, int64_t lda, int64_t *ipiv,
427
358
  std::complex<float> *scratchpad, int64_t scratchpad_size,
@@ -446,11 +377,6 @@ DLL_EXPORT void getri(sycl::queue &queue, int64_t n, sycl::buffer<std::complex<d
446
377
  sycl::buffer<int64_t> &ipiv, sycl::buffer<std::complex<double>> &scratchpad,
447
378
  int64_t scratchpad_size);
448
379
 
449
- // getri_oop_batch_strided: scratchpad size query
450
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
451
- int64_t getri_batch_scratchpad_size(sycl::queue &queue, int64_t n, int64_t lda, int64_t stride_a,
452
- int64_t stride_ipiv, int64_t ldainv, int64_t stride_ainv, int64_t batch_size);
453
-
454
380
  // getri_oop_batch_strided: USM API
455
381
  DLL_EXPORT sycl::event getri_batch(sycl::queue &queue, int64_t n, std::complex<float> *a, int64_t lda,
456
382
  int64_t stride_a, int64_t *ipiv, int64_t stride_ipiv, std::complex<float> *ainv,
@@ -493,11 +419,6 @@ DLL_EXPORT void getri_batch(sycl::queue &queue, int64_t n, sycl::buffer<std::com
493
419
  int64_t batch_size, sycl::buffer<std::complex<double>> &scratchpad,
494
420
  int64_t scratchpad_size);
495
421
 
496
- // getrs: scratchpad size query
497
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
498
- int64_t getrs_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs, int64_t lda,
499
- int64_t ldb);
500
-
501
422
  // getrs: USM API
502
423
  DLL_EXPORT sycl::event getrs(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs,
503
424
  std::complex<float> *a, int64_t lda, int64_t *ipiv, std::complex<float> *b, int64_t ldb,
@@ -530,12 +451,6 @@ DLL_EXPORT void getrs(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t
530
451
  sycl::buffer<std::complex<double>> &b, int64_t ldb,
531
452
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
532
453
 
533
- // getrs_batch_strided: scratchpad size query
534
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
535
- int64_t getrs_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs,
536
- int64_t lda, int64_t stride_a, int64_t stride_ipiv, int64_t ldb, int64_t stride_b,
537
- int64_t batch_size);
538
-
539
454
  // getrs_batch_strided: USM API
540
455
  DLL_EXPORT sycl::event getrs_batch(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs,
541
456
  std::complex<float> *a, int64_t lda, int64_t stride_a, int64_t *ipiv,
@@ -579,11 +494,6 @@ DLL_EXPORT void getrs_batch(sycl::queue &queue, oneapi::mkl::transpose trans, in
579
494
  int64_t batch_size, sycl::buffer<std::complex<double>> &scratchpad,
580
495
  int64_t scratchpad_size);
581
496
 
582
- // getrsnp_batch_strided: scratchpad size query
583
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
584
- int64_t getrsnp_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs,
585
- int64_t lda, int64_t stride_a, int64_t ldb, int64_t stride_b, int64_t batch_size);
586
-
587
497
  // getrsnp_batch_strided: USM API
588
498
  DLL_EXPORT sycl::event getrsnp_batch(sycl::queue &queue, oneapi::mkl::transpose trans, int64_t n, int64_t nrhs,
589
499
  std::complex<float> *a, int64_t lda, int64_t stride_a, std::complex<float> *b,
@@ -621,11 +531,6 @@ DLL_EXPORT void getrsnp_batch(sycl::queue &queue, oneapi::mkl::transpose trans,
621
531
  sycl::buffer<std::complex<double>> &b, int64_t ldb, int64_t stride_b, int64_t batch_size,
622
532
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
623
533
 
624
- // heev: scratchpad size query
625
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
626
- int64_t heev_scratchpad_size(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::uplo uplo, int64_t n,
627
- int64_t lda);
628
-
629
534
  // heev: USM API
630
535
  DLL_EXPORT sycl::event heev(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::uplo uplo, int64_t n,
631
536
  std::complex<float> *a, int64_t lda, float *w, std::complex<float> *scratchpad,
@@ -642,11 +547,6 @@ DLL_EXPORT void heev(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::u
642
547
  sycl::buffer<std::complex<double>> &a, int64_t lda, sycl::buffer<double> &w,
643
548
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
644
549
 
645
- // heevd: scratchpad size query
646
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
647
- int64_t heevd_scratchpad_size(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo, int64_t n,
648
- int64_t lda);
649
-
650
550
  // heevd: USM API
651
551
  DLL_EXPORT sycl::event heevd(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo, int64_t n,
652
552
  std::complex<float> *a, int64_t lda, float *w, std::complex<float> *scratchpad,
@@ -663,13 +563,6 @@ DLL_EXPORT void heevd(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::up
663
563
  sycl::buffer<std::complex<double>> &a, int64_t lda, sycl::buffer<double> &w,
664
564
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
665
565
 
666
- // heevx: scratchpad size query
667
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
668
- int64_t heevx_scratchpad_size(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
669
- oneapi::mkl::uplo uplo, int64_t n, int64_t lda, typename fp_type::value_type vl,
670
- typename fp_type::value_type vu, int64_t il, int64_t iu,
671
- typename fp_type::value_type abstol, int64_t ldz);
672
-
673
566
  // heevx: USM API
674
567
  DLL_EXPORT sycl::event heevx(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
675
568
  oneapi::mkl::uplo uplo, int64_t n, std::complex<float> *a, int64_t lda, float vl, float vu,
@@ -694,11 +587,6 @@ DLL_EXPORT void heevx(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::
694
587
  sycl::buffer<std::complex<double>> &z, int64_t ldz,
695
588
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
696
589
 
697
- // hegvd: scratchpad size query
698
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
699
- int64_t hegvd_scratchpad_size(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo,
700
- int64_t n, int64_t lda, int64_t ldb);
701
-
702
590
  // hegvd: USM API
703
591
  DLL_EXPORT sycl::event hegvd(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo,
704
592
  int64_t n, std::complex<float> *a, int64_t lda, std::complex<float> *b, int64_t ldb,
@@ -719,13 +607,6 @@ DLL_EXPORT void hegvd(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz,
719
607
  int64_t ldb, sycl::buffer<double> &w, sycl::buffer<std::complex<double>> &scratchpad,
720
608
  int64_t scratchpad_size);
721
609
 
722
- // hegvx: scratchpad size query
723
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
724
- int64_t hegvx_scratchpad_size(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
725
- oneapi::mkl::uplo uplo, int64_t n, int64_t lda, int64_t ldb,
726
- typename fp_type::value_type vl, typename fp_type::value_type vu, int64_t il, int64_t iu,
727
- typename fp_type::value_type abstol, int64_t ldz);
728
-
729
610
  // hegvx: USM API
730
611
  DLL_EXPORT sycl::event hegvx(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
731
612
  oneapi::mkl::uplo uplo, int64_t n, std::complex<float> *a, int64_t lda,
@@ -754,10 +635,6 @@ DLL_EXPORT void hegvx(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz
754
635
  sycl::buffer<std::complex<double>> &z, int64_t ldz,
755
636
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
756
637
 
757
- // hetrd: scratchpad size query
758
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
759
- int64_t hetrd_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, int64_t n, int64_t lda);
760
-
761
638
  // hetrd: USM API
762
639
  DLL_EXPORT sycl::event hetrd(sycl::queue &queue, oneapi::mkl::uplo uplo, int64_t n, std::complex<float> *a, int64_t lda,
763
640
  float *d, float *e, std::complex<float> *tau, std::complex<float> *scratchpad,
@@ -782,20 +659,12 @@ DLL_EXPORT sycl::event hetrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::in
782
659
  DLL_EXPORT sycl::event hetrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::complex<double> *a, std::int64_t lda, std::int64_t *ipiv, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
783
660
  DLL_EXPORT void hetrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::int64_t> &ipiv, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
784
661
  DLL_EXPORT void hetrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::int64_t> &ipiv, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
785
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
786
- std::int64_t hetrf_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
787
662
 
788
663
  // orgbr
789
664
  DLL_EXPORT sycl::event orgbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, float *a, std::int64_t lda, float *tau, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
790
665
  DLL_EXPORT sycl::event orgbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, double *a, std::int64_t lda, double *tau, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
791
666
  DLL_EXPORT void orgbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<float> &a, std::int64_t lda, sycl::buffer<float> &tau, sycl::buffer<float> &scratchpad, std::int64_t scratchpad_size);
792
667
  DLL_EXPORT void orgbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &tau, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
793
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
794
- std::int64_t orgbr_scratchpad_size(sycl::queue &queue, oneapi::mkl::generate vect, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda);
795
-
796
- // orgqr: scratchpad size query
797
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
798
- int64_t orgqr_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t k, int64_t lda);
799
668
 
800
669
  // orgqr: USM API
801
670
  DLL_EXPORT sycl::event orgqr(sycl::queue &queue, int64_t m, int64_t n, int64_t k, double *a, int64_t lda, double *tau,
@@ -811,11 +680,6 @@ DLL_EXPORT void orgqr(sycl::queue &queue, int64_t m, int64_t n, int64_t k, sycl:
811
680
  DLL_EXPORT void orgqr(sycl::queue &queue, int64_t m, int64_t n, int64_t k, sycl::buffer<float> &a, int64_t lda,
812
681
  sycl::buffer<float> &tau, sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
813
682
 
814
- // ormqr: scratchpad size query
815
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
816
- int64_t ormqr_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, int64_t m,
817
- int64_t n, int64_t k, int64_t lda, int64_t ldc);
818
-
819
683
  // ormqr: USM API
820
684
  DLL_EXPORT sycl::event ormqr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, int64_t m,
821
685
  int64_t n, int64_t k, double *a, int64_t lda, double *tau, double *c, int64_t ldc,
@@ -834,10 +698,6 @@ DLL_EXPORT void ormqr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::t
834
698
  int64_t k, sycl::buffer<float> &a, int64_t lda, sycl::buffer<float> &tau, sycl::buffer<float> &c,
835
699
  int64_t ldc, sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
836
700
 
837
- // steqr: scratchpad size query
838
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
839
- int64_t steqr_scratchpad_size(sycl::queue &queue, oneapi::mkl::compz compz, int64_t n, int64_t ldz);
840
-
841
701
  // steqr: USM API
842
702
  DLL_EXPORT sycl::event steqr(sycl::queue &queue, oneapi::mkl::compz compz, int64_t n, float *d, float *e,
843
703
  std::complex<float> *z, int64_t ldz, std::complex<float> *scratchpad,
@@ -866,11 +726,6 @@ DLL_EXPORT void steqr(sycl::queue &queue, oneapi::mkl::compz compz, int64_t n, s
866
726
  sycl::buffer<double> &e, sycl::buffer<std::complex<double>> &z, int64_t ldz,
867
727
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
868
728
 
869
- // syev: scratchpad size query
870
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
871
- int64_t syev_scratchpad_size(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::uplo uplo, int64_t n,
872
- int64_t lda);
873
-
874
729
  // syev: USM API
875
730
  DLL_EXPORT sycl::event syev(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::uplo uplo, int64_t n, double *a,
876
731
  int64_t lda, double *w, double *scratchpad, int64_t scratchpad_size,
@@ -887,11 +742,6 @@ DLL_EXPORT void syev(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::u
887
742
  sycl::buffer<float> &a, int64_t lda, sycl::buffer<float> &w, sycl::buffer<float> &scratchpad,
888
743
  int64_t scratchpad_size);
889
744
 
890
- // syevd: scratchpad size query
891
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
892
- int64_t syevd_scratchpad_size(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo, int64_t n,
893
- int64_t lda);
894
-
895
745
  // syevd: USM API
896
746
  DLL_EXPORT sycl::event syevd(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo, int64_t n, double *a,
897
747
  int64_t lda, double *w, double *scratchpad, int64_t scratchpad_size,
@@ -908,12 +758,6 @@ DLL_EXPORT void syevd(sycl::queue &queue, oneapi::mkl::job jobz, oneapi::mkl::up
908
758
  sycl::buffer<float> &a, int64_t lda, sycl::buffer<float> &w, sycl::buffer<float> &scratchpad,
909
759
  int64_t scratchpad_size);
910
760
 
911
- // syevx: scratchpad size query
912
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
913
- int64_t syevx_scratchpad_size(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
914
- oneapi::mkl::uplo uplo, int64_t n, int64_t lda, fp_type vl, fp_type vu, int64_t il,
915
- int64_t iu, fp_type abstol, int64_t ldz);
916
-
917
761
  // syevx: USM API
918
762
  DLL_EXPORT sycl::event syevx(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
919
763
  oneapi::mkl::uplo uplo, int64_t n, double *a, int64_t lda, double vl, double vu,
@@ -935,11 +779,6 @@ DLL_EXPORT void syevx(sycl::queue &queue, oneapi::mkl::compz jobz, oneapi::mkl::
935
779
  float abstol, sycl::buffer<int64_t> &m, sycl::buffer<float> &w, sycl::buffer<float> &z,
936
780
  int64_t ldz, sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
937
781
 
938
- // sygvd: scratchpad size query
939
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
940
- int64_t sygvd_scratchpad_size(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo,
941
- int64_t n, int64_t lda, int64_t ldb);
942
-
943
782
  // sygvd: USM API
944
783
  DLL_EXPORT sycl::event sygvd(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz, oneapi::mkl::uplo uplo,
945
784
  int64_t n, double *a, int64_t lda, double *b, int64_t ldb, double *w, double *scratchpad,
@@ -956,12 +795,6 @@ DLL_EXPORT void sygvd(sycl::queue &queue, int64_t itype, oneapi::mkl::job jobz,
956
795
  sycl::buffer<float> &a, int64_t lda, sycl::buffer<float> &b, int64_t ldb, sycl::buffer<float> &w,
957
796
  sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
958
797
 
959
- // sygvx: scratchpad size query
960
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
961
- int64_t sygvx_scratchpad_size(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
962
- oneapi::mkl::uplo uplo, int64_t n, int64_t lda, int64_t ldb, fp_type vl, fp_type vu,
963
- int64_t il, int64_t iu, fp_type abstol, int64_t ldz);
964
-
965
798
  // sygvx: USM API
966
799
  DLL_EXPORT sycl::event sygvx(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz, oneapi::mkl::rangev range,
967
800
  oneapi::mkl::uplo uplo, int64_t n, double *a, int64_t lda, double *b, int64_t ldb,
@@ -986,10 +819,6 @@ DLL_EXPORT void sygvx(sycl::queue &queue, int64_t itype, oneapi::mkl::compz jobz
986
819
  sycl::buffer<float> &w, sycl::buffer<float> &z, int64_t ldz, sycl::buffer<float> &scratchpad,
987
820
  int64_t scratchpad_size);
988
821
 
989
- // sytrd: scratchpad size query
990
- template <typename fp_type, internal::is_real_floating_point<fp_type> = nullptr>
991
- int64_t sytrd_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, int64_t n, int64_t lda);
992
-
993
822
  // sytrd: USM API
994
823
  DLL_EXPORT sycl::event sytrd(sycl::queue &queue, oneapi::mkl::uplo uplo, int64_t n, double *a, int64_t lda, double *d,
995
824
  double *e, double *tau, double *scratchpad, int64_t scratchpad_size,
@@ -1006,11 +835,6 @@ DLL_EXPORT void sytrd(sycl::queue &queue, oneapi::mkl::uplo uplo, int64_t n, syc
1006
835
  sycl::buffer<float> &d, sycl::buffer<float> &e, sycl::buffer<float> &tau,
1007
836
  sycl::buffer<float> &scratchpad, int64_t scratchpad_size);
1008
837
 
1009
- // trtrs: scratchpad size query
1010
- template <typename fp_type, internal::is_floating_point<fp_type> = nullptr>
1011
- int64_t trtrs_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans,
1012
- oneapi::mkl::diag diag, int64_t n, int64_t nrhs, int64_t lda, int64_t ldb);
1013
-
1014
838
  // trtrs: USM API
1015
839
  DLL_EXPORT sycl::event trtrs(sycl::queue &queue, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans,
1016
840
  oneapi::mkl::diag diag, int64_t n, int64_t nrhs, std::complex<float> *a, int64_t lda,
@@ -1050,12 +874,6 @@ DLL_EXPORT sycl::event ungbr(sycl::queue &queue, oneapi::mkl::generate vec, std:
1050
874
  DLL_EXPORT sycl::event ungbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, std::complex<double> *a, std::int64_t lda, std::complex<double> *tau, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1051
875
  DLL_EXPORT void ungbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &tau, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1052
876
  DLL_EXPORT void ungbr(sycl::queue &queue, oneapi::mkl::generate vec, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &tau, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1053
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1054
- std::int64_t ungbr_scratchpad_size(sycl::queue &queue, oneapi::mkl::generate vect, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda);
1055
-
1056
- // ungqr: scratchpad size query
1057
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
1058
- int64_t ungqr_scratchpad_size(sycl::queue &queue, int64_t m, int64_t n, int64_t k, int64_t lda);
1059
877
 
1060
878
  // ungqr: USM API
1061
879
  DLL_EXPORT sycl::event ungqr(sycl::queue &queue, int64_t m, int64_t n, int64_t k, std::complex<float> *a, int64_t lda,
@@ -1073,11 +891,6 @@ DLL_EXPORT void ungqr(sycl::queue &queue, int64_t m, int64_t n, int64_t k, sycl:
1073
891
  int64_t lda, sycl::buffer<std::complex<double>> &tau,
1074
892
  sycl::buffer<std::complex<double>> &scratchpad, int64_t scratchpad_size);
1075
893
 
1076
- // unmqr: scratchpad size query
1077
- template <typename fp_type, internal::is_complex_floating_point<fp_type> = nullptr>
1078
- int64_t unmqr_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, int64_t m,
1079
- int64_t n, int64_t k, int64_t lda, int64_t ldc);
1080
-
1081
894
  // unmqr: USM API
1082
895
  DLL_EXPORT sycl::event unmqr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, int64_t m,
1083
896
  int64_t n, int64_t k, std::complex<float> *a, int64_t lda, std::complex<float> *tau,
@@ -1107,24 +920,18 @@ DLL_EXPORT void gerqf(sycl::queue &queue, std::int64_t m, std::int64_t n, sycl::
1107
920
  DLL_EXPORT void gerqf(sycl::queue &queue, std::int64_t m, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &tau, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
1108
921
  DLL_EXPORT void gerqf(sycl::queue &queue, std::int64_t m, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &tau, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1109
922
  DLL_EXPORT void gerqf(sycl::queue &queue, std::int64_t m, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &tau, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1110
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1111
- std::int64_t gerqf_scratchpad_size(sycl::queue &queue, std::int64_t m, std::int64_t n, std::int64_t lda);
1112
923
 
1113
924
  // ormrq
1114
925
  DLL_EXPORT sycl::event ormrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, float *a, std::int64_t lda, float *tau, float *c, std::int64_t ldc, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1115
926
  DLL_EXPORT sycl::event ormrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, double *a, std::int64_t lda, double *tau, double *c, std::int64_t ldc, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1116
927
  DLL_EXPORT void ormrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<float> &a, std::int64_t lda, sycl::buffer<float> &tau, sycl::buffer<float> &c, std::int64_t ldc, sycl::buffer<float> &scratchpad, std::int64_t scratchpad_size);
1117
928
  DLL_EXPORT void ormrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &tau, sycl::buffer<double> &c, std::int64_t ldc, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
1118
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1119
- std::int64_t ormrq_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda, std::int64_t ldc);
1120
929
 
1121
930
  // unmrq
1122
931
  DLL_EXPORT sycl::event unmrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, std::complex<float> *a, std::int64_t lda, std::complex<float> *tau, std::complex<float> *c, std::int64_t ldc, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1123
932
  DLL_EXPORT sycl::event unmrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, std::complex<double> *a, std::int64_t lda, std::complex<double> *tau, std::complex<double> *c, std::int64_t ldc, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1124
933
  DLL_EXPORT void unmrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &tau, sycl::buffer<std::complex<float>> &c, std::int64_t ldc, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1125
934
  DLL_EXPORT void unmrq(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &tau, sycl::buffer<std::complex<double>> &c, std::int64_t ldc, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1126
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1127
- std::int64_t unmrq_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda, std::int64_t ldc);
1128
935
 
1129
936
  // sytrf
1130
937
  DLL_EXPORT sycl::event sytrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, float *a, std::int64_t lda, std::int64_t *ipiv, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
@@ -1135,40 +942,36 @@ DLL_EXPORT void sytrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n
1135
942
  DLL_EXPORT void sytrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<std::int64_t> &ipiv, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
1136
943
  DLL_EXPORT void sytrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::int64_t> &ipiv, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1137
944
  DLL_EXPORT void sytrf(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::int64_t> &ipiv, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1138
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1139
- std::int64_t sytrf_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
1140
945
 
1141
946
  // orgtr
1142
947
  DLL_EXPORT sycl::event orgtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, float *a, std::int64_t lda, float *tau, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1143
948
  DLL_EXPORT sycl::event orgtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, double *a, std::int64_t lda, double *tau, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1144
949
  DLL_EXPORT void orgtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<float> &a, std::int64_t lda, sycl::buffer<float> &tau, sycl::buffer<float> &scratchpad, std::int64_t scratchpad_size);
1145
950
  DLL_EXPORT void orgtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &tau, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
1146
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1147
- std::int64_t orgtr_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
1148
951
 
1149
952
  // ungtr
1150
953
  DLL_EXPORT sycl::event ungtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::complex<float> *a, std::int64_t lda, std::complex<float> *tau, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1151
954
  DLL_EXPORT sycl::event ungtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::complex<double> *a, std::int64_t lda, std::complex<double> *tau, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1152
955
  DLL_EXPORT void ungtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &tau, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1153
956
  DLL_EXPORT void ungtr(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &tau, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1154
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1155
- std::int64_t ungtr_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda);
1156
957
 
1157
958
  // ormtr
1158
959
  DLL_EXPORT sycl::event ormtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, float *a, std::int64_t lda, float *tau, float *c, std::int64_t ldc, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1159
960
  DLL_EXPORT sycl::event ormtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, double *a, std::int64_t lda, double *tau, double *c, std::int64_t ldc, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1160
961
  DLL_EXPORT void ormtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, sycl::buffer<float> &a, std::int64_t lda, sycl::buffer<float> &tau, sycl::buffer<float> &c, std::int64_t ldc, sycl::buffer<float> &scratchpad, std::int64_t scratchpad_size);
1161
962
  DLL_EXPORT void ormtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, sycl::buffer<double> &a, std::int64_t lda, sycl::buffer<double> &tau, sycl::buffer<double> &c, std::int64_t ldc, sycl::buffer<double> &scratchpad, std::int64_t scratchpad_size);
1162
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1163
- std::int64_t ormtr_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t lda, std::int64_t ldc);
1164
963
 
1165
964
  // unmtr
1166
965
  DLL_EXPORT sycl::event unmtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::complex<float> *a, std::int64_t lda, std::complex<float> *tau, std::complex<float> *c, std::int64_t ldc, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1167
966
  DLL_EXPORT sycl::event unmtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::complex<double> *a, std::int64_t lda, std::complex<double> *tau, std::complex<double> *c, std::int64_t ldc, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1168
967
  DLL_EXPORT void unmtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, sycl::buffer<std::complex<float>> &a, std::int64_t lda, sycl::buffer<std::complex<float>> &tau, sycl::buffer<std::complex<float>> &c, std::int64_t ldc, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1169
968
  DLL_EXPORT void unmtr(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, sycl::buffer<std::complex<double>> &a, std::int64_t lda, sycl::buffer<std::complex<double>> &tau, sycl::buffer<std::complex<double>> &c, std::int64_t ldc, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1170
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1171
- std::int64_t unmtr_scratchpad_size(sycl::queue &queue, oneapi::mkl::side side, oneapi::mkl::uplo uplo, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t lda, std::int64_t ldc);
969
+
970
+ // gels
971
+ DLL_EXPORT sycl::event gels(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, float *a, std::int64_t lda, float *b, std::int64_t ldb, float *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
972
+ DLL_EXPORT sycl::event gels(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, double *a, std::int64_t lda, double *b, std::int64_t ldb, double *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
973
+ DLL_EXPORT sycl::event gels(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, std::complex<float> *a, std::int64_t lda, std::complex<float> *b, std::int64_t ldb, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
974
+ DLL_EXPORT sycl::event gels(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, std::complex<double> *a, std::int64_t lda, std::complex<double> *b, std::int64_t ldb, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1172
975
 
1173
976
  //
1174
977
  // DPC++ MKL LAPACK batch group API
@@ -1226,32 +1029,6 @@ DLL_EXPORT sycl::event gels_batch(sycl::queue &queue, oneapi::mkl::transpose *tr
1226
1029
  DLL_EXPORT sycl::event gels_batch(sycl::queue &queue, oneapi::mkl::transpose *trans, std::int64_t *m, std::int64_t *n, std::int64_t *nrhs, std::complex<float> **a, std::int64_t *lda,std::complex<float> **b, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes, std::complex<float> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1227
1030
  DLL_EXPORT sycl::event gels_batch(sycl::queue &queue, oneapi::mkl::transpose *trans, std::int64_t *m, std::int64_t *n, std::int64_t *nrhs, std::complex<double> **a, std::int64_t *lda, std::complex<double> **b, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes, std::complex<double> *scratchpad, std::int64_t scratchpad_size, const std::vector<sycl::event> &events = {});
1228
1031
 
1229
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1230
- std::int64_t potrf_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo *uplo, std::int64_t *n, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1231
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1232
- std::int64_t potrs_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo *uplo, std::int64_t *n, std::int64_t *nrhs, std::int64_t *lda, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes);
1233
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1234
- std::int64_t geinv_batch_scratchpad_size(sycl::queue &queue, std::int64_t *n, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1235
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1236
- std::int64_t getrs_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose *trans, std::int64_t *n, std::int64_t *nrhs, std::int64_t *lda, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes);
1237
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1238
- std::int64_t getri_batch_scratchpad_size(sycl::queue &queue, std::int64_t *n, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1239
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1240
- std::int64_t geqrf_batch_scratchpad_size(sycl::queue &queue, std::int64_t *m, std::int64_t *n, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1241
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1242
- std::int64_t orgqr_batch_scratchpad_size(sycl::queue &queue, std::int64_t *m, std::int64_t *n, std::int64_t *k, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1243
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1244
- std::int64_t ungqr_batch_scratchpad_size(sycl::queue &queue, std::int64_t *m, std::int64_t *n, std::int64_t *k, std::int64_t *lda, std::int64_t group_count, std::int64_t *group_sizes);
1245
-
1246
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1247
- std::int64_t ormqr_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::side *side, oneapi::mkl::transpose *trans, std::int64_t *m, std::int64_t *n, std::int64_t *k, std::int64_t *lda, std::int64_t *ldc, std::int64_t group_count, std::int64_t *group_sizes);
1248
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1249
- std::int64_t unmqr_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::side *side, oneapi::mkl::transpose *trans, std::int64_t *m, std::int64_t *n, std::int64_t *k, std::int64_t *lda, std::int64_t *ldc, std::int64_t group_count, std::int64_t *group_sizes);
1250
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1251
- std::int64_t trtrs_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo *uplo, oneapi::mkl::transpose *trans, oneapi::mkl::diag *diag, std::int64_t *n, std::int64_t *nrhs, std::int64_t *lda, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes);
1252
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1253
- std::int64_t gels_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose *trans, int64_t *m, std::int64_t *n, std::int64_t *nrhs, std::int64_t *lda, std::int64_t *ldb, std::int64_t group_count, std::int64_t *group_sizes);
1254
-
1255
1032
  //
1256
1033
  // DPC++ MKL LAPACK batch stride API
1257
1034
  //
@@ -1311,24 +1088,8 @@ DLL_EXPORT void gels_batch(sycl::queue &queue, oneapi::mkl::transpose trans, std
1311
1088
  DLL_EXPORT void gels_batch(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, sycl::buffer<std::complex<float>> &a, std::int64_t lda, std::int64_t stridea, sycl::buffer<std::complex<float>> &b, std::int64_t ldb, std::int64_t strideb, std::int64_t batchsize, sycl::buffer<std::complex<float>> &scratchpad, std::int64_t scratchpad_size);
1312
1089
  DLL_EXPORT void gels_batch(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, sycl::buffer<std::complex<double>> &a, std::int64_t lda, std::int64_t stridea, sycl::buffer<std::complex<double>> &b, std::int64_t ldb, std::int64_t strideb, std::int64_t batchsize, sycl::buffer<std::complex<double>> &scratchpad, std::int64_t scratchpad_size);
1313
1090
 
1314
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1315
- std::int64_t potrf_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t lda, std::int64_t stride_a, std::int64_t batch_size);
1316
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1317
- std::int64_t potrs_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::uplo uplo, std::int64_t n, std::int64_t nrhs, std::int64_t lda, std::int64_t stride_a, std::int64_t ldb, std::int64_t stride_b, std::int64_t batch_size);
1318
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1319
- std::int64_t geqrf_batch_scratchpad_size(sycl::queue &queue, std::int64_t m, std::int64_t n, std::int64_t lda, std::int64_t stride_a, std::int64_t stride_tau, std::int64_t batch_size);
1320
- template <typename data_t, oneapi::mkl::lapack::internal::is_real_floating_point<data_t> = nullptr>
1321
- std::int64_t orgqr_batch_scratchpad_size(sycl::queue &queue, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda, std::int64_t stride_a, std::int64_t stride_tau, std::int64_t batch_size);
1322
- template <typename data_t, oneapi::mkl::lapack::internal::is_complex_floating_point<data_t> = nullptr>
1323
- std::int64_t ungqr_batch_scratchpad_size(sycl::queue &queue, std::int64_t m, std::int64_t n, std::int64_t k, std::int64_t lda, std::int64_t stride_a, std::int64_t stride_tau, std::int64_t batch_size);
1324
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1325
- std::int64_t getri_batch_scratchpad_size(sycl::queue &queue, std::int64_t n, std::int64_t lda, std::int64_t stride_a, std::int64_t stride_ipiv, std::int64_t batch_size);
1326
- template <typename data_t, oneapi::mkl::lapack::internal::is_floating_point<data_t> = nullptr>
1327
- std::int64_t gels_batch_scratchpad_size(sycl::queue &queue, oneapi::mkl::transpose trans, std::int64_t m, std::int64_t n, std::int64_t nrhs, std::int64_t lda, std::int64_t stride_a, std::int64_t ldb, std::int64_t stride_b, std::int64_t batch_size);
1328
-
1329
- } //namespace lapack
1330
- } //namespace mkl
1091
+ } // namespace lapack
1092
+ } // namespace mkl
1331
1093
  } // namespace oneapi
1332
1094
 
1333
-
1334
- #endif // _LAPACK_LAPACK_HPP__
1095
+ #endif // _ONEAPI_MKL_LAPACK_LAPACK_HPP__