diff --git a/dev/.buildinfo b/dev/.buildinfo index b704c0b27b..a00afbf847 100644 --- a/dev/.buildinfo +++ b/dev/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 093c48a4662c4f14e338bd7d738fd6db +config: fb855599f9bfaac0261bdfe79fe820dc tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/dev/_sources/autoapi/numba_dpex/core/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/index.rst.txt index 3107cc5c2b..4aff8d0f42 100644 --- a/dev/_sources/autoapi/numba_dpex/core/index.rst.txt +++ b/dev/_sources/autoapi/numba_dpex/core/index.rst.txt @@ -13,7 +13,7 @@ Subpackages boxing/index.rst datamodel/index.rst - kernel_interface/index.rst + overloads/index.rst parfors/index.rst passes/index.rst pipelines/index.rst diff --git a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.rst.txt deleted file mode 100644 index cd8a167a08..0000000000 --- a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.rst.txt +++ /dev/null @@ -1,62 +0,0 @@ - - -:orphan: - -numba_dpex.core.kernel_interface.arrayobj -========================================= - -.. py:module:: numba_dpex.core.kernel_interface.arrayobj - -.. autoapi-nested-parse:: - - This package contains implementation of some numpy.np.arrayobj functions without - parent and meminfo fields required, because they don't make sense on device. - These functions intended to be used only in kernel targets like local/private or - usm array view. - - - - - -Overview --------- - -.. list-table:: Function - :header-rows: 0 - :widths: auto - :class: summarytable - - * - :py:obj:`populate_array `\ (array, data, shape, strides, itemsize) - - Helper function for populating array structures. - * - :py:obj:`make_view `\ (context, builder, aryty, ary, return_type, data, shapes, strides) - - Build a view over the given array with the given parameters. - - - - -Functions ---------- -.. py:function:: populate_array(array, data, shape, strides, itemsize) - - Helper function for populating array structures. - This avoids forgetting to set fields. - - *shape* and *strides* can be Python tuples or LLVM arrays. - - This is analog of numpy.np.arrayobj.populate_array without parent and - meminfo fields, because they don't make sense on device. This function - intended to be used only in kernel targets. - - -.. py:function:: make_view(context, builder, aryty, ary, return_type, data, shapes, strides) - - Build a view over the given array with the given parameters. - - This is analog of numpy.np.arrayobj.make_view without parent and - meminfo fields, because they don't make sense on device. This function - intended to be used only in kernel targets. - - - - - diff --git a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/kernel_interface/index.rst.txt deleted file mode 100644 index 33d673c7fd..0000000000 --- a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/index.rst.txt +++ /dev/null @@ -1,12 +0,0 @@ - -numba_dpex.core.kernel_interface -================================ - -.. py:module:: numba_dpex.core.kernel_interface - -.. autoapi-nested-parse:: - - Defines the interface for kernel compilation using numba-dpex. - - - diff --git a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.rst.txt deleted file mode 100644 index 87656c84fe..0000000000 --- a/dev/_sources/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.rst.txt +++ /dev/null @@ -1,24 +0,0 @@ - - -:orphan: - -numba_dpex.core.kernel_interface.ranges_overloads -================================================= - -.. py:module:: numba_dpex.core.kernel_interface.ranges_overloads - - - - - - - -Attributes ----------- -.. py:data:: DPEX_TARGET_NAME - :value: 'dpex' - - - - - diff --git a/dev/_sources/autoapi/numba_dpex/core/overloads/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/overloads/index.rst.txt new file mode 100644 index 0000000000..e490aca9fb --- /dev/null +++ b/dev/_sources/autoapi/numba_dpex/core/overloads/index.rst.txt @@ -0,0 +1,7 @@ + +numba_dpex.core.overloads +========================= + +.. py:module:: numba_dpex.core.overloads + + diff --git a/dev/_sources/autoapi/numba_dpex/core/overloads/ranges_overloads/index.rst.txt b/dev/_sources/autoapi/numba_dpex/core/overloads/ranges_overloads/index.rst.txt new file mode 100644 index 0000000000..7ee44909ba --- /dev/null +++ b/dev/_sources/autoapi/numba_dpex/core/overloads/ranges_overloads/index.rst.txt @@ -0,0 +1,24 @@ + + +:orphan: + +numba_dpex.core.overloads.ranges_overloads +========================================== + +.. py:module:: numba_dpex.core.overloads.ranges_overloads + + + + + + + +Attributes +---------- +.. py:data:: DPEX_TARGET_NAME + :value: 'dpex' + + + + + diff --git a/dev/_static/documentation_options.js b/dev/_static/documentation_options.js index 66c653f891..60a1fae3a2 100644 --- a/dev/_static/documentation_options.js +++ b/dev/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.22.1+239.g0a21ec2c1', + VERSION: '0.22.1+244.gebc6c3258', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/dev/autoapi/index.html b/dev/autoapi/index.html index db13f8cdf1..03328eea9b 100644 --- a/dev/autoapi/index.html +++ b/dev/autoapi/index.html @@ -15,7 +15,7 @@ - API Reference - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + API Reference - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/datamodel/models/index.html b/dev/autoapi/numba_dpex/core/datamodel/models/index.html index 0e11adb0cb..421e3d9989 100644 --- a/dev/autoapi/numba_dpex/core/datamodel/models/index.html +++ b/dev/autoapi/numba_dpex/core/datamodel/models/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.datamodel.models - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.datamodel.models - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/index.html b/dev/autoapi/numba_dpex/core/index.html index 742bd04914..0c06283990 100644 --- a/dev/autoapi/numba_dpex/core/index.html +++ b/dev/autoapi/numba_dpex/core/index.html @@ -15,7 +15,7 @@ - numba_dpex.core - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
@@ -157,7 +157,7 @@ diff --git a/dev/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.html b/dev/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.html deleted file mode 100644 index 8ce02e72e3..0000000000 --- a/dev/autoapi/numba_dpex/core/kernel_interface/arrayobj/index.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - numba_dpex.core.kernel_interface.arrayobj - numba-dpex 0.22.1+239.g0a21ec2c1 documentation - - - - - - - - - - - - - - - - - - Contents - - - - - - Menu - - - - - - - - Expand - - - - - - Light mode - - - - - - - - - - - - - - Dark mode - - - - - - - Auto light/dark mode - - - - - - - - - - - - - - - - - - - -
-
-
- -
-
-
-
- -
- -
-
- -
-
-
- - - - - Back to top - -
- -
- -
- -
-
-
-

