Skip to content

Commit 51738a7

Browse files
Implement dpnp.linalg.lu_solve() batch inputs 2a6b44b
1 parent f97e6ff commit 51738a7

File tree

1,012 files changed

+14527
-13977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,012 files changed

+14527
-13977
lines changed

pull/2619/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: dc243554221ce8183a71fc8e2d493ddb
3+
config: 6575b6d764cb8eaa1b875bf3aacb3621
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

pull/2619/_modules/dpnp/dpnp_array.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_array_api_info.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_array_api_info &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_array_api_info &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_array_api_info</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_flatiter.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_flatiter</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_flatiter</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_iface.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_iface_arraycreation.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_iface_bitwise.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_iface_bitwise &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_iface_bitwise &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_iface_counting.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_iface_counting &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_iface_counting &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -85,7 +85,7 @@
8585
<h1>Source code for dpnp.dpnp_iface_counting</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
8787
<span class="c1"># *****************************************************************************</span>
88-
<span class="c1"># Copyright (c) 2016-2025, Intel Corporation</span>
88+
<span class="c1"># Copyright (c) 2016, Intel Corporation</span>
8989
<span class="c1"># All rights reserved.</span>
9090
<span class="c1">#</span>
9191
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -95,6 +95,9 @@ <h1>Source code for dpnp.dpnp_iface_counting</h1><div class="highlight"><pre>
9595
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9696
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9797
<span class="c1"># and/or other materials provided with the distribution.</span>
98+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
99+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
100+
<span class="c1"># without specific prior written permission.</span>
98101
<span class="c1">#</span>
99102
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
100103
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

pull/2619/_modules/dpnp/dpnp_iface_functional.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
</script>
1515

1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>dpnp.dpnp_iface_functional &mdash; Data Parallel Extension for NumPy 0.20.0dev0+15.g8abb0aa4167 documentation</title>
17+
<title>dpnp.dpnp_iface_functional &mdash; Data Parallel Extension for NumPy 0.20.0dev0+21.g2a6b44bd1e2 documentation</title>
1818
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1919
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
2020

2121

2222
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2323
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
24-
<script src="../../_static/documentation_options.js?v=9049b7db"></script>
24+
<script src="../../_static/documentation_options.js?v=14e58986"></script>
2525
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2626
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2727
<script src="../../_static/js/theme.js"></script>
@@ -84,7 +84,7 @@
8484

8585
<h1>Source code for dpnp.dpnp_iface_functional</h1><div class="highlight"><pre>
8686
<span></span><span class="c1"># *****************************************************************************</span>
87-
<span class="c1"># Copyright (c) 2024-2025, Intel Corporation</span>
87+
<span class="c1"># Copyright (c) 2024, Intel Corporation</span>
8888
<span class="c1"># All rights reserved.</span>
8989
<span class="c1">#</span>
9090
<span class="c1"># Redistribution and use in source and binary forms, with or without</span>
@@ -94,6 +94,9 @@ <h1>Source code for dpnp.dpnp_iface_functional</h1><div class="highlight"><pre>
9494
<span class="c1"># - Redistributions in binary form must reproduce the above copyright notice,</span>
9595
<span class="c1"># this list of conditions and the following disclaimer in the documentation</span>
9696
<span class="c1"># and/or other materials provided with the distribution.</span>
97+
<span class="c1"># - Neither the name of the copyright holder nor the names of its contributors</span>
98+
<span class="c1"># may be used to endorse or promote products derived from this software</span>
99+
<span class="c1"># without specific prior written permission.</span>
97100
<span class="c1">#</span>
98101
<span class="c1"># THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
99102
<span class="c1"># AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>

0 commit comments

Comments
 (0)