nvmath-python 0.9.0__cp314-cp314-win_amd64.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.
- nvmath/__init__.pxd +0 -0
- nvmath/__init__.py +45 -0
- nvmath/_internal/__init__.py +0 -0
- nvmath/_internal/attribute_ifc_factory.py +330 -0
- nvmath/_internal/layout.py +70 -0
- nvmath/_internal/templates.py +383 -0
- nvmath/_utils.py +150 -0
- nvmath/bindings/__init__.py +51 -0
- nvmath/bindings/_internal/__init__.pxd +0 -0
- nvmath/bindings/_internal/__init__.py +0 -0
- nvmath/bindings/_internal/cublas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublas.pxd +530 -0
- nvmath/bindings/_internal/cublasLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublasLt.pxd +59 -0
- nvmath/bindings/_internal/cublasMp.pxd +52 -0
- nvmath/bindings/_internal/cudss.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cudss.pxd +47 -0
- nvmath/bindings/_internal/cufft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cufft.pxd +70 -0
- nvmath/bindings/_internal/cufftMp.pxd +77 -0
- nvmath/bindings/_internal/curand.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/curand.pxd +42 -0
- nvmath/bindings/_internal/cusolver.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolver.pxd +15 -0
- nvmath/bindings/_internal/cusolverDn.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolverDn.pxd +406 -0
- nvmath/bindings/_internal/cusparse.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparse.pxd +277 -0
- nvmath/bindings/_internal/cusparseLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparseLt.pxd +48 -0
- nvmath/bindings/_internal/cutensor.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cutensor.pxd +58 -0
- nvmath/bindings/_internal/mathdx.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/mathdx.pxd +116 -0
- nvmath/bindings/_internal/nvshmem.pxd +29 -0
- nvmath/bindings/_internal/utils.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/utils.pxd +179 -0
- nvmath/bindings/_internal/utils.pyi +10 -0
- nvmath/bindings/cublas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cublas.pxd +558 -0
- nvmath/bindings/cublas.pyi +746 -0
- nvmath/bindings/cublasLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cublasLt.pxd +109 -0
- nvmath/bindings/cublasLt.pyi +1337 -0
- nvmath/bindings/cublasMp.pxd +85 -0
- nvmath/bindings/cublasMp.pyi +219 -0
- nvmath/bindings/cudss.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cudss.pxd +86 -0
- nvmath/bindings/cudss.pyi +282 -0
- nvmath/bindings/cufft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cufft.pxd +118 -0
- nvmath/bindings/cufft.pyi +241 -0
- nvmath/bindings/cufftMp.pxd +124 -0
- nvmath/bindings/cufftMp.pyi +260 -0
- nvmath/bindings/curand.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/curand.pxd +71 -0
- nvmath/bindings/curand.pyi +159 -0
- nvmath/bindings/cusolver.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cusolver.pxd +62 -0
- nvmath/bindings/cusolver.pyi +242 -0
- nvmath/bindings/cusolverDn.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cusolverDn.pxd +430 -0
- nvmath/bindings/cusolverDn.pyi +416 -0
- nvmath/bindings/cusparse.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cusparse.pxd +338 -0
- nvmath/bindings/cusparse.pyi +659 -0
- nvmath/bindings/cusparseLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cusparseLt.pxd +99 -0
- nvmath/bindings/cusparseLt.pyi +198 -0
- nvmath/bindings/cutensor.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cutensor.pxd +98 -0
- nvmath/bindings/cutensor.pyi +294 -0
- nvmath/bindings/cycublas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycublas.pxd +684 -0
- nvmath/bindings/cycublasLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycublasLt.pxd +1055 -0
- nvmath/bindings/cycublasMp.pxd +183 -0
- nvmath/bindings/cycudss.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycudss.pxd +224 -0
- nvmath/bindings/cycufft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycufft.pxd +326 -0
- nvmath/bindings/cycufftMp.pxd +334 -0
- nvmath/bindings/cycurand.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycurand.pxd +146 -0
- nvmath/bindings/cycusolver.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolver.pxd +154 -0
- nvmath/bindings/cycusolverDn.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolverDn.pxd +446 -0
- nvmath/bindings/cycusparse.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparse.pxd +470 -0
- nvmath/bindings/cycusparseLt.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparseLt.pxd +150 -0
- nvmath/bindings/cycutensor.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cycutensor.pxd +192 -0
- nvmath/bindings/cymathdx.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/cymathdx.pxd +552 -0
- nvmath/bindings/cynvshmem.pxd +126 -0
- nvmath/bindings/mathdx.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/mathdx.pxd +182 -0
- nvmath/bindings/mathdx.pyi +1244 -0
- nvmath/bindings/nvpl/__init__.pxd +0 -0
- nvmath/bindings/nvpl/__init__.py +13 -0
- nvmath/bindings/nvpl/_internal/__init__.pxd +0 -0
- nvmath/bindings/nvpl/_internal/__init__.py +0 -0
- nvmath/bindings/nvpl/_internal/blas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/blas.pxd +125 -0
- nvmath/bindings/nvpl/_internal/fft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/fft.pxd +36 -0
- nvmath/bindings/nvpl/blas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/blas.pxd +85 -0
- nvmath/bindings/nvpl/blas.pyi +122 -0
- nvmath/bindings/nvpl/cyblas.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyblas.pxd +166 -0
- nvmath/bindings/nvpl/cyfft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyfft.pxd +92 -0
- nvmath/bindings/nvpl/fft.cp314-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/fft.pxd +100 -0
- nvmath/bindings/nvpl/fft.pyi +100 -0
- nvmath/bindings/nvshmem.pxd +54 -0
- nvmath/bindings/nvshmem.pyi +179 -0
- nvmath/device/__init__.py +21 -0
- nvmath/device/_deprecated.py +33 -0
- nvmath/device/common.py +313 -0
- nvmath/device/common_backend.py +131 -0
- nvmath/device/common_cuda.py +201 -0
- nvmath/device/common_numba.py +310 -0
- nvmath/device/common_opaque_tensor.py +201 -0
- nvmath/device/cublasdx.py +1805 -0
- nvmath/device/cublasdx_backend.py +807 -0
- nvmath/device/cublasdx_numba.py +1612 -0
- nvmath/device/cufftdx.py +510 -0
- nvmath/device/cufftdx_backend.py +196 -0
- nvmath/device/cufftdx_numba.py +196 -0
- nvmath/device/curand_kernel.py +9147 -0
- nvmath/device/cusolverdx.py +2690 -0
- nvmath/device/cusolverdx_backend.py +440 -0
- nvmath/device/cusolverdx_numba.py +1624 -0
- nvmath/device/llvm_array.py +29 -0
- nvmath/device/random.py +445 -0
- nvmath/device/random_helpers.py +23 -0
- nvmath/device/random_states.py +187 -0
- nvmath/device/types.py +147 -0
- nvmath/device/vector_types_numba.py +203 -0
- nvmath/distributed/__init__.py +205 -0
- nvmath/distributed/_internal/__init__.py +0 -0
- nvmath/distributed/_internal/nvshmem.py +302 -0
- nvmath/distributed/_internal/tensor_ifc.py +67 -0
- nvmath/distributed/_internal/tensor_ifc_cupy.py +62 -0
- nvmath/distributed/_internal/tensor_ifc_host_device.py +165 -0
- nvmath/distributed/_internal/tensor_ifc_numpy.py +41 -0
- nvmath/distributed/_internal/tensor_ifc_torch.py +141 -0
- nvmath/distributed/_internal/tensor_wrapper.py +78 -0
- nvmath/distributed/_utils.py +167 -0
- nvmath/distributed/distribution.py +770 -0
- nvmath/distributed/fft/__init__.py +7 -0
- nvmath/distributed/fft/_configuration.py +79 -0
- nvmath/distributed/fft/fft.py +2801 -0
- nvmath/distributed/linalg/__init__.py +12 -0
- nvmath/distributed/linalg/_internal/__init__.py +3 -0
- nvmath/distributed/linalg/_internal/epilog_protocol.py +496 -0
- nvmath/distributed/linalg/_internal/matmul_desc_ifc.py +28 -0
- nvmath/distributed/linalg/advanced/__init__.py +8 -0
- nvmath/distributed/linalg/advanced/_configuration.py +166 -0
- nvmath/distributed/linalg/advanced/matmulmod.py +2908 -0
- nvmath/distributed/process_group.py +408 -0
- nvmath/distributed/reshape/__init__.py +6 -0
- nvmath/distributed/reshape/_configuration.py +39 -0
- nvmath/distributed/reshape/reshape.py +1256 -0
- nvmath/fft/__init__.py +7 -0
- nvmath/fft/_configuration.py +208 -0
- nvmath/fft/_exec_utils.py +109 -0
- nvmath/fft/_helpers.py +237 -0
- nvmath/fft/fft.py +2903 -0
- nvmath/internal/__init__.pxd +3 -0
- nvmath/internal/__init__.py +10 -0
- nvmath/internal/_bindings.cp314-win_amd64.pyd +0 -0
- nvmath/internal/_bindings.pxd +12 -0
- nvmath/internal/_device_utils.py +54 -0
- nvmath/internal/enum_utils.py +142 -0
- nvmath/internal/formatters.py +87 -0
- nvmath/internal/mem_limit.py +51 -0
- nvmath/internal/memory.cp314-win_amd64.pyd +0 -0
- nvmath/internal/memory.pxd +10 -0
- nvmath/internal/memory.pyi +46 -0
- nvmath/internal/ndbuffer/__init__.pxd +3 -0
- nvmath/internal/ndbuffer/__init__.py +7 -0
- nvmath/internal/ndbuffer/copy_kernel/args.h +34 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/array_view.h +52 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/elementwise.h +68 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/grid_indexer.h +69 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/transposed.h +240 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/type_utils.h +39 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/utils.h +132 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/vec.h +159 -0
- nvmath/internal/ndbuffer/copy_kernel/elementwise.h +53 -0
- nvmath/internal/ndbuffer/copy_kernel/transposed.h +58 -0
- nvmath/internal/ndbuffer/copy_kernel.cp314-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/copy_kernel.pxd +9 -0
- nvmath/internal/ndbuffer/copy_kernel.pyi +9 -0
- nvmath/internal/ndbuffer/data_layout.cp314-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/data_layout.pxd +72 -0
- nvmath/internal/ndbuffer/data_layout.pyi +23 -0
- nvmath/internal/ndbuffer/jit.cp314-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/jit.pxd +7 -0
- nvmath/internal/ndbuffer/jit.pyi +6 -0
- nvmath/internal/ndbuffer/ndbuffer.cp314-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/ndbuffer.pxd +36 -0
- nvmath/internal/ndbuffer/ndbuffer.pyi +41 -0
- nvmath/internal/ndbuffer/package_utils.cp314-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/package_utils.pxd +11 -0
- nvmath/internal/ndbuffer/package_utils.pyi +12 -0
- nvmath/internal/package_ifc.py +147 -0
- nvmath/internal/package_ifc_cuda.py +49 -0
- nvmath/internal/package_ifc_cupy.py +49 -0
- nvmath/internal/package_ifc_torch.py +31 -0
- nvmath/internal/package_wrapper.py +14 -0
- nvmath/internal/tensor_ifc.py +194 -0
- nvmath/internal/tensor_ifc_cupy.py +241 -0
- nvmath/internal/tensor_ifc_ndbuffer.py +153 -0
- nvmath/internal/tensor_ifc_numpy.py +183 -0
- nvmath/internal/tensor_ifc_torch.py +176 -0
- nvmath/internal/tensor_wrapper.py +157 -0
- nvmath/internal/typemaps.py +162 -0
- nvmath/internal/utils.py +771 -0
- nvmath/linalg/__init__.py +46 -0
- nvmath/linalg/_internal/__init__.py +3 -0
- nvmath/linalg/_internal/algo_cap_ifc.py +82 -0
- nvmath/linalg/_internal/algo_config_ifc.py +43 -0
- nvmath/linalg/_internal/batch.py +217 -0
- nvmath/linalg/_internal/enum_to_tuples.py +64 -0
- nvmath/linalg/_internal/epilog_protocol.py +766 -0
- nvmath/linalg/_internal/layout.py +624 -0
- nvmath/linalg/_internal/matmul_desc_ifc.py +28 -0
- nvmath/linalg/_internal/matmul_pref_ifc.py +27 -0
- nvmath/linalg/_internal/matrix_layout_ifc.py +26 -0
- nvmath/linalg/_internal/typemaps.py +144 -0
- nvmath/linalg/_internal/utils.py +134 -0
- nvmath/linalg/advanced/__init__.py +8 -0
- nvmath/linalg/advanced/_algorithmmod.py +149 -0
- nvmath/linalg/advanced/_configuration.py +349 -0
- nvmath/linalg/advanced/helpers/__init__.py +5 -0
- nvmath/linalg/advanced/helpers/matmul.py +1348 -0
- nvmath/linalg/advanced/matmulmod.py +3937 -0
- nvmath/linalg/generic/__init__.py +43 -0
- nvmath/linalg/generic/_configuration/__init__.py +37 -0
- nvmath/linalg/generic/_configuration/layout.py +263 -0
- nvmath/linalg/generic/_configuration/match.py +609 -0
- nvmath/linalg/generic/_configuration/qualifiers.py +494 -0
- nvmath/linalg/generic/_configuration/wrap.py +217 -0
- nvmath/linalg/generic/_dtype.py +15 -0
- nvmath/linalg/generic/matmulmod.py +1060 -0
- nvmath/memory.py +282 -0
- nvmath/sparse/__init__.py +38 -0
- nvmath/sparse/_internal/__init__.py +21 -0
- nvmath/sparse/_internal/common_utils.py +144 -0
- nvmath/sparse/_internal/cudss_config_ifc.py +741 -0
- nvmath/sparse/_internal/cudss_data_ifc.py +399 -0
- nvmath/sparse/_internal/cudss_utils.py +445 -0
- nvmath/sparse/_internal/cusparse_utils.py +382 -0
- nvmath/sparse/_internal/sparse_bsc_ifc.py +300 -0
- nvmath/sparse/_internal/sparse_bsr_ifc.py +303 -0
- nvmath/sparse/_internal/sparse_coo_ifc.py +254 -0
- nvmath/sparse/_internal/sparse_csc_ifc.py +266 -0
- nvmath/sparse/_internal/sparse_csr_ifc.py +266 -0
- nvmath/sparse/_internal/sparse_dia_ifc.py +239 -0
- nvmath/sparse/_internal/sparse_format_helpers.py +601 -0
- nvmath/sparse/_internal/sparse_tensor_ifc.py +121 -0
- nvmath/sparse/_internal/sparse_ust_ifc.py +146 -0
- nvmath/sparse/_internal/utils.py +56 -0
- nvmath/sparse/advanced/__init__.py +7 -0
- nvmath/sparse/advanced/_configuration.py +230 -0
- nvmath/sparse/advanced/direct_solver.py +1884 -0
- nvmath/sparse/generic/__init__.py +7 -0
- nvmath/sparse/generic/_configuration.py +129 -0
- nvmath/sparse/generic/_helpers.py +137 -0
- nvmath/sparse/generic/_thunks.py +21 -0
- nvmath/sparse/generic/matmulmod.py +2426 -0
- nvmath/sparse/ust/__init__.py +7 -0
- nvmath/sparse/ust/_converters.py +378 -0
- nvmath/sparse/ust/_drawer.py +552 -0
- nvmath/sparse/ust/_emitter.py +553 -0
- nvmath/sparse/ust/_jit.py +212 -0
- nvmath/sparse/ust/_kernel.py +346 -0
- nvmath/sparse/ust/_semiring.py +71 -0
- nvmath/sparse/ust/_utils.py +102 -0
- nvmath/sparse/ust/interfaces/__init__.py +0 -0
- nvmath/sparse/ust/interfaces/torch_interface.py +476 -0
- nvmath/sparse/ust/semiring_ops.py +71 -0
- nvmath/sparse/ust/tensor.py +1027 -0
- nvmath/sparse/ust/tensor_drawer.py +552 -0
- nvmath/sparse/ust/tensor_emitter.py +558 -0
- nvmath/sparse/ust/tensor_format.py +935 -0
- nvmath/sparse/ust/tensor_jit.py +212 -0
- nvmath/sparse/ust/tensor_kernel.py +348 -0
- nvmath/sparse/ust/tensor_utils.py +380 -0
- nvmath/tensor/__init__.py +6 -0
- nvmath/tensor/_configuration.py +95 -0
- nvmath/tensor/_internal/__init__.py +3 -0
- nvmath/tensor/_internal/cutensor_config_ifc.py +247 -0
- nvmath/tensor/_internal/cutensor_utils.py +162 -0
- nvmath/tensor/_internal/data.py +43 -0
- nvmath/tensor/_internal/einsum_parser.py +444 -0
- nvmath/tensor/_internal/typemaps.py +96 -0
- nvmath/tensor/contract.py +1861 -0
- nvmath_python-0.9.0.dist-info/METADATA +127 -0
- nvmath_python-0.9.0.dist-info/RECORD +309 -0
- nvmath_python-0.9.0.dist-info/WHEEL +5 -0
- nvmath_python-0.9.0.dist-info/licenses/LICENSE +177 -0
- nvmath_python-0.9.0.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
# Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
|
|
5
|
+
import _cython_3_2_4
|
|
6
|
+
import enum
|
|
7
|
+
from typing import Any, Callable, ClassVar
|
|
8
|
+
|
|
9
|
+
__pyx_capi__: dict
|
|
10
|
+
__test__: dict
|
|
11
|
+
axpby: _cython_3_2_4.cython_function_or_method
|
|
12
|
+
blocked_ell_get: _cython_3_2_4.cython_function_or_method
|
|
13
|
+
bsr_set_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
14
|
+
cbsr2csr: _cython_3_2_4.cython_function_or_method
|
|
15
|
+
cbsrmm: _cython_3_2_4.cython_function_or_method
|
|
16
|
+
cbsrmv: _cython_3_2_4.cython_function_or_method
|
|
17
|
+
ccsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
18
|
+
ccsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
19
|
+
ccsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
20
|
+
ccsrgeam2: _cython_3_2_4.cython_function_or_method
|
|
21
|
+
ccsrgeam2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
22
|
+
cgebsr2gebsc: _cython_3_2_4.cython_function_or_method
|
|
23
|
+
cgebsr2gebsc_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
24
|
+
cgebsr2gebsc_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
25
|
+
cgebsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
26
|
+
cgebsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
27
|
+
cgebsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
28
|
+
cgemvi: _cython_3_2_4.cython_function_or_method
|
|
29
|
+
cgemvi_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
30
|
+
cgpsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
31
|
+
cgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
32
|
+
cgtsv2: _cython_3_2_4.cython_function_or_method
|
|
33
|
+
cgtsv2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
34
|
+
cgtsv2_nopivot: _cython_3_2_4.cython_function_or_method
|
|
35
|
+
cgtsv2_nopivot_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
36
|
+
cgtsv2strided_batch: _cython_3_2_4.cython_function_or_method
|
|
37
|
+
cgtsv2strided_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
38
|
+
cgtsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
39
|
+
cgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
40
|
+
check_status: _cython_3_2_4.cython_function_or_method
|
|
41
|
+
cnnz: _cython_3_2_4.cython_function_or_method
|
|
42
|
+
const_blocked_ell_get: _cython_3_2_4.cython_function_or_method
|
|
43
|
+
const_coo_get: _cython_3_2_4.cython_function_or_method
|
|
44
|
+
const_csc_get: _cython_3_2_4.cython_function_or_method
|
|
45
|
+
const_csr_get: _cython_3_2_4.cython_function_or_method
|
|
46
|
+
const_dn_mat_get: _cython_3_2_4.cython_function_or_method
|
|
47
|
+
const_dn_mat_get_values: _cython_3_2_4.cython_function_or_method
|
|
48
|
+
const_dn_vec_get: _cython_3_2_4.cython_function_or_method
|
|
49
|
+
const_dn_vec_get_values: _cython_3_2_4.cython_function_or_method
|
|
50
|
+
const_sp_mat_get_values: _cython_3_2_4.cython_function_or_method
|
|
51
|
+
const_sp_vec_get: _cython_3_2_4.cython_function_or_method
|
|
52
|
+
const_sp_vec_get_values: _cython_3_2_4.cython_function_or_method
|
|
53
|
+
coo_get: _cython_3_2_4.cython_function_or_method
|
|
54
|
+
coo_set_pointers: _cython_3_2_4.cython_function_or_method
|
|
55
|
+
coo_set_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
56
|
+
create: _cython_3_2_4.cython_function_or_method
|
|
57
|
+
create_blocked_ell: _cython_3_2_4.cython_function_or_method
|
|
58
|
+
create_bsr: _cython_3_2_4.cython_function_or_method
|
|
59
|
+
create_const_blocked_ell: _cython_3_2_4.cython_function_or_method
|
|
60
|
+
create_const_bsr: _cython_3_2_4.cython_function_or_method
|
|
61
|
+
create_const_coo: _cython_3_2_4.cython_function_or_method
|
|
62
|
+
create_const_csc: _cython_3_2_4.cython_function_or_method
|
|
63
|
+
create_const_csr: _cython_3_2_4.cython_function_or_method
|
|
64
|
+
create_const_dn_mat: _cython_3_2_4.cython_function_or_method
|
|
65
|
+
create_const_dn_vec: _cython_3_2_4.cython_function_or_method
|
|
66
|
+
create_const_sliced_ell: _cython_3_2_4.cython_function_or_method
|
|
67
|
+
create_const_sp_vec: _cython_3_2_4.cython_function_or_method
|
|
68
|
+
create_coo: _cython_3_2_4.cython_function_or_method
|
|
69
|
+
create_csc: _cython_3_2_4.cython_function_or_method
|
|
70
|
+
create_csr: _cython_3_2_4.cython_function_or_method
|
|
71
|
+
create_dn_mat: _cython_3_2_4.cython_function_or_method
|
|
72
|
+
create_dn_vec: _cython_3_2_4.cython_function_or_method
|
|
73
|
+
create_mat_descr: _cython_3_2_4.cython_function_or_method
|
|
74
|
+
create_sliced_ell: _cython_3_2_4.cython_function_or_method
|
|
75
|
+
create_sp_vec: _cython_3_2_4.cython_function_or_method
|
|
76
|
+
csc_get: _cython_3_2_4.cython_function_or_method
|
|
77
|
+
csc_set_pointers: _cython_3_2_4.cython_function_or_method
|
|
78
|
+
csr2csc_ex2: _cython_3_2_4.cython_function_or_method
|
|
79
|
+
csr2csc_ex2_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
80
|
+
csr_get: _cython_3_2_4.cython_function_or_method
|
|
81
|
+
csr_set_pointers: _cython_3_2_4.cython_function_or_method
|
|
82
|
+
csr_set_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
83
|
+
dbsr2csr: _cython_3_2_4.cython_function_or_method
|
|
84
|
+
dbsrmm: _cython_3_2_4.cython_function_or_method
|
|
85
|
+
dbsrmv: _cython_3_2_4.cython_function_or_method
|
|
86
|
+
dcsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
87
|
+
dcsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
88
|
+
dcsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
89
|
+
dcsrgeam2: _cython_3_2_4.cython_function_or_method
|
|
90
|
+
dcsrgeam2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
91
|
+
dense_to_sparse_analysis: _cython_3_2_4.cython_function_or_method
|
|
92
|
+
dense_to_sparse_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
93
|
+
dense_to_sparse_convert: _cython_3_2_4.cython_function_or_method
|
|
94
|
+
destroy: _cython_3_2_4.cython_function_or_method
|
|
95
|
+
destroy_dn_mat: _cython_3_2_4.cython_function_or_method
|
|
96
|
+
destroy_dn_vec: _cython_3_2_4.cython_function_or_method
|
|
97
|
+
destroy_mat_descr: _cython_3_2_4.cython_function_or_method
|
|
98
|
+
destroy_sp_mat: _cython_3_2_4.cython_function_or_method
|
|
99
|
+
destroy_sp_vec: _cython_3_2_4.cython_function_or_method
|
|
100
|
+
dgebsr2gebsc: _cython_3_2_4.cython_function_or_method
|
|
101
|
+
dgebsr2gebsc_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
102
|
+
dgebsr2gebsc_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
103
|
+
dgebsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
104
|
+
dgebsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
105
|
+
dgebsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
106
|
+
dgemvi: _cython_3_2_4.cython_function_or_method
|
|
107
|
+
dgemvi_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
108
|
+
dgpsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
109
|
+
dgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
110
|
+
dgtsv2: _cython_3_2_4.cython_function_or_method
|
|
111
|
+
dgtsv2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
112
|
+
dgtsv2_nopivot: _cython_3_2_4.cython_function_or_method
|
|
113
|
+
dgtsv2_nopivot_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
114
|
+
dgtsv2strided_batch: _cython_3_2_4.cython_function_or_method
|
|
115
|
+
dgtsv2strided_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
116
|
+
dgtsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
117
|
+
dgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
118
|
+
dn_mat_get: _cython_3_2_4.cython_function_or_method
|
|
119
|
+
dn_mat_get_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
120
|
+
dn_mat_get_values: _cython_3_2_4.cython_function_or_method
|
|
121
|
+
dn_mat_set_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
122
|
+
dn_mat_set_values: _cython_3_2_4.cython_function_or_method
|
|
123
|
+
dn_vec_get: _cython_3_2_4.cython_function_or_method
|
|
124
|
+
dn_vec_get_values: _cython_3_2_4.cython_function_or_method
|
|
125
|
+
dn_vec_set_values: _cython_3_2_4.cython_function_or_method
|
|
126
|
+
dnnz: _cython_3_2_4.cython_function_or_method
|
|
127
|
+
gather: _cython_3_2_4.cython_function_or_method
|
|
128
|
+
get_error_name: _cython_3_2_4.cython_function_or_method
|
|
129
|
+
get_error_string: _cython_3_2_4.cython_function_or_method
|
|
130
|
+
get_mat_diag_type: _cython_3_2_4.cython_function_or_method
|
|
131
|
+
get_mat_fill_mode: _cython_3_2_4.cython_function_or_method
|
|
132
|
+
get_mat_index_base: _cython_3_2_4.cython_function_or_method
|
|
133
|
+
get_mat_type: _cython_3_2_4.cython_function_or_method
|
|
134
|
+
get_pointer_mode: _cython_3_2_4.cython_function_or_method
|
|
135
|
+
get_property: _cython_3_2_4.cython_function_or_method
|
|
136
|
+
get_sp_mat_attribute_dtype: _cython_3_2_4.cython_function_or_method
|
|
137
|
+
get_stream: _cython_3_2_4.cython_function_or_method
|
|
138
|
+
get_version: _cython_3_2_4.cython_function_or_method
|
|
139
|
+
logger_force_disable: _cython_3_2_4.cython_function_or_method
|
|
140
|
+
logger_open_file: _cython_3_2_4.cython_function_or_method
|
|
141
|
+
logger_set_level: _cython_3_2_4.cython_function_or_method
|
|
142
|
+
logger_set_mask: _cython_3_2_4.cython_function_or_method
|
|
143
|
+
sbsr2csr: _cython_3_2_4.cython_function_or_method
|
|
144
|
+
sbsrmm: _cython_3_2_4.cython_function_or_method
|
|
145
|
+
sbsrmv: _cython_3_2_4.cython_function_or_method
|
|
146
|
+
scatter: _cython_3_2_4.cython_function_or_method
|
|
147
|
+
scsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
148
|
+
scsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
149
|
+
scsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
150
|
+
scsrgeam2: _cython_3_2_4.cython_function_or_method
|
|
151
|
+
scsrgeam2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
152
|
+
sddmm: _cython_3_2_4.cython_function_or_method
|
|
153
|
+
sddmm_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
154
|
+
sddmm_preprocess: _cython_3_2_4.cython_function_or_method
|
|
155
|
+
set_mat_diag_type: _cython_3_2_4.cython_function_or_method
|
|
156
|
+
set_mat_fill_mode: _cython_3_2_4.cython_function_or_method
|
|
157
|
+
set_mat_index_base: _cython_3_2_4.cython_function_or_method
|
|
158
|
+
set_mat_type: _cython_3_2_4.cython_function_or_method
|
|
159
|
+
set_pointer_mode: _cython_3_2_4.cython_function_or_method
|
|
160
|
+
set_stream: _cython_3_2_4.cython_function_or_method
|
|
161
|
+
sgebsr2gebsc: _cython_3_2_4.cython_function_or_method
|
|
162
|
+
sgebsr2gebsc_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
163
|
+
sgebsr2gebsc_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
164
|
+
sgebsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
165
|
+
sgebsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
166
|
+
sgebsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
167
|
+
sgemvi: _cython_3_2_4.cython_function_or_method
|
|
168
|
+
sgemvi_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
169
|
+
sgpsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
170
|
+
sgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
171
|
+
sgtsv2: _cython_3_2_4.cython_function_or_method
|
|
172
|
+
sgtsv2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
173
|
+
sgtsv2_nopivot: _cython_3_2_4.cython_function_or_method
|
|
174
|
+
sgtsv2_nopivot_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
175
|
+
sgtsv2strided_batch: _cython_3_2_4.cython_function_or_method
|
|
176
|
+
sgtsv2strided_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
177
|
+
sgtsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
178
|
+
sgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
179
|
+
snnz: _cython_3_2_4.cython_function_or_method
|
|
180
|
+
sp_gemm_compute: _cython_3_2_4.cython_function_or_method
|
|
181
|
+
sp_gemm_copy: _cython_3_2_4.cython_function_or_method
|
|
182
|
+
sp_gemm_create_descr: _cython_3_2_4.cython_function_or_method
|
|
183
|
+
sp_gemm_destroy_descr: _cython_3_2_4.cython_function_or_method
|
|
184
|
+
sp_gemm_get_num_products: _cython_3_2_4.cython_function_or_method
|
|
185
|
+
sp_gemm_reuse_compute: _cython_3_2_4.cython_function_or_method
|
|
186
|
+
sp_gemm_reuse_copy: _cython_3_2_4.cython_function_or_method
|
|
187
|
+
sp_gemm_reuse_nnz: _cython_3_2_4.cython_function_or_method
|
|
188
|
+
sp_gemm_reuse_work_estimation: _cython_3_2_4.cython_function_or_method
|
|
189
|
+
sp_gemm_work_estimation: _cython_3_2_4.cython_function_or_method
|
|
190
|
+
sp_mat_get_attribute: _cython_3_2_4.cython_function_or_method
|
|
191
|
+
sp_mat_get_format: _cython_3_2_4.cython_function_or_method
|
|
192
|
+
sp_mat_get_index_base: _cython_3_2_4.cython_function_or_method
|
|
193
|
+
sp_mat_get_size: _cython_3_2_4.cython_function_or_method
|
|
194
|
+
sp_mat_get_strided_batch: _cython_3_2_4.cython_function_or_method
|
|
195
|
+
sp_mat_get_values: _cython_3_2_4.cython_function_or_method
|
|
196
|
+
sp_mat_set_attribute: _cython_3_2_4.cython_function_or_method
|
|
197
|
+
sp_mat_set_values: _cython_3_2_4.cython_function_or_method
|
|
198
|
+
sp_mm: _cython_3_2_4.cython_function_or_method
|
|
199
|
+
sp_mm_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
200
|
+
sp_mm_op: _cython_3_2_4.cython_function_or_method
|
|
201
|
+
sp_mm_op_create_plan: _cython_3_2_4.cython_function_or_method
|
|
202
|
+
sp_mm_op_destroy_plan: _cython_3_2_4.cython_function_or_method
|
|
203
|
+
sp_mm_preprocess: _cython_3_2_4.cython_function_or_method
|
|
204
|
+
sp_mv: _cython_3_2_4.cython_function_or_method
|
|
205
|
+
sp_mv_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
206
|
+
sp_mv_op: _cython_3_2_4.cython_function_or_method
|
|
207
|
+
sp_mv_op_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
208
|
+
sp_mv_op_create_descr: _cython_3_2_4.cython_function_or_method
|
|
209
|
+
sp_mv_op_create_plan: _cython_3_2_4.cython_function_or_method
|
|
210
|
+
sp_mv_op_destroy_descr: _cython_3_2_4.cython_function_or_method
|
|
211
|
+
sp_mv_op_destroy_plan: _cython_3_2_4.cython_function_or_method
|
|
212
|
+
sp_mv_op_set_global_user_data: _cython_3_2_4.cython_function_or_method
|
|
213
|
+
sp_mv_preprocess: _cython_3_2_4.cython_function_or_method
|
|
214
|
+
sp_sm_analysis: _cython_3_2_4.cython_function_or_method
|
|
215
|
+
sp_sm_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
216
|
+
sp_sm_create_descr: _cython_3_2_4.cython_function_or_method
|
|
217
|
+
sp_sm_destroy_descr: _cython_3_2_4.cython_function_or_method
|
|
218
|
+
sp_sm_solve: _cython_3_2_4.cython_function_or_method
|
|
219
|
+
sp_sm_update_matrix: _cython_3_2_4.cython_function_or_method
|
|
220
|
+
sp_sv_analysis: _cython_3_2_4.cython_function_or_method
|
|
221
|
+
sp_sv_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
222
|
+
sp_sv_create_descr: _cython_3_2_4.cython_function_or_method
|
|
223
|
+
sp_sv_destroy_descr: _cython_3_2_4.cython_function_or_method
|
|
224
|
+
sp_sv_solve: _cython_3_2_4.cython_function_or_method
|
|
225
|
+
sp_sv_update_matrix: _cython_3_2_4.cython_function_or_method
|
|
226
|
+
sp_vec_get: _cython_3_2_4.cython_function_or_method
|
|
227
|
+
sp_vec_get_index_base: _cython_3_2_4.cython_function_or_method
|
|
228
|
+
sp_vec_get_values: _cython_3_2_4.cython_function_or_method
|
|
229
|
+
sp_vec_set_values: _cython_3_2_4.cython_function_or_method
|
|
230
|
+
sp_vv: _cython_3_2_4.cython_function_or_method
|
|
231
|
+
sp_vv_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
232
|
+
sparse_to_dense: _cython_3_2_4.cython_function_or_method
|
|
233
|
+
sparse_to_dense_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
234
|
+
xcoo2csr: _cython_3_2_4.cython_function_or_method
|
|
235
|
+
xcoosort_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
236
|
+
xcoosort_by_column: _cython_3_2_4.cython_function_or_method
|
|
237
|
+
xcoosort_by_row: _cython_3_2_4.cython_function_or_method
|
|
238
|
+
xcscsort: _cython_3_2_4.cython_function_or_method
|
|
239
|
+
xcscsort_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
240
|
+
xcsr2coo: _cython_3_2_4.cython_function_or_method
|
|
241
|
+
xcsr2gebsr_nnz: _cython_3_2_4.cython_function_or_method
|
|
242
|
+
xcsrgeam2nnz: _cython_3_2_4.cython_function_or_method
|
|
243
|
+
xcsrsort: _cython_3_2_4.cython_function_or_method
|
|
244
|
+
xcsrsort_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
245
|
+
xgebsr2gebsr_nnz: _cython_3_2_4.cython_function_or_method
|
|
246
|
+
zbsr2csr: _cython_3_2_4.cython_function_or_method
|
|
247
|
+
zbsrmm: _cython_3_2_4.cython_function_or_method
|
|
248
|
+
zbsrmv: _cython_3_2_4.cython_function_or_method
|
|
249
|
+
zcsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
250
|
+
zcsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
251
|
+
zcsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
252
|
+
zcsrgeam2: _cython_3_2_4.cython_function_or_method
|
|
253
|
+
zcsrgeam2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
254
|
+
zgebsr2gebsc: _cython_3_2_4.cython_function_or_method
|
|
255
|
+
zgebsr2gebsc_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
256
|
+
zgebsr2gebsc_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
257
|
+
zgebsr2gebsr: _cython_3_2_4.cython_function_or_method
|
|
258
|
+
zgebsr2gebsr_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
259
|
+
zgebsr2gebsr_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
260
|
+
zgemvi: _cython_3_2_4.cython_function_or_method
|
|
261
|
+
zgemvi_buffer_size: _cython_3_2_4.cython_function_or_method
|
|
262
|
+
zgpsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
263
|
+
zgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
264
|
+
zgtsv2: _cython_3_2_4.cython_function_or_method
|
|
265
|
+
zgtsv2_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
266
|
+
zgtsv2_nopivot: _cython_3_2_4.cython_function_or_method
|
|
267
|
+
zgtsv2_nopivot_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
268
|
+
zgtsv2strided_batch: _cython_3_2_4.cython_function_or_method
|
|
269
|
+
zgtsv2strided_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
270
|
+
zgtsv_interleaved_batch: _cython_3_2_4.cython_function_or_method
|
|
271
|
+
zgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_4.cython_function_or_method
|
|
272
|
+
znnz: _cython_3_2_4.cython_function_or_method
|
|
273
|
+
|
|
274
|
+
class Action(enum.IntEnum):
|
|
275
|
+
"""
|
|
276
|
+
See `cusparseAction_t`.
|
|
277
|
+
"""
|
|
278
|
+
__new__: ClassVar[Callable] = ...
|
|
279
|
+
NUMERIC: ClassVar[Action] = ...
|
|
280
|
+
SYMBOLIC: ClassVar[Action] = ...
|
|
281
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
282
|
+
_member_map_: ClassVar[dict] = ...
|
|
283
|
+
_member_names_: ClassVar[list] = ...
|
|
284
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
285
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
286
|
+
|
|
287
|
+
class ColorAlg(enum.IntEnum):
|
|
288
|
+
"""
|
|
289
|
+
See `cusparseColorAlg_t`.
|
|
290
|
+
"""
|
|
291
|
+
__new__: ClassVar[Callable] = ...
|
|
292
|
+
COLOR_ALG0: ClassVar[ColorAlg] = ...
|
|
293
|
+
COLOR_ALG1: ClassVar[ColorAlg] = ...
|
|
294
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
295
|
+
_member_map_: ClassVar[dict] = ...
|
|
296
|
+
_member_names_: ClassVar[list] = ...
|
|
297
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
298
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
299
|
+
|
|
300
|
+
class Csr2CscAlg(enum.IntEnum):
|
|
301
|
+
"""
|
|
302
|
+
See `cusparseCsr2CscAlg_t`.
|
|
303
|
+
"""
|
|
304
|
+
__new__: ClassVar[Callable] = ...
|
|
305
|
+
ALG1: ClassVar[Csr2CscAlg] = ...
|
|
306
|
+
DEFAULT: ClassVar[Csr2CscAlg] = ...
|
|
307
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
308
|
+
_member_map_: ClassVar[dict] = ...
|
|
309
|
+
_member_names_: ClassVar[list] = ...
|
|
310
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
311
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
312
|
+
|
|
313
|
+
class DenseToSparseAlg(enum.IntEnum):
|
|
314
|
+
"""
|
|
315
|
+
See `cusparseDenseToSparseAlg_t`.
|
|
316
|
+
"""
|
|
317
|
+
__new__: ClassVar[Callable] = ...
|
|
318
|
+
DEFAULT: ClassVar[DenseToSparseAlg] = ...
|
|
319
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
320
|
+
_member_map_: ClassVar[dict] = ...
|
|
321
|
+
_member_names_: ClassVar[list] = ...
|
|
322
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
323
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
324
|
+
|
|
325
|
+
class DiagType(enum.IntEnum):
|
|
326
|
+
"""
|
|
327
|
+
See `cusparseDiagType_t`.
|
|
328
|
+
"""
|
|
329
|
+
__new__: ClassVar[Callable] = ...
|
|
330
|
+
NON_UNIT: ClassVar[DiagType] = ...
|
|
331
|
+
UNIT: ClassVar[DiagType] = ...
|
|
332
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
333
|
+
_member_map_: ClassVar[dict] = ...
|
|
334
|
+
_member_names_: ClassVar[list] = ...
|
|
335
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
336
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
337
|
+
|
|
338
|
+
class Direction(enum.IntEnum):
|
|
339
|
+
"""
|
|
340
|
+
See `cusparseDirection_t`.
|
|
341
|
+
"""
|
|
342
|
+
__new__: ClassVar[Callable] = ...
|
|
343
|
+
COLUMN: ClassVar[Direction] = ...
|
|
344
|
+
ROW: ClassVar[Direction] = ...
|
|
345
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
346
|
+
_member_map_: ClassVar[dict] = ...
|
|
347
|
+
_member_names_: ClassVar[list] = ...
|
|
348
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
349
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
350
|
+
|
|
351
|
+
class FillMode(enum.IntEnum):
|
|
352
|
+
"""
|
|
353
|
+
See `cusparseFillMode_t`.
|
|
354
|
+
"""
|
|
355
|
+
__new__: ClassVar[Callable] = ...
|
|
356
|
+
LOWER: ClassVar[FillMode] = ...
|
|
357
|
+
UPPER: ClassVar[FillMode] = ...
|
|
358
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
359
|
+
_member_map_: ClassVar[dict] = ...
|
|
360
|
+
_member_names_: ClassVar[list] = ...
|
|
361
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
362
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
363
|
+
|
|
364
|
+
class Format(enum.IntEnum):
|
|
365
|
+
"""
|
|
366
|
+
See `cusparseFormat_t`.
|
|
367
|
+
"""
|
|
368
|
+
__new__: ClassVar[Callable] = ...
|
|
369
|
+
BLOCKED_ELL: ClassVar[Format] = ...
|
|
370
|
+
BSR: ClassVar[Format] = ...
|
|
371
|
+
COO: ClassVar[Format] = ...
|
|
372
|
+
CSC: ClassVar[Format] = ...
|
|
373
|
+
CSR: ClassVar[Format] = ...
|
|
374
|
+
SLICED_ELLPACK: ClassVar[Format] = ...
|
|
375
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
376
|
+
_member_map_: ClassVar[dict] = ...
|
|
377
|
+
_member_names_: ClassVar[list] = ...
|
|
378
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
379
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
380
|
+
|
|
381
|
+
class IndexBase(enum.IntEnum):
|
|
382
|
+
"""
|
|
383
|
+
See `cusparseIndexBase_t`.
|
|
384
|
+
"""
|
|
385
|
+
__new__: ClassVar[Callable] = ...
|
|
386
|
+
ONE: ClassVar[IndexBase] = ...
|
|
387
|
+
ZERO: ClassVar[IndexBase] = ...
|
|
388
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
389
|
+
_member_map_: ClassVar[dict] = ...
|
|
390
|
+
_member_names_: ClassVar[list] = ...
|
|
391
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
392
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
393
|
+
|
|
394
|
+
class IndexType(enum.IntEnum):
|
|
395
|
+
"""
|
|
396
|
+
See `cusparseIndexType_t`.
|
|
397
|
+
"""
|
|
398
|
+
__new__: ClassVar[Callable] = ...
|
|
399
|
+
INDEX_16U: ClassVar[IndexType] = ...
|
|
400
|
+
INDEX_32I: ClassVar[IndexType] = ...
|
|
401
|
+
INDEX_64I: ClassVar[IndexType] = ...
|
|
402
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
403
|
+
_member_map_: ClassVar[dict] = ...
|
|
404
|
+
_member_names_: ClassVar[list] = ...
|
|
405
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
406
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
407
|
+
|
|
408
|
+
class MatrixType(enum.IntEnum):
|
|
409
|
+
"""
|
|
410
|
+
See `cusparseMatrixType_t`.
|
|
411
|
+
"""
|
|
412
|
+
__new__: ClassVar[Callable] = ...
|
|
413
|
+
GENERAL: ClassVar[MatrixType] = ...
|
|
414
|
+
HERMITIAN: ClassVar[MatrixType] = ...
|
|
415
|
+
SYMMETRIC: ClassVar[MatrixType] = ...
|
|
416
|
+
TRIANGULAR: ClassVar[MatrixType] = ...
|
|
417
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
418
|
+
_member_map_: ClassVar[dict] = ...
|
|
419
|
+
_member_names_: ClassVar[list] = ...
|
|
420
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
421
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
422
|
+
|
|
423
|
+
class Operation(enum.IntEnum):
|
|
424
|
+
"""
|
|
425
|
+
See `cusparseOperation_t`.
|
|
426
|
+
"""
|
|
427
|
+
__new__: ClassVar[Callable] = ...
|
|
428
|
+
CONJUGATE_TRANSPOSE: ClassVar[Operation] = ...
|
|
429
|
+
NON_TRANSPOSE: ClassVar[Operation] = ...
|
|
430
|
+
TRANSPOSE: ClassVar[Operation] = ...
|
|
431
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
432
|
+
_member_map_: ClassVar[dict] = ...
|
|
433
|
+
_member_names_: ClassVar[list] = ...
|
|
434
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
435
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
436
|
+
|
|
437
|
+
class Order(enum.IntEnum):
|
|
438
|
+
"""
|
|
439
|
+
See `cusparseOrder_t`.
|
|
440
|
+
"""
|
|
441
|
+
__new__: ClassVar[Callable] = ...
|
|
442
|
+
COL: ClassVar[Order] = ...
|
|
443
|
+
ROW: ClassVar[Order] = ...
|
|
444
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
445
|
+
_member_map_: ClassVar[dict] = ...
|
|
446
|
+
_member_names_: ClassVar[list] = ...
|
|
447
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
448
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
449
|
+
|
|
450
|
+
class PointerMode(enum.IntEnum):
|
|
451
|
+
"""
|
|
452
|
+
See `cusparsePointerMode_t`.
|
|
453
|
+
"""
|
|
454
|
+
__new__: ClassVar[Callable] = ...
|
|
455
|
+
DEVICE: ClassVar[PointerMode] = ...
|
|
456
|
+
HOST: ClassVar[PointerMode] = ...
|
|
457
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
458
|
+
_member_map_: ClassVar[dict] = ...
|
|
459
|
+
_member_names_: ClassVar[list] = ...
|
|
460
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
461
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
462
|
+
|
|
463
|
+
class SDDMMAlg(enum.IntEnum):
|
|
464
|
+
"""
|
|
465
|
+
See `cusparseSDDMMAlg_t`.
|
|
466
|
+
"""
|
|
467
|
+
__new__: ClassVar[Callable] = ...
|
|
468
|
+
DEFAULT: ClassVar[SDDMMAlg] = ...
|
|
469
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
470
|
+
_member_map_: ClassVar[dict] = ...
|
|
471
|
+
_member_names_: ClassVar[list] = ...
|
|
472
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
473
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
474
|
+
|
|
475
|
+
class SolvePolicy(enum.IntEnum):
|
|
476
|
+
"""
|
|
477
|
+
See `cusparseSolvePolicy_t`.
|
|
478
|
+
"""
|
|
479
|
+
__new__: ClassVar[Callable] = ...
|
|
480
|
+
NO_LEVEL: ClassVar[SolvePolicy] = ...
|
|
481
|
+
USE_LEVEL: ClassVar[SolvePolicy] = ...
|
|
482
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
483
|
+
_member_map_: ClassVar[dict] = ...
|
|
484
|
+
_member_names_: ClassVar[list] = ...
|
|
485
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
486
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
487
|
+
|
|
488
|
+
class SpGEMMAlg(enum.IntEnum):
|
|
489
|
+
"""
|
|
490
|
+
See `cusparseSpGEMMAlg_t`.
|
|
491
|
+
"""
|
|
492
|
+
__new__: ClassVar[Callable] = ...
|
|
493
|
+
ALG1: ClassVar[SpGEMMAlg] = ...
|
|
494
|
+
ALG2: ClassVar[SpGEMMAlg] = ...
|
|
495
|
+
ALG3: ClassVar[SpGEMMAlg] = ...
|
|
496
|
+
CSR_ALG_DETERMINITIC: ClassVar[SpGEMMAlg] = ...
|
|
497
|
+
CSR_ALG_NONDETERMINITIC: ClassVar[SpGEMMAlg] = ...
|
|
498
|
+
DEFAULT: ClassVar[SpGEMMAlg] = ...
|
|
499
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
500
|
+
_member_map_: ClassVar[dict] = ...
|
|
501
|
+
_member_names_: ClassVar[list] = ...
|
|
502
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
503
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
504
|
+
|
|
505
|
+
class SpMMAlg(enum.IntEnum):
|
|
506
|
+
"""
|
|
507
|
+
See `cusparseSpMMAlg_t`.
|
|
508
|
+
"""
|
|
509
|
+
__new__: ClassVar[Callable] = ...
|
|
510
|
+
BLOCKED_ELL_ALG1: ClassVar[SpMMAlg] = ...
|
|
511
|
+
BSR_ALG1: ClassVar[SpMMAlg] = ...
|
|
512
|
+
COO_ALG1: ClassVar[SpMMAlg] = ...
|
|
513
|
+
COO_ALG2: ClassVar[SpMMAlg] = ...
|
|
514
|
+
COO_ALG3: ClassVar[SpMMAlg] = ...
|
|
515
|
+
COO_ALG4: ClassVar[SpMMAlg] = ...
|
|
516
|
+
CSR_ALG1: ClassVar[SpMMAlg] = ...
|
|
517
|
+
CSR_ALG2: ClassVar[SpMMAlg] = ...
|
|
518
|
+
CSR_ALG3: ClassVar[SpMMAlg] = ...
|
|
519
|
+
DEFAULT: ClassVar[SpMMAlg] = ...
|
|
520
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
521
|
+
_member_map_: ClassVar[dict] = ...
|
|
522
|
+
_member_names_: ClassVar[list] = ...
|
|
523
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
524
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
525
|
+
|
|
526
|
+
class SpMMOpAlg(enum.IntEnum):
|
|
527
|
+
"""
|
|
528
|
+
See `cusparseSpMMOpAlg_t`.
|
|
529
|
+
"""
|
|
530
|
+
__new__: ClassVar[Callable] = ...
|
|
531
|
+
DEFAULT: ClassVar[SpMMOpAlg] = ...
|
|
532
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
533
|
+
_member_map_: ClassVar[dict] = ...
|
|
534
|
+
_member_names_: ClassVar[list] = ...
|
|
535
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
536
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
537
|
+
|
|
538
|
+
class SpMVAlg(enum.IntEnum):
|
|
539
|
+
"""
|
|
540
|
+
See `cusparseSpMVAlg_t`.
|
|
541
|
+
"""
|
|
542
|
+
__new__: ClassVar[Callable] = ...
|
|
543
|
+
BSR_ALG1: ClassVar[SpMVAlg] = ...
|
|
544
|
+
COO_ALG1: ClassVar[SpMVAlg] = ...
|
|
545
|
+
COO_ALG2: ClassVar[SpMVAlg] = ...
|
|
546
|
+
CSR_ALG1: ClassVar[SpMVAlg] = ...
|
|
547
|
+
CSR_ALG2: ClassVar[SpMVAlg] = ...
|
|
548
|
+
DEFAULT: ClassVar[SpMVAlg] = ...
|
|
549
|
+
SELL_ALG1: ClassVar[SpMVAlg] = ...
|
|
550
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
551
|
+
_member_map_: ClassVar[dict] = ...
|
|
552
|
+
_member_names_: ClassVar[list] = ...
|
|
553
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
554
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
555
|
+
|
|
556
|
+
class SpMatAttribute(enum.IntEnum):
|
|
557
|
+
"""
|
|
558
|
+
See `cusparseSpMatAttribute_t`.
|
|
559
|
+
"""
|
|
560
|
+
__new__: ClassVar[Callable] = ...
|
|
561
|
+
DIAG_TYPE: ClassVar[SpMatAttribute] = ...
|
|
562
|
+
FILL_MODE: ClassVar[SpMatAttribute] = ...
|
|
563
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
564
|
+
_member_map_: ClassVar[dict] = ...
|
|
565
|
+
_member_names_: ClassVar[list] = ...
|
|
566
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
567
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
568
|
+
|
|
569
|
+
class SpSMAlg(enum.IntEnum):
|
|
570
|
+
"""
|
|
571
|
+
See `cusparseSpSMAlg_t`.
|
|
572
|
+
"""
|
|
573
|
+
__new__: ClassVar[Callable] = ...
|
|
574
|
+
DEFAULT: ClassVar[SpSMAlg] = ...
|
|
575
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
576
|
+
_member_map_: ClassVar[dict] = ...
|
|
577
|
+
_member_names_: ClassVar[list] = ...
|
|
578
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
579
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
580
|
+
|
|
581
|
+
class SpSMUpdate(enum.IntEnum):
|
|
582
|
+
"""
|
|
583
|
+
See `cusparseSpSMUpdate_t`.
|
|
584
|
+
"""
|
|
585
|
+
__new__: ClassVar[Callable] = ...
|
|
586
|
+
UPDATE_DIAGONAL: ClassVar[SpSMUpdate] = ...
|
|
587
|
+
UPDATE_GENERAL: ClassVar[SpSMUpdate] = ...
|
|
588
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
589
|
+
_member_map_: ClassVar[dict] = ...
|
|
590
|
+
_member_names_: ClassVar[list] = ...
|
|
591
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
592
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
593
|
+
|
|
594
|
+
class SpSVAlg(enum.IntEnum):
|
|
595
|
+
"""
|
|
596
|
+
See `cusparseSpSVAlg_t`.
|
|
597
|
+
"""
|
|
598
|
+
__new__: ClassVar[Callable] = ...
|
|
599
|
+
DEFAULT: ClassVar[SpSVAlg] = ...
|
|
600
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
601
|
+
_member_map_: ClassVar[dict] = ...
|
|
602
|
+
_member_names_: ClassVar[list] = ...
|
|
603
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
604
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
605
|
+
|
|
606
|
+
class SpSVUpdate(enum.IntEnum):
|
|
607
|
+
"""
|
|
608
|
+
See `cusparseSpSVUpdate_t`.
|
|
609
|
+
"""
|
|
610
|
+
__new__: ClassVar[Callable] = ...
|
|
611
|
+
DIAGONAL: ClassVar[SpSVUpdate] = ...
|
|
612
|
+
GENERAL: ClassVar[SpSVUpdate] = ...
|
|
613
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
614
|
+
_member_map_: ClassVar[dict] = ...
|
|
615
|
+
_member_names_: ClassVar[list] = ...
|
|
616
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
617
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
618
|
+
|
|
619
|
+
class SparseToDenseAlg(enum.IntEnum):
|
|
620
|
+
"""
|
|
621
|
+
See `cusparseSparseToDenseAlg_t`.
|
|
622
|
+
"""
|
|
623
|
+
__new__: ClassVar[Callable] = ...
|
|
624
|
+
DEFAULT: ClassVar[SparseToDenseAlg] = ...
|
|
625
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
626
|
+
_member_map_: ClassVar[dict] = ...
|
|
627
|
+
_member_names_: ClassVar[list] = ...
|
|
628
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
629
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
630
|
+
|
|
631
|
+
class Status(enum.IntEnum):
|
|
632
|
+
"""
|
|
633
|
+
See `cusparseStatus_t`.
|
|
634
|
+
"""
|
|
635
|
+
__new__: ClassVar[Callable] = ...
|
|
636
|
+
ALLOC_FAILED: ClassVar[Status] = ...
|
|
637
|
+
ARCH_MISMATCH: ClassVar[Status] = ...
|
|
638
|
+
EXECUTION_FAILED: ClassVar[Status] = ...
|
|
639
|
+
INSUFFICIENT_RESOURCES: ClassVar[Status] = ...
|
|
640
|
+
INTERNAL_ERROR: ClassVar[Status] = ...
|
|
641
|
+
INVALID_VALUE: ClassVar[Status] = ...
|
|
642
|
+
MAPPING_ERROR: ClassVar[Status] = ...
|
|
643
|
+
MATRIX_TYPE_NOT_SUPPORTED: ClassVar[Status] = ...
|
|
644
|
+
NOT_INITIALIZED: ClassVar[Status] = ...
|
|
645
|
+
NOT_SUPPORTED: ClassVar[Status] = ...
|
|
646
|
+
SUCCESS: ClassVar[Status] = ...
|
|
647
|
+
ZERO_PIVOT: ClassVar[Status] = ...
|
|
648
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
649
|
+
_member_map_: ClassVar[dict] = ...
|
|
650
|
+
_member_names_: ClassVar[list] = ...
|
|
651
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
652
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
653
|
+
|
|
654
|
+
class cuSPARSEError(Exception):
|
|
655
|
+
"""cuSPARSEError(status)"""
|
|
656
|
+
def __init__(self, status) -> Any:
|
|
657
|
+
"""Initialize self. See help(type(self)) for accurate signature."""
|
|
658
|
+
def __reduce__(self) -> Any:
|
|
659
|
+
"""cuSPARSEError.__reduce__(self)"""
|
|
Binary file
|