numba_dpex.core.kernel_interface.arrayobj#

-

This package contains implementation of some numpy.np.arrayobj functions without -parent and meminfo fields required, because they don’t make sense on device. -These functions intended to be used only in kernel targets like local/private or -usm array view.

-
-

Overview#

-
- - - - - - - - - - -
Function#

populate_array(array, data, shape, strides, itemsize)

Helper function for populating array structures.

make_view(context, builder, aryty, ary, return_type, data, shapes, strides)

Build a view over the given array with the given parameters.

-
-
-
-

Functions#

-
-
-populate_array(array, data, shape, strides, itemsize)#
-

Helper function for populating array structures. -This avoids forgetting to set fields.

-

shape and strides can be Python tuples or LLVM arrays.

-

This is analog of numpy.np.arrayobj.populate_array without parent and -meminfo fields, because they don’t make sense on device. This function -intended to be used only in kernel targets.

-
- -
-
-make_view(context, builder, aryty, ary, return_type, data, shapes, strides)#
-

Build a view over the given array with the given parameters.

-

This is analog of numpy.np.arrayobj.make_view without parent and -meminfo fields, because they don’t make sense on device. This function -intended to be used only in kernel targets.

-
- -
-
- -
-
-
- - -
-
- - Made with Sphinx and @pradyunsg's - - Furo - -
-
-
- - -
-
-
- -
-
- -
-
- - - - - \ No newline at end of file diff --git a/dev/autoapi/numba_dpex/core/kernel_launcher/index.html b/dev/autoapi/numba_dpex/core/kernel_launcher/index.html index 9b8777b9e1..3acb057235 100644 --- a/dev/autoapi/numba_dpex/core/kernel_launcher/index.html +++ b/dev/autoapi/numba_dpex/core/kernel_launcher/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.kernel_launcher - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.kernel_launcher - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.html b/dev/autoapi/numba_dpex/core/overloads/ranges_overloads/index.html similarity index 93% rename from dev/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.html rename to dev/autoapi/numba_dpex/core/overloads/ranges_overloads/index.html index 0c6d856b54..8ab0b66be3 100644 --- a/dev/autoapi/numba_dpex/core/kernel_interface/ranges_overloads/index.html +++ b/dev/autoapi/numba_dpex/core/overloads/ranges_overloads/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.kernel_interface.ranges_overloads - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.overloads.ranges_overloads - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/kernel_template_iface/index.html b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/kernel_template_iface/index.html index 513848d9d2..fd264ed525 100644 --- a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/kernel_template_iface/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/kernel_template_iface/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.kernel_templates.kernel_template_iface - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.kernel_templates.kernel_template_iface - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/range_kernel_template/index.html b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/range_kernel_template/index.html index 22f714d167..9398b9bc00 100644 --- a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/range_kernel_template/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/range_kernel_template/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.kernel_templates.range_kernel_template - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.kernel_templates.range_kernel_template - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/reduction_template/index.html b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/reduction_template/index.html index e5699dcaf7..685e8f7141 100644 --- a/dev/autoapi/numba_dpex/core/parfors/kernel_templates/reduction_template/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/kernel_templates/reduction_template/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.kernel_templates.reduction_template - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.kernel_templates.reduction_template - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/parfor_diagnostics/index.html b/dev/autoapi/numba_dpex/core/parfors/parfor_diagnostics/index.html index dbc5eeb2e9..578f86d37c 100644 --- a/dev/autoapi/numba_dpex/core/parfors/parfor_diagnostics/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/parfor_diagnostics/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.parfor_diagnostics - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.parfor_diagnostics - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/parfor_lowerer/index.html b/dev/autoapi/numba_dpex/core/parfors/parfor_lowerer/index.html index 0c2f98a910..5600eaca87 100644 --- a/dev/autoapi/numba_dpex/core/parfors/parfor_lowerer/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/parfor_lowerer/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.parfor_lowerer - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.parfor_lowerer - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/parfors/reduction_kernel_builder/index.html b/dev/autoapi/numba_dpex/core/parfors/reduction_kernel_builder/index.html index 382641f772..cd8de19534 100644 --- a/dev/autoapi/numba_dpex/core/parfors/reduction_kernel_builder/index.html +++ b/dev/autoapi/numba_dpex/core/parfors/reduction_kernel_builder/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.parfors.reduction_kernel_builder - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.parfors.reduction_kernel_builder - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/passes/passes/index.html b/dev/autoapi/numba_dpex/core/passes/passes/index.html index 0bd84f0d0e..6ae6448006 100644 --- a/dev/autoapi/numba_dpex/core/passes/passes/index.html +++ b/dev/autoapi/numba_dpex/core/passes/passes/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.passes.passes - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.passes.passes - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/pipelines/dpjit_compiler/index.html b/dev/autoapi/numba_dpex/core/pipelines/dpjit_compiler/index.html index 8cc38c1219..bda1473fa2 100644 --- a/dev/autoapi/numba_dpex/core/pipelines/dpjit_compiler/index.html +++ b/dev/autoapi/numba_dpex/core/pipelines/dpjit_compiler/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.pipelines.dpjit_compiler - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.pipelines.dpjit_compiler - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/pipelines/index.html b/dev/autoapi/numba_dpex/core/pipelines/index.html index 7eb12f1cb8..57a9444eca 100644 --- a/dev/autoapi/numba_dpex/core/pipelines/index.html +++ b/dev/autoapi/numba_dpex/core/pipelines/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.pipelines - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.pipelines - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/pipelines/kernel_compiler/index.html b/dev/autoapi/numba_dpex/core/pipelines/kernel_compiler/index.html index fe17e4f840..331a6bc6e0 100644 --- a/dev/autoapi/numba_dpex/core/pipelines/kernel_compiler/index.html +++ b/dev/autoapi/numba_dpex/core/pipelines/kernel_compiler/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.pipelines.kernel_compiler - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.pipelines.kernel_compiler - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/runtime/context/index.html b/dev/autoapi/numba_dpex/core/runtime/context/index.html index 1244cec68f..b3cb3f2316 100644 --- a/dev/autoapi/numba_dpex/core/runtime/context/index.html +++ b/dev/autoapi/numba_dpex/core/runtime/context/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.runtime.context - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.runtime.context - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/runtime/index.html b/dev/autoapi/numba_dpex/core/runtime/index.html index 7eca9da859..d3032a3150 100644 --- a/dev/autoapi/numba_dpex/core/runtime/index.html +++ b/dev/autoapi/numba_dpex/core/runtime/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.runtime - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.runtime - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/targets/dpjit_target/index.html b/dev/autoapi/numba_dpex/core/targets/dpjit_target/index.html index eafb35ca2c..9ba9ac8743 100644 --- a/dev/autoapi/numba_dpex/core/targets/dpjit_target/index.html +++ b/dev/autoapi/numba_dpex/core/targets/dpjit_target/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.targets.dpjit_target - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.targets.dpjit_target - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/types/array_type/index.html b/dev/autoapi/numba_dpex/core/types/array_type/index.html index 5ac39f7dc0..737fe42eed 100644 --- a/dev/autoapi/numba_dpex/core/types/array_type/index.html +++ b/dev/autoapi/numba_dpex/core/types/array_type/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.array_type - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.array_type - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/types/dpctl_types/index.html b/dev/autoapi/numba_dpex/core/types/dpctl_types/index.html index b4ed6072f1..530e7c2615 100644 --- a/dev/autoapi/numba_dpex/core/types/dpctl_types/index.html +++ b/dev/autoapi/numba_dpex/core/types/dpctl_types/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.dpctl_types - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.dpctl_types - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@ diff --git a/dev/autoapi/numba_dpex/core/types/kernel_api/index_space_ids/index.html b/dev/autoapi/numba_dpex/core/types/kernel_api/index_space_ids/index.html index 2c7634e619..a0520f00bc 100644 --- a/dev/autoapi/numba_dpex/core/types/kernel_api/index_space_ids/index.html +++ b/dev/autoapi/numba_dpex/core/types/kernel_api/index_space_ids/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.kernel_api.index_space_ids - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.kernel_api.index_space_ids - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@ diff --git a/dev/autoapi/numba_dpex/core/types/kernel_api/literal_intenum/index.html b/dev/autoapi/numba_dpex/core/types/kernel_api/literal_intenum/index.html index ade309b46c..5ee69f2e5b 100644 --- a/dev/autoapi/numba_dpex/core/types/kernel_api/literal_intenum/index.html +++ b/dev/autoapi/numba_dpex/core/types/kernel_api/literal_intenum/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.kernel_api.literal_intenum - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.kernel_api.literal_intenum - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/types/kernel_dispatcher_type/index.html b/dev/autoapi/numba_dpex/core/types/kernel_dispatcher_type/index.html index ec0f2c8f79..581ad6df5f 100644 --- a/dev/autoapi/numba_dpex/core/types/kernel_dispatcher_type/index.html +++ b/dev/autoapi/numba_dpex/core/types/kernel_dispatcher_type/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.kernel_dispatcher_type - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.kernel_dispatcher_type - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/types/numba_types_short_names/index.html b/dev/autoapi/numba_dpex/core/types/numba_types_short_names/index.html index cc02d0922a..5a96669e59 100644 --- a/dev/autoapi/numba_dpex/core/types/numba_types_short_names/index.html +++ b/dev/autoapi/numba_dpex/core/types/numba_types_short_names/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.types.numba_types_short_names - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.types.numba_types_short_names - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/typing/typeof/index.html b/dev/autoapi/numba_dpex/core/typing/typeof/index.html index f1cb41643d..3fbc3da991 100644 --- a/dev/autoapi/numba_dpex/core/typing/typeof/index.html +++ b/dev/autoapi/numba_dpex/core/typing/typeof/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.typing.typeof - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.typing.typeof - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/utils/itanium_mangler/index.html b/dev/autoapi/numba_dpex/core/utils/itanium_mangler/index.html index 840d9b4c6b..8f2ffb1d36 100644 --- a/dev/autoapi/numba_dpex/core/utils/itanium_mangler/index.html +++ b/dev/autoapi/numba_dpex/core/utils/itanium_mangler/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.utils.itanium_mangler - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.utils.itanium_mangler - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/core/utils/kernel_launcher/index.html b/dev/autoapi/numba_dpex/core/utils/kernel_launcher/index.html index 29b3381f35..4103f0ead9 100644 --- a/dev/autoapi/numba_dpex/core/utils/kernel_launcher/index.html +++ b/dev/autoapi/numba_dpex/core/utils/kernel_launcher/index.html @@ -15,7 +15,7 @@ - numba_dpex.core.utils.kernel_launcher - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.core.utils.kernel_launcher - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/kernel_api/private_array/index.html b/dev/autoapi/numba_dpex/kernel_api/private_array/index.html index db24235983..ec7d99fe97 100644 --- a/dev/autoapi/numba_dpex/kernel_api/private_array/index.html +++ b/dev/autoapi/numba_dpex/kernel_api/private_array/index.html @@ -15,7 +15,7 @@ - numba_dpex.kernel_api.private_array - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.kernel_api.private_array - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
diff --git a/dev/autoapi/numba_dpex/kernel_api/ranges/index.html b/dev/autoapi/numba_dpex/kernel_api/ranges/index.html index 9564554605..2a6012dfbf 100644 --- a/dev/autoapi/numba_dpex/kernel_api/ranges/index.html +++ b/dev/autoapi/numba_dpex/kernel_api/ranges/index.html @@ -15,7 +15,7 @@ - numba_dpex.kernel_api.ranges - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + numba_dpex.kernel_api.ranges - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@ diff --git a/dev/config_options.html b/dev/config_options.html index 0367728011..4329c05266 100644 --- a/dev/config_options.html +++ b/dev/config_options.html @@ -15,7 +15,7 @@ - Configuration Options - numba-dpex 0.22.1+239.g0a21ec2c1 documentation + Configuration Options - numba-dpex 0.22.1+244.gebc6c3258 documentation @@ -134,7 +134,7 @@
@@ -155,7 +155,7 @@