nvmath-python 1.0.0__cp314-cp314t-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 +130 -0
- nvmath/_internal/threadsafe.py +106 -0
- nvmath/_internal/utils.py +43 -0
- nvmath/_internal/workspace.py +490 -0
- nvmath/_utils.py +147 -0
- nvmath/bindings/__init__.py +60 -0
- nvmath/bindings/_internal/__init__.pxd +0 -0
- nvmath/bindings/_internal/__init__.py +0 -0
- nvmath/bindings/_internal/common_types.pxd +31 -0
- nvmath/bindings/_internal/cublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublas.pxd +530 -0
- nvmath/bindings/_internal/cublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublasLt.pxd +59 -0
- nvmath/bindings/_internal/cublasMp.pxd +52 -0
- nvmath/bindings/_internal/cudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cudss.pxd +54 -0
- nvmath/bindings/_internal/cufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cufft.pxd +70 -0
- nvmath/bindings/_internal/cufftMp.pxd +77 -0
- nvmath/bindings/_internal/curand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/curand.pxd +42 -0
- nvmath/bindings/_internal/cusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolver.pxd +15 -0
- nvmath/bindings/_internal/cusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolverDn.pxd +406 -0
- nvmath/bindings/_internal/cusolverMp.pxd +71 -0
- nvmath/bindings/_internal/cusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolverSp.pxd +75 -0
- nvmath/bindings/_internal/cusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparse.pxd +471 -0
- nvmath/bindings/_internal/cusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparseLt.pxd +48 -0
- nvmath/bindings/_internal/cutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cutensor.pxd +58 -0
- nvmath/bindings/_internal/mathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/mathdx.pxd +116 -0
- nvmath/bindings/_internal/nvshmem.pxd +29 -0
- nvmath/bindings/_internal/utils.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/utils.pxd +174 -0
- nvmath/bindings/_internal/utils.pyi +10 -0
- nvmath/bindings/cublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cublas.pxd +558 -0
- nvmath/bindings/cublas.pyi +812 -0
- nvmath/bindings/cublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cublasLt.pxd +109 -0
- nvmath/bindings/cublasLt.pyi +1461 -0
- nvmath/bindings/cublasMp.pxd +85 -0
- nvmath/bindings/cublasMp.pyi +267 -0
- nvmath/bindings/cudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cudss.pxd +98 -0
- nvmath/bindings/cudss.pyi +443 -0
- nvmath/bindings/cufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cufft.pxd +118 -0
- nvmath/bindings/cufft.pyi +301 -0
- nvmath/bindings/cufftMp.pxd +124 -0
- nvmath/bindings/cufftMp.pyi +326 -0
- nvmath/bindings/curand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/curand.pxd +71 -0
- nvmath/bindings/curand.pyi +189 -0
- nvmath/bindings/cusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolver.pxd +62 -0
- nvmath/bindings/cusolver.pyi +320 -0
- nvmath/bindings/cusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolverDn.pxd +430 -0
- nvmath/bindings/cusolverDn.pyi +422 -0
- nvmath/bindings/cusolverMp.pxd +98 -0
- nvmath/bindings/cusolverMp.pyi +114 -0
- nvmath/bindings/cusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolverSp.pxd +95 -0
- nvmath/bindings/cusolverSp.pyi +70 -0
- nvmath/bindings/cusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusparse.pxd +546 -0
- nvmath/bindings/cusparse.pyi +1017 -0
- nvmath/bindings/cusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusparseLt.pxd +99 -0
- nvmath/bindings/cusparseLt.pyi +252 -0
- nvmath/bindings/cutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cutensor.pxd +98 -0
- nvmath/bindings/cutensor.pyi +324 -0
- nvmath/bindings/cycublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycublas.pxd +664 -0
- nvmath/bindings/cycublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycublasLt.pxd +1045 -0
- nvmath/bindings/cycublasMp.pxd +171 -0
- nvmath/bindings/cycudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycudss.pxd +277 -0
- nvmath/bindings/cycufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycufft.pxd +333 -0
- nvmath/bindings/cycufftMp.pxd +342 -0
- nvmath/bindings/cycurand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycurand.pxd +141 -0
- nvmath/bindings/cycusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolver.pxd +137 -0
- nvmath/bindings/cycusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolverDn.pxd +443 -0
- nvmath/bindings/cycusolverMp.pxd +107 -0
- nvmath/bindings/cycusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolverSp.pxd +93 -0
- nvmath/bindings/cycusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparse.pxd +679 -0
- nvmath/bindings/cycusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparseLt.pxd +135 -0
- nvmath/bindings/cycutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycutensor.pxd +189 -0
- nvmath/bindings/cymathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cymathdx.pxd +552 -0
- nvmath/bindings/cynvshmem.pxd +118 -0
- nvmath/bindings/mathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/mathdx.pxd +182 -0
- nvmath/bindings/mathdx.pyi +1562 -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.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/blas.pxd +237 -0
- nvmath/bindings/nvpl/_internal/fft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/fft.pxd +36 -0
- nvmath/bindings/nvpl/blas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/blas.pxd +131 -0
- nvmath/bindings/nvpl/blas.pyi +168 -0
- nvmath/bindings/nvpl/cyblas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyblas.pxd +280 -0
- nvmath/bindings/nvpl/cyfft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyfft.pxd +93 -0
- nvmath/bindings/nvpl/fft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/fft.pxd +100 -0
- nvmath/bindings/nvpl/fft.pyi +168 -0
- nvmath/bindings/nvshmem.pxd +54 -0
- nvmath/bindings/nvshmem.pyi +191 -0
- nvmath/device/__init__.py +38 -0
- nvmath/device/_deprecated.py +33 -0
- nvmath/device/common.py +315 -0
- nvmath/device/common_backend.py +131 -0
- nvmath/device/common_cuda.py +201 -0
- nvmath/device/common_numba.py +300 -0
- nvmath/device/common_numba_cuda_mlir.py +202 -0
- nvmath/device/common_opaque_tensor.py +201 -0
- nvmath/device/cublasdx.py +1606 -0
- nvmath/device/cublasdx_backend.py +860 -0
- nvmath/device/cublasdx_numba.py +1534 -0
- nvmath/device/cublasdx_numba_cuda_mlir.py +208 -0
- nvmath/device/cufftdx.py +373 -0
- nvmath/device/cufftdx_backend.py +220 -0
- nvmath/device/cufftdx_numba.py +140 -0
- nvmath/device/cufftdx_numba_cuda_mlir.py +79 -0
- nvmath/device/curand_kernel.py +9147 -0
- nvmath/device/cusolverdx.py +2708 -0
- nvmath/device/cusolverdx_backend.py +440 -0
- nvmath/device/cusolverdx_numba.py +567 -0
- nvmath/device/cusolverdx_numba_cuda_mlir.py +604 -0
- nvmath/device/cusolverdx_overload_backend.py +1029 -0
- nvmath/device/llvm_array.py +29 -0
- nvmath/device/random.py +441 -0
- nvmath/device/random_helpers.py +23 -0
- nvmath/device/random_states.py +187 -0
- nvmath/device/types.py +138 -0
- nvmath/device/vector_types_numba.py +259 -0
- nvmath/distributed/__init__.py +200 -0
- nvmath/distributed/_internal/__init__.py +0 -0
- nvmath/distributed/_internal/nccl.py +86 -0
- nvmath/distributed/_internal/nvshmem.py +307 -0
- nvmath/distributed/_internal/symmetric_memory.py +35 -0
- nvmath/distributed/_internal/tensor_ifc.py +70 -0
- nvmath/distributed/_internal/tensor_ifc_cupy.py +68 -0
- nvmath/distributed/_internal/tensor_ifc_host_device.py +172 -0
- nvmath/distributed/_internal/tensor_ifc_numpy.py +46 -0
- nvmath/distributed/_internal/tensor_ifc_torch.py +162 -0
- nvmath/distributed/_internal/tensor_wrapper.py +81 -0
- nvmath/distributed/_utils.py +167 -0
- nvmath/distributed/distribution/__init__.py +30 -0
- nvmath/distributed/distribution/_configuration.py +39 -0
- nvmath/distributed/distribution/distributions.py +1024 -0
- nvmath/distributed/distribution/redistribute.py +1284 -0
- nvmath/distributed/fft/__init__.py +7 -0
- nvmath/distributed/fft/_configuration.py +82 -0
- nvmath/distributed/fft/fft.py +2742 -0
- nvmath/distributed/linalg/__init__.py +22 -0
- nvmath/distributed/linalg/_internal/__init__.py +3 -0
- nvmath/distributed/linalg/_internal/epilog_protocol.py +586 -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 +171 -0
- nvmath/distributed/linalg/advanced/matmulmod.py +3573 -0
- nvmath/distributed/linalg/generic/__init__.py +8 -0
- nvmath/distributed/linalg/generic/_caching.py +66 -0
- nvmath/distributed/linalg/generic/_configuration.py +61 -0
- nvmath/distributed/linalg/generic/_factorization.py +172 -0
- nvmath/distributed/linalg/generic/_initialization.py +966 -0
- nvmath/distributed/linalg/generic/_problem_spec.py +511 -0
- nvmath/distributed/linalg/generic/solvermod.py +1368 -0
- nvmath/distributed/process_group.py +408 -0
- nvmath/fft/__init__.py +7 -0
- nvmath/fft/_configuration.py +189 -0
- nvmath/fft/_exec_utils.py +82 -0
- nvmath/fft/_helpers.py +237 -0
- nvmath/fft/fft.py +3122 -0
- nvmath/internal/__init__.pxd +3 -0
- nvmath/internal/__init__.py +10 -0
- nvmath/internal/_bindings.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/_bindings.pxd +18 -0
- nvmath/internal/_device_utils.py +45 -0
- nvmath/internal/_layout/__init__.pxd +3 -0
- nvmath/internal/_layout/__init__.py +7 -0
- nvmath/internal/_layout/_layout.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/_layout/_layout.pxd +1303 -0
- nvmath/internal/_layout/_layout.pyi +1145 -0
- nvmath/internal/enum_utils.py +142 -0
- nvmath/internal/formatters.py +87 -0
- nvmath/internal/mem_limit.py +51 -0
- nvmath/internal/memory.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/memory.pxd +13 -0
- nvmath/internal/memory.pyi +50 -0
- nvmath/internal/ndbuffer/__init__.pxd +3 -0
- nvmath/internal/ndbuffer/__init__.py +9 -0
- nvmath/internal/ndbuffer/_copy_kernel.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_copy_kernel.pxd +10 -0
- nvmath/internal/ndbuffer/_jit.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_jit.pxd +7 -0
- nvmath/internal/ndbuffer/_ndbuffer.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_ndbuffer.pxd +40 -0
- nvmath/internal/ndbuffer/_ndbuffer.pyi +463 -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 +242 -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/package_ifc.py +168 -0
- nvmath/internal/package_ifc_cuda.py +57 -0
- nvmath/internal/package_ifc_cupy.py +67 -0
- nvmath/internal/package_ifc_torch.py +69 -0
- nvmath/internal/package_wrapper.py +14 -0
- nvmath/internal/tensor_ifc.py +179 -0
- nvmath/internal/tensor_ifc_cupy.py +234 -0
- nvmath/internal/tensor_ifc_ndbuffer.py +147 -0
- nvmath/internal/tensor_ifc_numpy.py +184 -0
- nvmath/internal/tensor_ifc_torch.py +178 -0
- nvmath/internal/tensor_wrapper.py +160 -0
- nvmath/internal/typemaps.py +113 -0
- nvmath/internal/utils.py +805 -0
- nvmath/linalg/__init__.py +56 -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 +234 -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/solver_utils.py +432 -0
- nvmath/linalg/_internal/typemaps.py +144 -0
- nvmath/linalg/_internal/utils.py +157 -0
- nvmath/linalg/advanced/__init__.py +8 -0
- nvmath/linalg/advanced/_algorithmmod.py +170 -0
- nvmath/linalg/advanced/_configuration.py +351 -0
- nvmath/linalg/advanced/helpers/__init__.py +5 -0
- nvmath/linalg/advanced/helpers/matmul.py +1316 -0
- nvmath/linalg/advanced/matmulmod.py +3734 -0
- nvmath/linalg/generic/__init__.py +53 -0
- nvmath/linalg/generic/_configuration/__init__.py +39 -0
- nvmath/linalg/generic/_configuration/layout.py +263 -0
- nvmath/linalg/generic/_configuration/match.py +734 -0
- nvmath/linalg/generic/_configuration/qualifiers.py +493 -0
- nvmath/linalg/generic/_configuration/solver_configuration.py +59 -0
- nvmath/linalg/generic/_configuration/wrap.py +217 -0
- nvmath/linalg/generic/_dtype.py +15 -0
- nvmath/linalg/generic/matmulmod.py +2094 -0
- nvmath/linalg/generic/solvermod.py +1301 -0
- nvmath/memory.py +279 -0
- nvmath/sparse/__init__.py +38 -0
- nvmath/sparse/_internal/__init__.py +21 -0
- nvmath/sparse/_internal/common_utils.py +147 -0
- nvmath/sparse/_internal/cudss_config_ifc.py +702 -0
- nvmath/sparse/_internal/cudss_data_ifc.py +399 -0
- nvmath/sparse/_internal/cudss_utils.py +506 -0
- nvmath/sparse/_internal/cusparse_utils.py +382 -0
- nvmath/sparse/_internal/sparse_bsc_ifc.py +303 -0
- nvmath/sparse/_internal/sparse_bsr_ifc.py +305 -0
- nvmath/sparse/_internal/sparse_coo_ifc.py +256 -0
- nvmath/sparse/_internal/sparse_csc_ifc.py +268 -0
- nvmath/sparse/_internal/sparse_csr_ifc.py +288 -0
- nvmath/sparse/_internal/sparse_dia_ifc.py +242 -0
- nvmath/sparse/_internal/sparse_format_helpers.py +601 -0
- nvmath/sparse/_internal/sparse_tensor_ifc.py +133 -0
- nvmath/sparse/_internal/sparse_ust_ifc.py +141 -0
- nvmath/sparse/_internal/utils.py +56 -0
- nvmath/sparse/advanced/__init__.py +7 -0
- nvmath/sparse/advanced/_configuration.py +227 -0
- nvmath/sparse/advanced/direct_solver.py +2069 -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 +2353 -0
- nvmath/sparse/ust/__init__.py +7 -0
- nvmath/sparse/ust/_converters.py +422 -0
- nvmath/sparse/ust/_cpp.py +28 -0
- nvmath/sparse/ust/_drawer.py +565 -0
- nvmath/sparse/ust/_emitter.py +1033 -0
- nvmath/sparse/ust/_jit.py +188 -0
- nvmath/sparse/ust/_kernel.py +282 -0
- nvmath/sparse/ust/_utils.py +149 -0
- nvmath/sparse/ust/interfaces/__init__.py +0 -0
- nvmath/sparse/ust/interfaces/torch_interface.py +476 -0
- nvmath/sparse/ust/tensor.py +1016 -0
- nvmath/sparse/ust/tensor_format.py +957 -0
- nvmath/tensor/__init__.py +6 -0
- nvmath/tensor/_configuration.py +120 -0
- nvmath/tensor/_internal/__init__.py +3 -0
- nvmath/tensor/_internal/cutensor_config_ifc.py +279 -0
- nvmath/tensor/_internal/cutensor_utils.py +230 -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 +1900 -0
- nvmath_python-1.0.0.dist-info/METADATA +134 -0
- nvmath_python-1.0.0.dist-info/RECORD +332 -0
- nvmath_python-1.0.0.dist-info/WHEEL +5 -0
- nvmath_python-1.0.0.dist-info/licenses/LICENSE +177 -0
- nvmath_python-1.0.0.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
#
|
|
5
|
+
# This code was automatically generated with version 3.1.7. Do not modify it directly.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
from libc.stdint cimport int64_t
|
|
9
|
+
from libc.stdint cimport int32_t
|
|
10
|
+
from ._internal.common_types cimport cudaStream_t
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
###############################################################################
|
|
14
|
+
# Types (structs, enums, ...)
|
|
15
|
+
###############################################################################
|
|
16
|
+
|
|
17
|
+
# enums
|
|
18
|
+
ctypedef enum _anon_enum0 "_anon_enum0":
|
|
19
|
+
PROXY_GLOBAL_EXIT_NOT_REQUESTED "PROXY_GLOBAL_EXIT_NOT_REQUESTED" = 0
|
|
20
|
+
PROXY_GLOBAL_EXIT_INIT "PROXY_GLOBAL_EXIT_INIT"
|
|
21
|
+
PROXY_GLOBAL_EXIT_REQUESTED "PROXY_GLOBAL_EXIT_REQUESTED"
|
|
22
|
+
PROXY_GLOBAL_EXIT_FINISHED "PROXY_GLOBAL_EXIT_FINISHED"
|
|
23
|
+
PROXY_GLOBAL_EXIT_MAX_STATE "PROXY_GLOBAL_EXIT_MAX_STATE" = 2147483647
|
|
24
|
+
|
|
25
|
+
ctypedef enum _anon_enum1 "_anon_enum1":
|
|
26
|
+
NVSHMEM_STATUS_NOT_INITIALIZED "NVSHMEM_STATUS_NOT_INITIALIZED" = 0
|
|
27
|
+
NVSHMEM_STATUS_IS_BOOTSTRAPPED "NVSHMEM_STATUS_IS_BOOTSTRAPPED"
|
|
28
|
+
NVSHMEM_STATUS_IS_INITIALIZED "NVSHMEM_STATUS_IS_INITIALIZED"
|
|
29
|
+
NVSHMEM_STATUS_LIMITED_MPG "NVSHMEM_STATUS_LIMITED_MPG"
|
|
30
|
+
NVSHMEM_STATUS_FULL_MPG "NVSHMEM_STATUS_FULL_MPG"
|
|
31
|
+
NVSHMEM_STATUS_INVALID "NVSHMEM_STATUS_INVALID" = 2147483647
|
|
32
|
+
|
|
33
|
+
ctypedef enum _anon_enum2 "_anon_enum2":
|
|
34
|
+
NVSHMEM_TEAM_INVALID "NVSHMEM_TEAM_INVALID" = -(1)
|
|
35
|
+
NVSHMEM_TEAM_WORLD "NVSHMEM_TEAM_WORLD" = 0
|
|
36
|
+
NVSHMEM_TEAM_WORLD_INDEX "NVSHMEM_TEAM_WORLD_INDEX" = 0
|
|
37
|
+
NVSHMEM_TEAM_SHARED "NVSHMEM_TEAM_SHARED" = 1
|
|
38
|
+
NVSHMEM_TEAM_SHARED_INDEX "NVSHMEM_TEAM_SHARED_INDEX" = 1
|
|
39
|
+
NVSHMEMX_TEAM_NODE "NVSHMEMX_TEAM_NODE" = 2
|
|
40
|
+
NVSHMEM_TEAM_NODE_INDEX "NVSHMEM_TEAM_NODE_INDEX" = 2
|
|
41
|
+
NVSHMEMX_TEAM_SAME_MYPE_NODE "NVSHMEMX_TEAM_SAME_MYPE_NODE" = 3
|
|
42
|
+
NVSHMEM_TEAM_SAME_MYPE_NODE_INDEX "NVSHMEM_TEAM_SAME_MYPE_NODE_INDEX" = 3
|
|
43
|
+
NVSHMEMI_TEAM_SAME_GPU "NVSHMEMI_TEAM_SAME_GPU" = 4
|
|
44
|
+
NVSHMEM_TEAM_SAME_GPU_INDEX "NVSHMEM_TEAM_SAME_GPU_INDEX" = 4
|
|
45
|
+
NVSHMEMI_TEAM_GPU_LEADERS "NVSHMEMI_TEAM_GPU_LEADERS" = 5
|
|
46
|
+
NVSHMEM_TEAM_GPU_LEADERS_INDEX "NVSHMEM_TEAM_GPU_LEADERS_INDEX" = 5
|
|
47
|
+
NVSHMEM_TEAMS_MIN "NVSHMEM_TEAMS_MIN" = 6
|
|
48
|
+
NVSHMEM_TEAM_INDEX_MAX "NVSHMEM_TEAM_INDEX_MAX" = 2147483647
|
|
49
|
+
|
|
50
|
+
ctypedef enum nvshmemx_status "nvshmemx_status":
|
|
51
|
+
NVSHMEMX_SUCCESS "NVSHMEMX_SUCCESS" = 0
|
|
52
|
+
NVSHMEMX_ERROR_INVALID_VALUE "NVSHMEMX_ERROR_INVALID_VALUE"
|
|
53
|
+
NVSHMEMX_ERROR_OUT_OF_MEMORY "NVSHMEMX_ERROR_OUT_OF_MEMORY"
|
|
54
|
+
NVSHMEMX_ERROR_NOT_SUPPORTED "NVSHMEMX_ERROR_NOT_SUPPORTED"
|
|
55
|
+
NVSHMEMX_ERROR_SYMMETRY "NVSHMEMX_ERROR_SYMMETRY"
|
|
56
|
+
NVSHMEMX_ERROR_GPU_NOT_SELECTED "NVSHMEMX_ERROR_GPU_NOT_SELECTED"
|
|
57
|
+
NVSHMEMX_ERROR_COLLECTIVE_LAUNCH_FAILED "NVSHMEMX_ERROR_COLLECTIVE_LAUNCH_FAILED"
|
|
58
|
+
NVSHMEMX_ERROR_INTERNAL "NVSHMEMX_ERROR_INTERNAL"
|
|
59
|
+
NVSHMEMX_ERROR_SENTINEL "NVSHMEMX_ERROR_SENTINEL" = 2147483647
|
|
60
|
+
|
|
61
|
+
ctypedef enum flags "flags":
|
|
62
|
+
NVSHMEMX_INIT_THREAD_PES "NVSHMEMX_INIT_THREAD_PES" = 1
|
|
63
|
+
NVSHMEMX_INIT_WITH_MPI_COMM "NVSHMEMX_INIT_WITH_MPI_COMM" = (1 << 1)
|
|
64
|
+
NVSHMEMX_INIT_WITH_SHMEM "NVSHMEMX_INIT_WITH_SHMEM" = (1 << 2)
|
|
65
|
+
NVSHMEMX_INIT_WITH_UNIQUEID "NVSHMEMX_INIT_WITH_UNIQUEID" = (1 << 3)
|
|
66
|
+
NVSHMEMX_INIT_MAX "NVSHMEMX_INIT_MAX" = (1 << 31)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
# types
|
|
70
|
+
ctypedef struct nvshmemx_uniqueid_v1 'nvshmemx_uniqueid_v1':
|
|
71
|
+
int version
|
|
72
|
+
char internal[124]
|
|
73
|
+
ctypedef int32_t nvshmem_team_t 'nvshmem_team_t'
|
|
74
|
+
ctypedef struct nvshmem_team_config_v1 'nvshmem_team_config_v1':
|
|
75
|
+
int version
|
|
76
|
+
int num_contexts
|
|
77
|
+
char padding[56]
|
|
78
|
+
ctypedef nvshmemx_uniqueid_v1 nvshmemx_uniqueid_t 'nvshmemx_uniqueid_t'
|
|
79
|
+
ctypedef struct nvshmemx_uniqueid_args_v1 'nvshmemx_uniqueid_args_v1':
|
|
80
|
+
int version
|
|
81
|
+
nvshmemx_uniqueid_v1* id
|
|
82
|
+
int myrank
|
|
83
|
+
int nranks
|
|
84
|
+
ctypedef nvshmem_team_t nvshmemx_team_t 'nvshmemx_team_t'
|
|
85
|
+
ctypedef nvshmem_team_config_v1 nvshmem_team_config_t 'nvshmem_team_config_t'
|
|
86
|
+
ctypedef nvshmemx_uniqueid_args_v1 nvshmemx_uniqueid_args_t 'nvshmemx_uniqueid_args_t'
|
|
87
|
+
ctypedef struct nvshmemx_init_args_v1 'nvshmemx_init_args_v1':
|
|
88
|
+
int version
|
|
89
|
+
nvshmemx_uniqueid_args_t uid_args
|
|
90
|
+
char content[96]
|
|
91
|
+
ctypedef nvshmemx_init_args_v1 nvshmemx_init_args_t 'nvshmemx_init_args_t'
|
|
92
|
+
ctypedef struct nvshmemx_init_attr_v1 'nvshmemx_init_attr_v1':
|
|
93
|
+
int version
|
|
94
|
+
void* mpi_comm
|
|
95
|
+
nvshmemx_init_args_t args
|
|
96
|
+
ctypedef nvshmemx_init_attr_v1 nvshmemx_init_attr_t 'nvshmemx_init_attr_t'
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
###############################################################################
|
|
100
|
+
# Functions
|
|
101
|
+
###############################################################################
|
|
102
|
+
|
|
103
|
+
cdef int nvshmemx_init_status() except?-42 nogil
|
|
104
|
+
cdef int nvshmem_my_pe() except?-42 nogil
|
|
105
|
+
cdef int nvshmem_n_pes() except?-42 nogil
|
|
106
|
+
cdef void* nvshmem_malloc(size_t size) except?NULL nogil
|
|
107
|
+
cdef void* nvshmem_calloc(size_t count, size_t size) except?NULL nogil
|
|
108
|
+
cdef void* nvshmem_align(size_t alignment, size_t size) except?NULL nogil
|
|
109
|
+
cdef void nvshmem_free(void* ptr) except* nogil
|
|
110
|
+
cdef void* nvshmem_ptr(const void* dest, int pe) except?NULL nogil
|
|
111
|
+
cdef void nvshmem_int_p(int* dest, const int value, int pe) except* nogil
|
|
112
|
+
cdef int nvshmem_team_my_pe(nvshmem_team_t team) except?-42 nogil
|
|
113
|
+
cdef void nvshmemx_barrier_all_on_stream(cudaStream_t stream) except* nogil
|
|
114
|
+
cdef void nvshmemx_sync_all_on_stream(cudaStream_t stream) except* nogil
|
|
115
|
+
cdef int nvshmemx_hostlib_init_attr(unsigned int flags, nvshmemx_init_attr_t* attr) except?-42 nogil
|
|
116
|
+
cdef void nvshmemx_hostlib_finalize() except* nogil
|
|
117
|
+
cdef int nvshmemx_set_attr_uniqueid_args(const int myrank, const int nranks, const nvshmemx_uniqueid_t* uniqueid, nvshmemx_init_attr_t* attr) except?-42 nogil
|
|
118
|
+
cdef int nvshmemx_get_uniqueid(nvshmemx_uniqueid_t* uniqueid) except?-42 nogil
|
|
Binary file
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# This code was automatically generated across versions from 0.3.1 to 0.3.2, generator version 0.3.1.dev1418+g63712a33a.d20260318. Do not modify it directly.
|
|
2
|
+
|
|
3
|
+
from libc.stdint cimport intptr_t
|
|
4
|
+
|
|
5
|
+
from .cymathdx cimport *
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
###############################################################################
|
|
9
|
+
# Types
|
|
10
|
+
###############################################################################
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
###############################################################################
|
|
16
|
+
# Enum
|
|
17
|
+
###############################################################################
|
|
18
|
+
|
|
19
|
+
ctypedef commondxValueType _CommondxValueType
|
|
20
|
+
ctypedef commondxStatusType _CommondxStatusType
|
|
21
|
+
ctypedef commondxPrecision _CommondxPrecision
|
|
22
|
+
ctypedef commondxArchModifier _CommondxArchModifier
|
|
23
|
+
ctypedef commondxOption _CommondxOption
|
|
24
|
+
ctypedef commondxExecution _CommondxExecution
|
|
25
|
+
ctypedef commondxCodeContainer _CommondxCodeContainer
|
|
26
|
+
ctypedef cublasdxApi _CublasdxApi
|
|
27
|
+
ctypedef cublasdxDevicePipelineType _CublasdxDevicePipelineType
|
|
28
|
+
ctypedef cublasdxTilePipelineType _CublasdxTilePipelineType
|
|
29
|
+
ctypedef cublasdxBlockSizeStrategy _CublasdxBlockSizeStrategy
|
|
30
|
+
ctypedef cublasdxType _CublasdxType
|
|
31
|
+
ctypedef cublasdxMemorySpace _CublasdxMemorySpace
|
|
32
|
+
ctypedef cublasdxTransposeMode _CublasdxTransposeMode
|
|
33
|
+
ctypedef cublasdxArrangement _CublasdxArrangement
|
|
34
|
+
ctypedef cublasdxFunction _CublasdxFunction
|
|
35
|
+
ctypedef cublasdxOperatorType _CublasdxOperatorType
|
|
36
|
+
ctypedef cublasdxTraitType _CublasdxTraitType
|
|
37
|
+
ctypedef cublasdxTensorType _CublasdxTensorType
|
|
38
|
+
ctypedef cublasdxTensorOption _CublasdxTensorOption
|
|
39
|
+
ctypedef cublasdxTensorTrait _CublasdxTensorTrait
|
|
40
|
+
ctypedef cublasdxPipelineTrait _CublasdxPipelineTrait
|
|
41
|
+
ctypedef cublasdxDeviceFunctionTrait _CublasdxDeviceFunctionTrait
|
|
42
|
+
ctypedef cublasdxDeviceFunctionOption _CublasdxDeviceFunctionOption
|
|
43
|
+
ctypedef cublasdxDeviceFunctionType _CublasdxDeviceFunctionType
|
|
44
|
+
ctypedef cufftdxApi _CufftdxApi
|
|
45
|
+
ctypedef cufftdxType _CufftdxType
|
|
46
|
+
ctypedef cufftdxDirection _CufftdxDirection
|
|
47
|
+
ctypedef cufftdxComplexLayout _CufftdxComplexLayout
|
|
48
|
+
ctypedef cufftdxRealMode _CufftdxRealMode
|
|
49
|
+
ctypedef cufftdxCodeType _CufftdxCodeType
|
|
50
|
+
ctypedef cufftdxOperatorType _CufftdxOperatorType
|
|
51
|
+
ctypedef cufftdxKnobType _CufftdxKnobType
|
|
52
|
+
ctypedef cufftdxTraitType _CufftdxTraitType
|
|
53
|
+
ctypedef cusolverdxApi _CusolverdxApi
|
|
54
|
+
ctypedef cusolverdxType _CusolverdxType
|
|
55
|
+
ctypedef cusolverdxFunction _CusolverdxFunction
|
|
56
|
+
ctypedef cusolverdxArrangement _CusolverdxArrangement
|
|
57
|
+
ctypedef cusolverdxTransposeMode _CusolverdxTransposeMode
|
|
58
|
+
ctypedef cusolverdxFillMode _CusolverdxFillMode
|
|
59
|
+
ctypedef cusolverdxSide _CusolverdxSide
|
|
60
|
+
ctypedef cusolverdxDiag _CusolverdxDiag
|
|
61
|
+
ctypedef cusolverdxOperatorType _CusolverdxOperatorType
|
|
62
|
+
ctypedef cusolverdxTraitType _CusolverdxTraitType
|
|
63
|
+
ctypedef curanddxDistribution _CuranddxDistribution
|
|
64
|
+
ctypedef curanddxNormalMethod _CuranddxNormalMethod
|
|
65
|
+
ctypedef curanddxGenerateMethod _CuranddxGenerateMethod
|
|
66
|
+
ctypedef curanddxGenerator _CuranddxGenerator
|
|
67
|
+
ctypedef curanddxOperatorType _CuranddxOperatorType
|
|
68
|
+
ctypedef curanddxDeviceFunctionType _CuranddxDeviceFunctionType
|
|
69
|
+
ctypedef curanddxTraitType _CuranddxTraitType
|
|
70
|
+
ctypedef commondxCodeType _CommondxCodeType
|
|
71
|
+
ctypedef cusolverdxJob _CusolverdxJob
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
###############################################################################
|
|
75
|
+
# Functions
|
|
76
|
+
###############################################################################
|
|
77
|
+
|
|
78
|
+
cpdef long long int commondx_create_code() except? 0
|
|
79
|
+
cpdef commondx_set_code_option_int64(long long int code, int option, long long int value)
|
|
80
|
+
cpdef commondx_set_code_option_int64s(long long int code, int option, size_t count, values)
|
|
81
|
+
cpdef commondx_set_code_option_str(long long int code, int option, value)
|
|
82
|
+
cpdef long long int commondx_get_code_option_int64(long long int code, int option) except? 0
|
|
83
|
+
cpdef commondx_get_code_options_int64s(long long int code, int option, size_t size, array)
|
|
84
|
+
cpdef size_t commondx_get_code_ltoir_size(long long int code) except? 0
|
|
85
|
+
cpdef commondx_get_code_ltoir(long long int code, size_t size, out)
|
|
86
|
+
cpdef size_t commondx_get_code_num_ltoirs(long long int code) except? 0
|
|
87
|
+
cpdef commondx_get_code_ltoir_sizes(long long int code, size_t size, out)
|
|
88
|
+
cpdef commondx_get_code_ltoirs(long long int code, size_t size, out)
|
|
89
|
+
cpdef commondx_destroy_code(long long int code)
|
|
90
|
+
cpdef str commondx_status_to_str(int status)
|
|
91
|
+
cpdef int get_version() except? 0
|
|
92
|
+
cpdef tuple get_version_ex()
|
|
93
|
+
cpdef long long int cublasdx_create_descriptor() except? 0
|
|
94
|
+
cpdef cublasdx_set_option_str(long long int handle, int option, value)
|
|
95
|
+
cpdef cublasdx_set_operator_int64(long long int handle, int op, long long int value)
|
|
96
|
+
cpdef cublasdx_set_operator_int64s(long long int handle, int op, size_t count, array)
|
|
97
|
+
cpdef long long int cublasdx_create_tensor(long long int handle, int tensor_type) except? 0
|
|
98
|
+
cpdef long long int cublasdx_create_tensor_strided(int memory_space, int value_type, intptr_t ptr, long long int rank, shape, stride) except? 0
|
|
99
|
+
cpdef long long int cublasdx_make_tensor_like(long long int input, int value_type) except? 0
|
|
100
|
+
cpdef cublasdx_destroy_tensor(long long int tensor)
|
|
101
|
+
cpdef cublasdx_destroy_pipeline(long long int pipeline)
|
|
102
|
+
cpdef long long int cublasdx_create_device_pipeline(long long int handle, int device_pipeline_type, long long int pipeline_depth, int block_size_strategy, long long int tensor_a, long long int tensor_b) except? 0
|
|
103
|
+
cpdef long long int cublasdx_create_tile_pipeline(long long int handle, int tile_pipeline_type, long long int device_pipeline) except? 0
|
|
104
|
+
cpdef cublasdx_set_tensor_option_int64(long long int tensor, int option, long long int value)
|
|
105
|
+
cpdef cublasdx_finalize_tensors(size_t count, array)
|
|
106
|
+
cpdef cublasdx_finalize_pipelines(size_t count, array)
|
|
107
|
+
cpdef cublasdx_finalize(size_t count_tensors, tensors, size_t count_pipelines, pipelines)
|
|
108
|
+
cpdef long long int cublasdx_get_tensor_trait_int64(long long int tensor, int trait) except? 0
|
|
109
|
+
cpdef long long int cublasdx_get_pipeline_trait_int64(long long int pipeline, int trait) except? 0
|
|
110
|
+
cpdef cublasdx_get_pipeline_trait_int64s(long long int pipeline, int trait, size_t count, array)
|
|
111
|
+
cpdef size_t cublasdx_get_tensor_trait_str_size(long long int tensor, int trait) except? 0
|
|
112
|
+
cpdef size_t cublasdx_get_pipeline_trait_str_size(long long int pipeline, int trait) except? 0
|
|
113
|
+
cpdef cublasdx_get_tensor_trait_str(long long int tensor, int trait, size_t size, value)
|
|
114
|
+
cpdef cublasdx_get_pipeline_trait_str(long long int pipeline, int trait, size_t size, value)
|
|
115
|
+
cpdef long long int cublasdx_create_device_function(long long int handle, int device_function_type, size_t count, array) except? 0
|
|
116
|
+
cpdef cublasdx_destroy_device_function(long long int device_function)
|
|
117
|
+
cpdef long long int cublasdx_create_device_function_with_pipelines(long long int handle, int device_function_type, size_t tensor_count, tensors, size_t pipeline_count, pipelines) except? 0
|
|
118
|
+
cpdef cublasdx_finalize_device_functions(long long int code, size_t count, array)
|
|
119
|
+
cpdef size_t cublasdx_get_device_function_trait_str_size(long long int device_function, int trait) except? 0
|
|
120
|
+
cpdef cublasdx_get_device_function_trait_str(long long int device_function, int trait, size_t size, value)
|
|
121
|
+
cpdef size_t cublasdx_get_ltoir_size(long long int handle) except? 0
|
|
122
|
+
cpdef cublasdx_get_ltoir(long long int handle, size_t size, lto)
|
|
123
|
+
cpdef size_t cublasdx_get_trait_str_size(long long int handle, int trait) except? 0
|
|
124
|
+
cpdef cublasdx_get_trait_str(long long int handle, int trait, size_t size, value)
|
|
125
|
+
cpdef long long int cublasdx_get_trait_int64(long long int handle, int trait) except? 0
|
|
126
|
+
cpdef cublasdx_get_trait_int64s(long long int handle, int trait, size_t count, array)
|
|
127
|
+
cpdef str cublasdx_operator_type_to_str(int op)
|
|
128
|
+
cpdef str cublasdx_trait_type_to_str(int trait)
|
|
129
|
+
cpdef cublasdx_finalize_code(long long int code, long long int handle)
|
|
130
|
+
cpdef cublasdx_destroy_descriptor(long long int handle)
|
|
131
|
+
cpdef long long int cufftdx_create_descriptor() except? 0
|
|
132
|
+
cpdef cufftdx_set_option_str(long long int handle, int opt, value)
|
|
133
|
+
cpdef size_t cufftdx_get_knob_int64size(long long int handle, size_t num_knobs, knobs_ptr) except? 0
|
|
134
|
+
cpdef cufftdx_get_knob_int64s(long long int handle, size_t num_knobs, knobs_ptr, size_t size, intptr_t values)
|
|
135
|
+
cpdef cufftdx_set_operator_int64(long long int handle, int op, long long int value)
|
|
136
|
+
cpdef cufftdx_set_operator_int64s(long long int handle, int op, size_t count, array)
|
|
137
|
+
cpdef size_t cufftdx_get_ltoir_size(long long int handle) except? 0
|
|
138
|
+
cpdef cufftdx_get_ltoir(long long int handle, size_t size, lto)
|
|
139
|
+
cpdef size_t cufftdx_get_trait_str_size(long long int handle, int trait) except? 0
|
|
140
|
+
cpdef cufftdx_get_trait_str(long long int handle, int trait, size_t size, value)
|
|
141
|
+
cpdef long long int cufftdx_get_trait_int64(long long int handle, int trait) except? 0
|
|
142
|
+
cpdef cufftdx_get_trait_int64s(long long int handle, int trait, size_t count, array)
|
|
143
|
+
cpdef int cufftdx_get_trait_commondx_data_type(long long int handle, int trait) except? -1
|
|
144
|
+
cpdef cufftdx_finalize_code(long long int code, long long int handle)
|
|
145
|
+
cpdef cufftdx_destroy_descriptor(long long int handle)
|
|
146
|
+
cpdef str cufftdx_operator_type_to_str(int op)
|
|
147
|
+
cpdef str cufftdx_trait_type_to_str(int op)
|
|
148
|
+
cpdef long long int cusolverdx_create_descriptor() except? 0
|
|
149
|
+
cpdef cusolverdx_set_option_str(long long int handle, int opt, value)
|
|
150
|
+
cpdef cusolverdx_set_operator_int64(long long int handle, int op, long long int value)
|
|
151
|
+
cpdef cusolverdx_set_operator_int64s(long long int handle, int op, size_t count, array)
|
|
152
|
+
cpdef size_t cusolverdx_get_ltoir_size(long long int handle) except? 0
|
|
153
|
+
cpdef cusolverdx_get_ltoir(long long int handle, size_t size, lto)
|
|
154
|
+
cpdef size_t cusolverdx_get_universal_fatbin_size(long long int handle) except? 0
|
|
155
|
+
cpdef cusolverdx_get_universal_fatbin(long long int handle, size_t fatbin_size, fatbin)
|
|
156
|
+
cpdef size_t cusolverdx_get_trait_str_size(long long int handle, int trait) except? 0
|
|
157
|
+
cpdef cusolverdx_get_trait_str(long long int handle, int trait, size_t size, value)
|
|
158
|
+
cpdef long long int cusolverdx_get_trait_int64(long long int handle, int trait) except? 0
|
|
159
|
+
cpdef cusolverdx_get_trait_int64s(long long int handle, int trait, size_t count, values)
|
|
160
|
+
cpdef cusolverdx_finalize_code(long long int code, long long int handle)
|
|
161
|
+
cpdef cusolverdx_destroy_descriptor(long long int handle)
|
|
162
|
+
cpdef str cusolverdx_operator_type_to_str(int op)
|
|
163
|
+
cpdef str cusolverdx_trait_type_to_str(int trait)
|
|
164
|
+
cpdef tuple curanddx_get_version()
|
|
165
|
+
cpdef long long int curanddx_create_descriptor() except? 0
|
|
166
|
+
cpdef curanddx_set_option_str(long long int handle, int opt, value)
|
|
167
|
+
cpdef curanddx_set_operator_int64(long long int handle, int op, long long int value)
|
|
168
|
+
cpdef curanddx_set_operator_doubles(long long int handle, int op, size_t count, values)
|
|
169
|
+
cpdef size_t curanddx_get_trait_str_size(long long int handle, int trait) except? 0
|
|
170
|
+
cpdef curanddx_get_trait_str(long long int handle, int trait, size_t size, value)
|
|
171
|
+
cpdef long long int curanddx_get_trait_int64(long long int handle, int trait) except? 0
|
|
172
|
+
cpdef curanddx_finalize_code(long long int code, long long int handle)
|
|
173
|
+
cpdef curanddx_destroy_descriptor(long long int handle)
|
|
174
|
+
cpdef str curanddx_operator_type_to_str(int op)
|
|
175
|
+
cpdef str curanddx_distribution_to_str(int dist)
|
|
176
|
+
cpdef str curanddx_generator_to_str(int generator)
|
|
177
|
+
cpdef str curanddx_generate_method_to_str(int generate_method)
|
|
178
|
+
cpdef str curanddx_normal_method_to_str(int normal_method)
|
|
179
|
+
cpdef str curanddx_trait_type_to_str(int trait)
|
|
180
|
+
cpdef size_t commondx_get_code_ptx_size(long long int code) except? 0
|
|
181
|
+
cpdef commondx_get_code_ptx(long long int code, size_t size, out)
|
|
182
|
+
cpdef cusolverdx_get_trait_commondx_data_types(long long int handle, int trait, size_t count, array)
|