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,134 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: nvmath-python
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: NVIDIA Math Python libraries
|
|
5
|
+
Author: NVIDIA Corporation
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: Intended Audience :: Science/Research
|
|
10
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
11
|
+
Classifier: Natural Language :: English
|
|
12
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
13
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
14
|
+
Classifier: Topic :: Education
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering
|
|
16
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
24
|
+
Classifier: Programming Language :: Python :: Free Threading :: 1 - Unstable
|
|
25
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
26
|
+
Classifier: Environment :: GPU :: NVIDIA CUDA
|
|
27
|
+
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
28
|
+
Classifier: Environment :: GPU :: NVIDIA CUDA :: 13
|
|
29
|
+
Requires-Python: <3.15,>=3.10
|
|
30
|
+
Description-Content-Type: text/x-rst
|
|
31
|
+
License-File: LICENSE
|
|
32
|
+
Requires-Dist: cuda-bindings
|
|
33
|
+
Requires-Dist: cuda-core<2,>=0.5.0
|
|
34
|
+
Requires-Dist: cuda-pathfinder<2.0,>=1.5.1
|
|
35
|
+
Requires-Dist: numpy<3,>=1.25
|
|
36
|
+
Requires-Dist: pywin32; platform_system == "Windows"
|
|
37
|
+
Provides-Extra: cpu
|
|
38
|
+
Requires-Dist: mkl; (platform_machine == "x86_64" or platform_machine == "AMD64") and extra == "cpu"
|
|
39
|
+
Requires-Dist: nvpl-fft<1,>=0.3; (platform_system == "Linux" and platform_machine == "aarch64") and extra == "cpu"
|
|
40
|
+
Requires-Dist: nvpl-blas<1,>=0.3; (platform_system == "Linux" and platform_machine == "aarch64") and extra == "cpu"
|
|
41
|
+
Provides-Extra: sysctk12
|
|
42
|
+
Requires-Dist: cuda-bindings<13,>=12.9.2; extra == "sysctk12"
|
|
43
|
+
Requires-Dist: cutensor-cu12<3,>=2.5.0; extra == "sysctk12"
|
|
44
|
+
Provides-Extra: sysctk13
|
|
45
|
+
Requires-Dist: cuda-bindings<14,>=13.0.1; extra == "sysctk13"
|
|
46
|
+
Requires-Dist: cutensor-cu13<3,>=2.5.0; extra == "sysctk13"
|
|
47
|
+
Provides-Extra: cu12
|
|
48
|
+
Requires-Dist: nvmath-python[sysctk12]; extra == "cu12"
|
|
49
|
+
Requires-Dist: cuda-core[cu12]; extra == "cu12"
|
|
50
|
+
Requires-Dist: nvidia-cublas-cu12; extra == "cu12"
|
|
51
|
+
Requires-Dist: nvidia-cuda-nvrtc-cu12; extra == "cu12"
|
|
52
|
+
Requires-Dist: nvidia-cuda-runtime-cu12; extra == "cu12"
|
|
53
|
+
Requires-Dist: nvidia-cudss-cu12==0.8.*; extra == "cu12"
|
|
54
|
+
Requires-Dist: nvidia-cufft-cu12; extra == "cu12"
|
|
55
|
+
Requires-Dist: nvidia-curand-cu12; extra == "cu12"
|
|
56
|
+
Requires-Dist: nvidia-cusolver-cu12; extra == "cu12"
|
|
57
|
+
Requires-Dist: nvidia-cusparse-cu12; extra == "cu12"
|
|
58
|
+
Requires-Dist: cutensor-cu12<3,>=2.5.0; extra == "cu12"
|
|
59
|
+
Provides-Extra: cu13
|
|
60
|
+
Requires-Dist: nvmath-python[sysctk13]; extra == "cu13"
|
|
61
|
+
Requires-Dist: cuda-core[cu13]; extra == "cu13"
|
|
62
|
+
Requires-Dist: cuda-toolkit[cublas,cudart,cufft,curand,cusolver,cusparse,nvrtc]==13.*; extra == "cu13"
|
|
63
|
+
Requires-Dist: nvidia-cudss-cu13==0.8.*; extra == "cu13"
|
|
64
|
+
Requires-Dist: cutensor-cu13<3,>=2.5.0; extra == "cu13"
|
|
65
|
+
Provides-Extra: numba
|
|
66
|
+
Requires-Dist: cffi; extra == "numba"
|
|
67
|
+
Requires-Dist: llvmlite; extra == "numba"
|
|
68
|
+
Requires-Dist: numba; extra == "numba"
|
|
69
|
+
Requires-Dist: numba-cuda<1,>=0.28.1; extra == "numba"
|
|
70
|
+
Requires-Dist: numba-cuda-mlir<1,>=0.4.1; python_version >= "3.11" and extra == "numba"
|
|
71
|
+
Provides-Extra: sysctk12-dx
|
|
72
|
+
Requires-Dist: nvmath-python[sysctk12]; extra == "sysctk12-dx"
|
|
73
|
+
Requires-Dist: nvmath-python[numba]; extra == "sysctk12-dx"
|
|
74
|
+
Provides-Extra: cu12-dx
|
|
75
|
+
Requires-Dist: nvmath-python[cu12]; extra == "cu12-dx"
|
|
76
|
+
Requires-Dist: nvmath-python[numba]; extra == "cu12-dx"
|
|
77
|
+
Requires-Dist: nvidia-libmathdx-cu12!=0.3.1.8,<0.4.0,>=0.3.1; extra == "cu12-dx"
|
|
78
|
+
Requires-Dist: nvidia-cuda-cccl-cu12>12.4.127; extra == "cu12-dx"
|
|
79
|
+
Requires-Dist: nvidia-cuda-nvrtc-cu12!=12.4.*,!=12.5.0; extra == "cu12-dx"
|
|
80
|
+
Provides-Extra: sysctk12-distributed
|
|
81
|
+
Requires-Dist: nvmath-python[sysctk12]; extra == "sysctk12-distributed"
|
|
82
|
+
Requires-Dist: nvidia-nccl-cu12>=2.29.2; platform_system == "Linux" and extra == "sysctk12-distributed"
|
|
83
|
+
Requires-Dist: nccl4py<0.4,>=0.3.1; platform_system == "Linux" and extra == "sysctk12-distributed"
|
|
84
|
+
Provides-Extra: cu12-distributed
|
|
85
|
+
Requires-Dist: nvmath-python[cu12]; extra == "cu12-distributed"
|
|
86
|
+
Requires-Dist: nvmath-python[sysctk12-distributed]; extra == "cu12-distributed"
|
|
87
|
+
Requires-Dist: nvidia-cublasmp-cu12<0.10,>=0.8.1; platform_system == "Linux" and extra == "cu12-distributed"
|
|
88
|
+
Requires-Dist: nvidia-cufftmp-cu12; platform_system == "Linux" and extra == "cu12-distributed"
|
|
89
|
+
Requires-Dist: nvidia-cusolvermp-cu12<0.10,>=0.8.0; platform_system == "Linux" and extra == "cu12-distributed"
|
|
90
|
+
Requires-Dist: nvidia-nvshmem-cu12>=3.2.5; platform_system == "Linux" and extra == "cu12-distributed"
|
|
91
|
+
Provides-Extra: sysctk13-dx
|
|
92
|
+
Requires-Dist: nvmath-python[sysctk13]; extra == "sysctk13-dx"
|
|
93
|
+
Requires-Dist: nvmath-python[numba]; extra == "sysctk13-dx"
|
|
94
|
+
Provides-Extra: cu13-dx
|
|
95
|
+
Requires-Dist: nvmath-python[cu13]; extra == "cu13-dx"
|
|
96
|
+
Requires-Dist: nvmath-python[numba]; extra == "cu13-dx"
|
|
97
|
+
Requires-Dist: nvidia-libmathdx-cu13!=0.3.1.8,<0.4.0,>=0.3.1; extra == "cu13-dx"
|
|
98
|
+
Requires-Dist: cuda-toolkit[cccl,nvrtc]==13.*; extra == "cu13-dx"
|
|
99
|
+
Provides-Extra: sysctk13-distributed
|
|
100
|
+
Requires-Dist: nvmath-python[sysctk13]; extra == "sysctk13-distributed"
|
|
101
|
+
Requires-Dist: nvidia-nccl-cu13>=2.29.2; platform_system == "Linux" and extra == "sysctk13-distributed"
|
|
102
|
+
Requires-Dist: nccl4py<0.4,>=0.3.1; platform_system == "Linux" and extra == "sysctk13-distributed"
|
|
103
|
+
Provides-Extra: cu13-distributed
|
|
104
|
+
Requires-Dist: nvmath-python[cu13]; extra == "cu13-distributed"
|
|
105
|
+
Requires-Dist: nvmath-python[sysctk13-distributed]; extra == "cu13-distributed"
|
|
106
|
+
Requires-Dist: cuda-toolkit[cublas]>=13.0.2; platform_system == "Linux" and extra == "cu13-distributed"
|
|
107
|
+
Requires-Dist: nvidia-cublasmp-cu13<0.10,>=0.8.1; platform_system == "Linux" and extra == "cu13-distributed"
|
|
108
|
+
Requires-Dist: nvidia-cufftmp-cu13>=12.1.3.2; platform_system == "Linux" and extra == "cu13-distributed"
|
|
109
|
+
Requires-Dist: nvidia-cusolvermp-cu13<0.10,>=0.8.0; platform_system == "Linux" and extra == "cu13-distributed"
|
|
110
|
+
Requires-Dist: nvidia-nvshmem-cu13>=3.2.5; platform_system == "Linux" and extra == "cu13-distributed"
|
|
111
|
+
Dynamic: license-file
|
|
112
|
+
|
|
113
|
+
*************************************************************
|
|
114
|
+
nvmath-python: NVIDIA Math Libraries for the Python Ecosystem
|
|
115
|
+
*************************************************************
|
|
116
|
+
|
|
117
|
+
`nvmath-python <https://developer.nvidia.com/nvmath-python>`_ brings the power and
|
|
118
|
+
performance of NVIDIA math libraries to the Python ecosystem with intuitive, pythonic APIs.
|
|
119
|
+
The ultimate goal is to provide users full access to all of the available library features
|
|
120
|
+
in a variety of execution spaces.
|
|
121
|
+
|
|
122
|
+
* `Documentation <https://docs.nvidia.com/cuda/nvmath-python/index.html>`_
|
|
123
|
+
* `Examples <https://github.com/NVIDIA/nvmath-python/tree/main/examples>`_
|
|
124
|
+
|
|
125
|
+
Installation
|
|
126
|
+
============
|
|
127
|
+
|
|
128
|
+
.. code-block:: bash
|
|
129
|
+
|
|
130
|
+
pip install nvmath-python[cu12]
|
|
131
|
+
|
|
132
|
+
Please refer to the `installation instructions
|
|
133
|
+
<https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html>`_ for different
|
|
134
|
+
ways of installing nvmath-python, including building from source.
|
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
nvmath/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nvmath/__init__.py,sha256=3ROL9bAKr5i13BdqCKpz733MdIVlNYc6kwo4tq9275U,972
|
|
3
|
+
nvmath/_utils.py,sha256=yLBTJCBfxDJxHYQb6gYVdy-sctBiFDuTMx4EXjK9PU8,3790
|
|
4
|
+
nvmath/memory.py,sha256=2orRB5OPOcu9y4PTQ-yYYyNUBFAWETLKLTQSRaZsAUQ,9295
|
|
5
|
+
nvmath/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
nvmath/_internal/attribute_ifc_factory.py,sha256=j7nqamne_yK5SEKj3F-CPP3idsnwpoiBAkvfJaAluEU,12226
|
|
7
|
+
nvmath/_internal/layout.py,sha256=yZMjqyNxpPsf2L0nb4NGpc7xJpHT7xADMBXghilPNnM,2606
|
|
8
|
+
nvmath/_internal/templates.py,sha256=bn8Li_8pjL4ZwgL8esrVwrHSWs0-O07pbkL8lcGNeIQ,5078
|
|
9
|
+
nvmath/_internal/threadsafe.py,sha256=MEHsLBSutalVl4znYsUDyqlSqQee-HgAz6g_OtdlT04,4008
|
|
10
|
+
nvmath/_internal/utils.py,sha256=7IxcNF-IanU_2aji40n-U1YIYDEa8sn_79-LZj0fh4s,1746
|
|
11
|
+
nvmath/_internal/workspace.py,sha256=Bq0nflEFCRnCYDUbZr2d7BG2cuTqmsaZ0TzhdDSUhts,23035
|
|
12
|
+
nvmath/bindings/__init__.py,sha256=K_yzyTIm6WmU07AMHPHlefsndTLGLJx5_6cWkKpxNtU,1272
|
|
13
|
+
nvmath/bindings/cublas.cp314t-win_amd64.pyd,sha256=S4FMXVw3gAInytk5qoTK2WJN0jwF_HaNpcKVuDtyE9M,1371136
|
|
14
|
+
nvmath/bindings/cublas.pxd,sha256=0RzCj-c2W3vU0g-CwBXFNljbGCiaAxd7VPlwbgqQGZI,72879
|
|
15
|
+
nvmath/bindings/cublas.pyi,sha256=cIHdAyvwSHauamBtjxvQq5veIM4t5rcuKwwlFrvmrow,37924
|
|
16
|
+
nvmath/bindings/cublasLt.cp314t-win_amd64.pyd,sha256=6_i2AE6wK0Rra7Y1ms-0fhnU_Y2goneVQh8H_A7hS0c,452096
|
|
17
|
+
nvmath/bindings/cublasLt.pxd,sha256=LfIG6ndUUUQs_4USrNyYeuxmz_hCIUa709x_5QXKpqc,6798
|
|
18
|
+
nvmath/bindings/cublasLt.pyi,sha256=q2pRfWN6zx0FQA2ETOtM-f_8ccK5sU10JL109dbNWoo,64878
|
|
19
|
+
nvmath/bindings/cublasMp.pxd,sha256=mz_z39IBOCQQ4QLr2Yslv-6HM0HDSKo-smZbbg60RF4,8091
|
|
20
|
+
nvmath/bindings/cublasMp.pyi,sha256=0qQHSrjn5lPEcK3iGxxSLJyijRbSAwzRVoKz_v38IDM,11757
|
|
21
|
+
nvmath/bindings/cudss.cp314t-win_amd64.pyd,sha256=c0JoTtQI6ByB-vvNpw_uQLosfCRDEoJmgnGI4bonSSI,179200
|
|
22
|
+
nvmath/bindings/cudss.pxd,sha256=oSME8SV7Z2LIPHa3HNDc9kP1ziJ64-j8NOcvGIqRE3w,5896
|
|
23
|
+
nvmath/bindings/cudss.pyi,sha256=dECR27CbtPVRcIIvTTLdpXDSLHgtX7MPFdUqM6CNTrI,17514
|
|
24
|
+
nvmath/bindings/cufft.cp314t-win_amd64.pyd,sha256=2h_pcmdn8JnQ2toac-UZXtwkzs1thc2kgKzpa8ygt_M,186368
|
|
25
|
+
nvmath/bindings/cufft.pxd,sha256=do09QNHZGBNrgosV9qvsP4GDolmthDA070W2hZbIUl4,7085
|
|
26
|
+
nvmath/bindings/cufft.pyi,sha256=DOSUh1Hht5_PMt9aEgDN8SrvpOyey4VNY-DyPi5IDY4,12389
|
|
27
|
+
nvmath/bindings/cufftMp.pxd,sha256=J9882wEEg8lAoF-vJkyGWW6oSOnKjeyevwxCWK5NM3I,7533
|
|
28
|
+
nvmath/bindings/cufftMp.pyi,sha256=W2G0isysbPVCedGO8xvqsZs1XZ3_XsmOSmvvsJeyL_A,13500
|
|
29
|
+
nvmath/bindings/curand.cp314t-win_amd64.pyd,sha256=X_s6tEI7yz9hOFPLsbAAk4X2d_ub7edDLIl5bNzKSLg,133120
|
|
30
|
+
nvmath/bindings/curand.pxd,sha256=2ZzlKc-vkC2fPM064WXmNovcYq_KozE1Q17OlPzls5g,3482
|
|
31
|
+
nvmath/bindings/curand.pyi,sha256=iOjDwGB5fiUvPLgUyYeyq_yD8e43sb0fhIHFMIpcmEA,7883
|
|
32
|
+
nvmath/bindings/cusolver.cp314t-win_amd64.pyd,sha256=MPhSk53pbtrG3cUeQdssQGE3CEIwS_cKeZxyBCJoeH8,75264
|
|
33
|
+
nvmath/bindings/cusolver.pxd,sha256=NsLkssnzpANFAPmmnXDBROKRtIy_l4znxevQ0FZPZyo,1912
|
|
34
|
+
nvmath/bindings/cusolver.pyi,sha256=yQj7nXig8_siHBBdvtAcB7xilN8NWfuwuYtMfpEZGiE,12183
|
|
35
|
+
nvmath/bindings/cusolverDn.cp314t-win_amd64.pyd,sha256=-3rbVYsy4iJje6dLdH7hW0x3Q4jGRPfat7c-6kS6cTI,1058816
|
|
36
|
+
nvmath/bindings/cusolverDn.pxd,sha256=h4ZB1LMY8JS2Qpb6R6OU7KL5jNsWdZ-CMhDSh3xdvPo,62008
|
|
37
|
+
nvmath/bindings/cusolverDn.pyi,sha256=Hl5kjW0qNyyCH2MqytBdWbl2alcXLSgqKW_W8eBbZ7Y,23108
|
|
38
|
+
nvmath/bindings/cusolverMp.pxd,sha256=5e_ilc3iq3tyU2j8MzJh2AyfBxvw5a5Iq_jX1t5lzp0,11115
|
|
39
|
+
nvmath/bindings/cusolverMp.pyi,sha256=ww8IRkAaut8Mld6keqlkZqc5AQX8nGy-9g00H47dzys,5365
|
|
40
|
+
nvmath/bindings/cusolverSp.cp314t-win_amd64.pyd,sha256=_i08cKtCWxCHxKKHowiFW1BvadsoQCANrcOFJhf5KbU,220160
|
|
41
|
+
nvmath/bindings/cusolverSp.pxd,sha256=BwxK3X0obT15Oe3TslsOI9O0qA3XOCyIrL1x4Ru1ads,12398
|
|
42
|
+
nvmath/bindings/cusolverSp.pyi,sha256=kbXsx7sBOpDYLebq6VYwDPNbLlskgkh4ysPISxF3DRg,3665
|
|
43
|
+
nvmath/bindings/cusparse.cp314t-win_amd64.pyd,sha256=7d8wIXHmSeJVJCNp9MqF2RUk7URE7lqxxlQqMup5yJU,1220608
|
|
44
|
+
nvmath/bindings/cusparse.pxd,sha256=KCmQLLKHTEfdYVg68Y9DUkl7dBA51HIdwb3TX8A1Bfo,86429
|
|
45
|
+
nvmath/bindings/cusparse.pyi,sha256=DLrVAdL9o1mBO1Z5GNb2dTTjgpFT_lwVY99lSeR0lJw,48128
|
|
46
|
+
nvmath/bindings/cusparseLt.cp314t-win_amd64.pyd,sha256=BTt-X6cFI0w2RZ5VFN1AjojZBPH1c9mmiUAe-6Pm32g,160768
|
|
47
|
+
nvmath/bindings/cusparseLt.pxd,sha256=rxLobpa5mDI5gql9Wrsm-H4OkFfYGlIPTUz4j6DFYxE,6318
|
|
48
|
+
nvmath/bindings/cusparseLt.pyi,sha256=bzVzjVdOWcwxPAmiPcYSrlaCLA6gCO4KGupvsy0Xy2A,10799
|
|
49
|
+
nvmath/bindings/cutensor.cp314t-win_amd64.pyd,sha256=KVS_2_d1gUZgSZsfxnELKJUv19-fHEm1eoJhC5YVVFg,209920
|
|
50
|
+
nvmath/bindings/cutensor.pxd,sha256=ppoBvKSxQPk1j9qjintyQDIvSQtrJ8pw6pK8ZouTnVU,6817
|
|
51
|
+
nvmath/bindings/cutensor.pyi,sha256=pQ7sUUHDnC197MWHekdCC-Cvmersz5RaS7Tkpl_vl2A,13663
|
|
52
|
+
nvmath/bindings/cycublas.cp314t-win_amd64.pyd,sha256=9WbP3UqoICblJGaziJOG3MO5N6-YjAm3MbCY0M3AzLU,212480
|
|
53
|
+
nvmath/bindings/cycublas.pxd,sha256=I0sx8yk-76zULfnj9g6cHZxWbdMSPN6phyqJBkWOJII,138994
|
|
54
|
+
nvmath/bindings/cycublasLt.cp314t-win_amd64.pyd,sha256=RgfYEnfBfijTThHhkYfU96F_seCwoIJIXK07YFOr5U0,37376
|
|
55
|
+
nvmath/bindings/cycublasLt.pxd,sha256=gFJCCXZes_PMYoqjbvc_YEhTDrrkOhVQCT07VOE8S1w,76820
|
|
56
|
+
nvmath/bindings/cycublasMp.pxd,sha256=mPEZ-80cFDAGYsScUtUg873oFafkY1hZQmT8MAOVcqI,21062
|
|
57
|
+
nvmath/bindings/cycudss.cp314t-win_amd64.pyd,sha256=IZr9ibzOkNXZ3Vq3CD9DNBTgPU1IViaTwDKwftafAvs,35840
|
|
58
|
+
nvmath/bindings/cycudss.pxd,sha256=mWIJox_m5GEAmeVxh1s74KxUGME7tNhhCms2t0jY8ZQ,19454
|
|
59
|
+
nvmath/bindings/cycufft.cp314t-win_amd64.pyd,sha256=Ro5_D1bo84oxPLDjk6iPBcbEBKHkDjnKc9YMi3FVGZI,39936
|
|
60
|
+
nvmath/bindings/cycufft.pxd,sha256=n1nlYJpCgBZez6Mts50_rTJB8zIWB5bclSv6VE6zJio,18552
|
|
61
|
+
nvmath/bindings/cycufftMp.pxd,sha256=znKVn4VTPMq_ZzaktrYSV20nxSGAt3anv_V6FgQoIso,19962
|
|
62
|
+
nvmath/bindings/cycurand.cp314t-win_amd64.pyd,sha256=nLFsyLkMP3DeX2loRjqq7_xLTycl1RfVJ95n8ahZKhg,31232
|
|
63
|
+
nvmath/bindings/cycurand.pxd,sha256=UPfhxISBXokwGPFrlokSRGX6DAUYNJXaolLk5foD_lg,9923
|
|
64
|
+
nvmath/bindings/cycusolver.cp314t-win_amd64.pyd,sha256=p6N9d61Q8yzqAzNlm-MBhaeqh1jleKjaRsBcAzh5Xgk,22528
|
|
65
|
+
nvmath/bindings/cycusolver.pxd,sha256=-REj7-ryP2CcPMKELCjto6XZ3YxttpCiubObqK1Bv3Y,7110
|
|
66
|
+
nvmath/bindings/cycusolverDn.cp314t-win_amd64.pyd,sha256=lwcc2xr-XOPW1_LwuMwDN5cedjnpWsVjoHBa2h1RHAI,178688
|
|
67
|
+
nvmath/bindings/cycusolverDn.pxd,sha256=CguF43l7yfagLhnkObr5RPH0Vjq7GqidQdBAVD_AdIA,110930
|
|
68
|
+
nvmath/bindings/cycusolverMp.pxd,sha256=bs7rczGwBeGDDlLge9XHfqlmgIYl89cWCPCS9CXNRLQ,19337
|
|
69
|
+
nvmath/bindings/cycusolverSp.cp314t-win_amd64.pyd,sha256=yeBur6jhYav6eYPMb8ks5uHEL2CjSgkUnXPgTrGf3g0,46592
|
|
70
|
+
nvmath/bindings/cycusolverSp.pxd,sha256=dWQkaBc324oaMJPX0Wb--rGQ9c1uXSoYofI6vaplqGc,19298
|
|
71
|
+
nvmath/bindings/cycusparse.cp314t-win_amd64.pyd,sha256=sGVNjtHlDK6URmzdXFBZJ2gAigtIc-6tbHbPlUQXSbY,199680
|
|
72
|
+
nvmath/bindings/cycusparse.pxd,sha256=O0a_T_z8By2acIrZPUsjp5CB9kCqVw87Ak02nO_jeeg,147453
|
|
73
|
+
nvmath/bindings/cycusparseLt.cp314t-win_amd64.pyd,sha256=ugSHvgmNLbOA2dGIOlxk2BdI8vUG3jpljBeGqzj2hck,32768
|
|
74
|
+
nvmath/bindings/cycusparseLt.pxd,sha256=D_74XFXuZvyHjKhRYV6HNGny5B54SmywjR6PnpTnxpQ,12666
|
|
75
|
+
nvmath/bindings/cycutensor.cp314t-win_amd64.pyd,sha256=fyiXZ4Ko09F8_p98yr0wDfYhR-8f5Xd89alMpMW_Wnc,37888
|
|
76
|
+
nvmath/bindings/cycutensor.pxd,sha256=dlh62mK54lG86j1vCcsFgFFVyTtjVR4F9GuJ9ploq3E,18195
|
|
77
|
+
nvmath/bindings/cymathdx.cp314t-win_amd64.pyd,sha256=Hax7tdK3US_C2lxQvgMD_tb5zP60FjZlC_kvV-OAwlk,54784
|
|
78
|
+
nvmath/bindings/cymathdx.pxd,sha256=DPmVCaOX23dX0BG4ZBsDHVtxwi_8X41vyVqpflZE9Os,42575
|
|
79
|
+
nvmath/bindings/cynvshmem.pxd,sha256=oHVEE7iqZ3TpK30alUla7axIQ40DcctBcG6SnuBM5Ds,5674
|
|
80
|
+
nvmath/bindings/mathdx.cp314t-win_amd64.pyd,sha256=MHB8nb6EzwZP9pI9lxAG_8f5j6-jfB5raqpM8QjUKlo,332288
|
|
81
|
+
nvmath/bindings/mathdx.pxd,sha256=obSIc749rO3Wa-6YboFghSfOoIE8zwa0_iXi4Va7_50,11500
|
|
82
|
+
nvmath/bindings/mathdx.pyi,sha256=mjr3H0csuKKkplTGWWYkUXpKjQKZH3aTO5efaKGWXnU,67456
|
|
83
|
+
nvmath/bindings/nvshmem.pxd,sha256=HLYqeyt-pJRJ2d4nHRuQ2FbW5BQtWHbIL5yFZgTJcOs,1939
|
|
84
|
+
nvmath/bindings/nvshmem.pyi,sha256=xo4JKn1qaCplA51qSWOLrHmFNaVHdJKoyIM-3QNJm64,7051
|
|
85
|
+
nvmath/bindings/_internal/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
|
+
nvmath/bindings/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
|
+
nvmath/bindings/_internal/common_types.pxd,sha256=KAXmB5vMfJDjA8yj5DoLgk-jJZnmzS0T6eDn174fxhI,1117
|
|
88
|
+
nvmath/bindings/_internal/cublas.cp314t-win_amd64.pyd,sha256=osg5ZWw9SCm8sNShhsxZibbndxKIkvfhcocT_zRmtTc,595456
|
|
89
|
+
nvmath/bindings/_internal/cublas.pxd,sha256=To5CMxMIUHdFYAHiZ4G-cjKWeht9MG3TACiZ8ulKQ1c,132574
|
|
90
|
+
nvmath/bindings/_internal/cublasLt.cp314t-win_amd64.pyd,sha256=n1LHB0fsNAUg6Rq8P-A-RbHonp5RGihj41G-XIwag5Y,110080
|
|
91
|
+
nvmath/bindings/_internal/cublasLt.pxd,sha256=ZnuJb4gqRXwrD2cCUmfZiefo6DN9oEsfz3DEw10y10Q,9175
|
|
92
|
+
nvmath/bindings/_internal/cublasMp.pxd,sha256=aRCBUsbJTNP7QzIPqgq5zH9HrYF7_DjAkotez6UoqSY,12013
|
|
93
|
+
nvmath/bindings/_internal/cudss.cp314t-win_amd64.pyd,sha256=PtLvqOs21l3__9qwE5-UW1dKnpZTDQb0bWvHLXoOHKk,100864
|
|
94
|
+
nvmath/bindings/_internal/cudss.pxd,sha256=apCYNRxLt-W4E3EE6uGpPMS72blWmKJZr_DXF1u2yx4,8070
|
|
95
|
+
nvmath/bindings/_internal/cufft.cp314t-win_amd64.pyd,sha256=X4f1TgBxYwhGEfVm-cfkSL52MJfpXNFcKzERFxF16iY,119296
|
|
96
|
+
nvmath/bindings/_internal/cufft.pxd,sha256=3Uwrtt71_Q64IpXT0fa6-GY2pT141LAbsud5D4xOWb0,10070
|
|
97
|
+
nvmath/bindings/_internal/cufftMp.pxd,sha256=d-BfOPQSxOxnzZfc9pO7wDpTtVOgSO0cHbzL5M7YTNs,11529
|
|
98
|
+
nvmath/bindings/_internal/curand.cp314t-win_amd64.pyd,sha256=Xft32hUQWqRjNv4-00lRiy_SJph1CRAu-MC6_QkwXro,91648
|
|
99
|
+
nvmath/bindings/_internal/curand.pxd,sha256=R_sToEFbmcVLAHo4gn2Q1km-FGebo3VKFsBGPs2I7lc,5132
|
|
100
|
+
nvmath/bindings/_internal/cusolver.cp314t-win_amd64.pyd,sha256=PGnvijOYG__SjOFGS2ewb5U9HwNNY1H4wt5R9uCyxrU,63488
|
|
101
|
+
nvmath/bindings/_internal/cusolver.pxd,sha256=DadWR43KByYhPW-GOj0G_MrS8Rl3kO28nqHfX0Owsho,730
|
|
102
|
+
nvmath/bindings/_internal/cusolverDn.cp314t-win_amd64.pyd,sha256=GcEP_v5gOpNuTBGrc7lkgBosqhVqxIWy_CVfIOOR3S0,496128
|
|
103
|
+
nvmath/bindings/_internal/cusolverDn.pxd,sha256=OfnAXbtMqUAhGn1I2diplzPaPOcQ4cYw2eOAPeuEqKg,110099
|
|
104
|
+
nvmath/bindings/_internal/cusolverMp.pxd,sha256=fS5U2wLWi6TDbi8qNz6eiNjKP4DEVddRrCJQAOqD5vE,17923
|
|
105
|
+
nvmath/bindings/_internal/cusolverSp.cp314t-win_amd64.pyd,sha256=RG0krNg5YSPBmIov2BYQAzdTit9tFYTamC4jUg6JzfY,132096
|
|
106
|
+
nvmath/bindings/_internal/cusolverSp.pxd,sha256=pubN_n5ZKHF3dGCqVokUZy-AVHWln2n5cUe_tcuKO0k,18933
|
|
107
|
+
nvmath/bindings/_internal/cusparse.cp314t-win_amd64.pyd,sha256=TvKgdY8wWtSU4EcJpzrxjnt3MBuop2N501qADgDKZOE,548864
|
|
108
|
+
nvmath/bindings/_internal/cusparse.pxd,sha256=_wfg60nWx7wY64O2WhGcVnIrsjgLQWBk3a9Vi810w2M,138673
|
|
109
|
+
nvmath/bindings/_internal/cusparseLt.cp314t-win_amd64.pyd,sha256=zYTGThnFhQUo5cL00lXl-ztJ9wzEKQqz8mSVP-svCUY,92672
|
|
110
|
+
nvmath/bindings/_internal/cusparseLt.pxd,sha256=fzJuWTzZvdtCR8ltgRk-PbKOuw1CD7bjpIuHFiJ97Qc,8129
|
|
111
|
+
nvmath/bindings/_internal/cutensor.cp314t-win_amd64.pyd,sha256=shvHc1g7LRKNi-DNyrZqRagxOy8ZbAr0MetBo2eHVLI,106496
|
|
112
|
+
nvmath/bindings/_internal/cutensor.pxd,sha256=IC5GSnvsmdkpRNF_UvWa2I7tygIFdgNk75G_MuuGH0s,11625
|
|
113
|
+
nvmath/bindings/_internal/mathdx.cp314t-win_amd64.pyd,sha256=vVyt8EAWybn5eCx9xyMqFs-MBUJaXm2N3P6ujnKge7U,172544
|
|
114
|
+
nvmath/bindings/_internal/mathdx.pxd,sha256=KDp9XR2LLQCbaQh8gY6pa2ReNKQSaGAfeajJ2IDAiPI,17763
|
|
115
|
+
nvmath/bindings/_internal/nvshmem.pxd,sha256=nVZD7N9RVxdyyVoTbDeDkiVvD44wiWTHlLusw8ls6ck,1567
|
|
116
|
+
nvmath/bindings/_internal/utils.cp314t-win_amd64.pyd,sha256=2oPzxqk_6o6wUEblPpo3_K3WXyqSvRv4LkMzW3-wlaA,98816
|
|
117
|
+
nvmath/bindings/_internal/utils.pxd,sha256=WS9Dso7ihH0PNnKo_z3z--ggtIdV6Spq7M4R89x50Jg,4769
|
|
118
|
+
nvmath/bindings/_internal/utils.pyi,sha256=aShCsqb76ww2VbCsWRJXxQVVGCz9oHBjte5XyFct7y4,243
|
|
119
|
+
nvmath/bindings/nvpl/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
|
+
nvmath/bindings/nvpl/__init__.py,sha256=vX5Xiz-_8khFE1Ig0RCH7zehsUUuqK_HWsmuXOB8X8g,213
|
|
121
|
+
nvmath/bindings/nvpl/blas.cp314t-win_amd64.pyd,sha256=4eY7axNIDp6aSayzW2NMIzUCUMw-KsixvmfQxDOg2Bs,306176
|
|
122
|
+
nvmath/bindings/nvpl/blas.pxd,sha256=q6XIxCsWQyxU4qQU4ks4vieRfRMNry1lNPFI6XaqqjI,19916
|
|
123
|
+
nvmath/bindings/nvpl/blas.pyi,sha256=deByyPPs_CqeHZVvji3EyzDjIEyEaVmcMiYujZ5N3jY,6991
|
|
124
|
+
nvmath/bindings/nvpl/cyblas.cp314t-win_amd64.pyd,sha256=gd3NZsmfuakjVTYgWDqBM1E0PfldvwNXHl5GBk6VoHM,87040
|
|
125
|
+
nvmath/bindings/nvpl/cyblas.pxd,sha256=aQNWcGHGktI_AlgCGVCfME2DFTJYiEQ6B6ak7L6AMHg,61303
|
|
126
|
+
nvmath/bindings/nvpl/cyfft.cp314t-win_amd64.pyd,sha256=gaRBWOw3K9sP1h-p4jxZCQNPjtQXmQwTMLv05H0wUUI,28160
|
|
127
|
+
nvmath/bindings/nvpl/cyfft.pxd,sha256=iyRLa3sEOF6uX4Stv_tqna39XgHQUCWV82PrlubGzVk,4614
|
|
128
|
+
nvmath/bindings/nvpl/fft.cp314t-win_amd64.pyd,sha256=mI6z0idljJL24hk4919cXd0ygLQpFUTUNJGw1fqyhFg,140288
|
|
129
|
+
nvmath/bindings/nvpl/fft.pxd,sha256=4laqml9u8szDN9pBhNZoeh5ByP-W9drkb3F3SymS5ZM,4327
|
|
130
|
+
nvmath/bindings/nvpl/fft.pyi,sha256=Cts2zoySxoGvt34xPwPWWm293bXPCPn28PjhaUlzXxY,6997
|
|
131
|
+
nvmath/bindings/nvpl/_internal/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
132
|
+
nvmath/bindings/nvpl/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
|
+
nvmath/bindings/nvpl/_internal/blas.cp314t-win_amd64.pyd,sha256=nbYhqiirdqOKWWqNtFVDgMltseoNyrOq9ZwMk5nKz6Q,306688
|
|
134
|
+
nvmath/bindings/nvpl/_internal/blas.pxd,sha256=FET-bCxOwUdHzrQQlo9IXPBpNe4fI6YtFYFJe5UIb_4,60343
|
|
135
|
+
nvmath/bindings/nvpl/_internal/fft.cp314t-win_amd64.pyd,sha256=RoQu4aXWfxhETFoDqaUHgEzAd_T6JgFRLUE68jHYcQs,92672
|
|
136
|
+
nvmath/bindings/nvpl/_internal/fft.pxd,sha256=Web4BjhWS5SvloVEfP9sasVEox-ILLTrra5BMw6z9NU,3088
|
|
137
|
+
nvmath/device/__init__.py,sha256=OEo37wg0fTLBdfIo4JTMv0BbOFvWh0DYFVdo6zgrUSU,1203
|
|
138
|
+
nvmath/device/_deprecated.py,sha256=wqgB19wAK-1iCXgNpCyAqzOh_CCWVThDQ4EYK3G2JJU,806
|
|
139
|
+
nvmath/device/common.py,sha256=W6YYnnNwJ7TWUGjjaBLoKFmAUuEIWfYHdyo-yAa6vvg,11634
|
|
140
|
+
nvmath/device/common_backend.py,sha256=k8giXwZb8Pe0G-dBga3G6yNtvTtDZPCuSDIkNCqa99g,4377
|
|
141
|
+
nvmath/device/common_cuda.py,sha256=J5ZzjV3qvhqjJdq73w05YWzFiXF9YSqnszely3k0_Vc,5575
|
|
142
|
+
nvmath/device/common_numba.py,sha256=RinqKzivbZ7U68xCy9UafcNdbxi0xYRDh9wXxk1OqrQ,10649
|
|
143
|
+
nvmath/device/common_numba_cuda_mlir.py,sha256=FvegJxGmAXw6h-2L1zB8GGwCLztuV-Dw6OLCBoVyPYs,6130
|
|
144
|
+
nvmath/device/common_opaque_tensor.py,sha256=dc1Z1-nkseZQ6Z6OzFxJff7rQzfmSrNGqjKw0w3Uvrg,5967
|
|
145
|
+
nvmath/device/cublasdx.py,sha256=rIJ9iyUc1-BxxenTmrenRyMqg0h2Q7V1OHWBaeFLng4,53397
|
|
146
|
+
nvmath/device/cublasdx_backend.py,sha256=uGFKkcMhL7pmRurFaZVMLGyo0d647jBJWjndPe9T4VU,28807
|
|
147
|
+
nvmath/device/cublasdx_numba.py,sha256=MLlNqoiznClGDQqdtKgy39BPmFHo6G0nfnT7Qwi2fMI,51918
|
|
148
|
+
nvmath/device/cublasdx_numba_cuda_mlir.py,sha256=dDSZODl5LWcjAmPvadqUdHWcfbg8InW-LWu3FPtjEy4,6648
|
|
149
|
+
nvmath/device/cufftdx.py,sha256=jaGZlDf_fm78Sw-EuG2SkhZRBOwZryENmX6Q5UxAm1U,11749
|
|
150
|
+
nvmath/device/cufftdx_backend.py,sha256=7P6PS7aGN1M4JyTlmL78cjJsFqBYdmY0P-ibRABB6Q8,7302
|
|
151
|
+
nvmath/device/cufftdx_numba.py,sha256=QMDOMuDmpUXyqryK5_QG98BiLew1TZ3QQkTt5onNZlg,4067
|
|
152
|
+
nvmath/device/cufftdx_numba_cuda_mlir.py,sha256=fKwpklkmJor3o4AWknTkohHmDaBbeTpu8bE6dAgiH_w,2823
|
|
153
|
+
nvmath/device/curand_kernel.py,sha256=t325zL6ZXuc7QV1DyoEDVMJc8Ha2Ml4T7KNXjEaqH04,255090
|
|
154
|
+
nvmath/device/cusolverdx.py,sha256=y-JT_IIx1zubYgwCY8QA4K4lReQJsz8PTNtQ8fn-VHg,101527
|
|
155
|
+
nvmath/device/cusolverdx_backend.py,sha256=xv4xc42Ra5cXH98hAeu2h0tc9dwvjlDOT-bb9pG_cQI,16093
|
|
156
|
+
nvmath/device/cusolverdx_numba.py,sha256=RI17pUdDRQ-km1C_4sTHgx_wZDgNkexVdE17DhmraK0,19116
|
|
157
|
+
nvmath/device/cusolverdx_numba_cuda_mlir.py,sha256=dRXPAntJ_6AhurFsG9KfiIDR3H4qdYlEKsPAqYuiMek,21952
|
|
158
|
+
nvmath/device/cusolverdx_overload_backend.py,sha256=ul8WhDdPNRSuitgRhz2IWC5NTMX2U25MHqBoOOER5yI,29284
|
|
159
|
+
nvmath/device/llvm_array.py,sha256=o5ebuVSZOjNOcNGI2rKI1wPKKRvwHCr8cKfZ1Ji9hzY,998
|
|
160
|
+
nvmath/device/random.py,sha256=e6cvqj4l7pBHacZm2hj3CT8vymWzUpcwfc5iQeqmybc,15869
|
|
161
|
+
nvmath/device/random_helpers.py,sha256=yz2gLvI7mxwKTWcyhdCILZhTTeuhGkefPuWywUAUkBI,536
|
|
162
|
+
nvmath/device/random_states.py,sha256=d_rkRF69a-WQaDPIsSjQZyJGXAxcMo7LPJY1twVATYM,6120
|
|
163
|
+
nvmath/device/types.py,sha256=v0WAOsoFdffomjQGUSWZWD5nWCWe9bwONaStdbjrPrQ,4732
|
|
164
|
+
nvmath/device/vector_types_numba.py,sha256=kzoGzL7ok5Esgh77FlBPwZDX85FP3Cn21rF61OMs_Wg,9335
|
|
165
|
+
nvmath/distributed/__init__.py,sha256=Sd9QsZg54bNhhs5oiZpyqwFhCpe0t7ymC2N5kH59u4I,6737
|
|
166
|
+
nvmath/distributed/_utils.py,sha256=cKEDz-farMx01uWX9rGd2I7ofBPWeo7jmdGVbSgQ_ug,5866
|
|
167
|
+
nvmath/distributed/process_group.py,sha256=gZd1NBdOZEwvnsVKuCW6x6EGA1pgzZsAkgy6e_G9KiE,15850
|
|
168
|
+
nvmath/distributed/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
|
+
nvmath/distributed/_internal/nccl.py,sha256=v9-h8i68jIN40IOEGXT666r2hJqaOHd2Qjb0Xl3xGos,2958
|
|
170
|
+
nvmath/distributed/_internal/nvshmem.py,sha256=4KMQRY80a95CCCDCV9yipT5POu9wLyr91CbmGi-k1pQ,10578
|
|
171
|
+
nvmath/distributed/_internal/symmetric_memory.py,sha256=T6Nh64_PlHVjHcMtj0p1_33yDhbOnhG-aUUBBinn_ec,1523
|
|
172
|
+
nvmath/distributed/_internal/tensor_ifc.py,sha256=oV25rbwGrJFYimV3KS2p25UXlS5dfWsuw-MwXEjdOn8,2296
|
|
173
|
+
nvmath/distributed/_internal/tensor_ifc_cupy.py,sha256=OgYF5D7B2kuLE8SDP_b2y0PsXHHPIhfNJ_9AXbjhJUs,2379
|
|
174
|
+
nvmath/distributed/_internal/tensor_ifc_host_device.py,sha256=HZ2l8v0e0CCh20VS0-hHLfbqA6B5xQTlJYhceHdz7Ko,7456
|
|
175
|
+
nvmath/distributed/_internal/tensor_ifc_numpy.py,sha256=9Dlt3I6IC2W5bHLxRh_offNiSDzANoxWByxlweQJQCA,1712
|
|
176
|
+
nvmath/distributed/_internal/tensor_ifc_torch.py,sha256=mOfT4SCNNOleRW1tO5qCqF81Fuf_O51jXVEziEpB4VY,6596
|
|
177
|
+
nvmath/distributed/_internal/tensor_wrapper.py,sha256=Py7so3-lUmrZw7YKV2xlIlHIBaWFUQX8231RGZdpma0,2854
|
|
178
|
+
nvmath/distributed/distribution/__init__.py,sha256=4L6wNkZeb0cLuAYCk6VePn-skJ48L4GBJtz1fwDCvWA,643
|
|
179
|
+
nvmath/distributed/distribution/_configuration.py,sha256=J7zFBaLLAgQiQ2Utkzk4QWHJq5AsJMxlmKcbZPCWmI8,1517
|
|
180
|
+
nvmath/distributed/distribution/distributions.py,sha256=5qaWHDyVbyj1UrIoXwVXAbbal8NZ0IALBfXQzpZbGXc,42172
|
|
181
|
+
nvmath/distributed/distribution/redistribute.py,sha256=VGHEaSfD4138XO6CJPEcTBaPzSkNS4Fq6Zg5pkq1JKA,55320
|
|
182
|
+
nvmath/distributed/fft/__init__.py,sha256=tQvvFrjVsRR_0WBMNb5AoUC2sjtGtRrSIQXk2CZo2AQ,239
|
|
183
|
+
nvmath/distributed/fft/_configuration.py,sha256=2jzLpvI2H00zCLtFgl67DwKj2kkW3ewLVWa9gbjWLeg,3544
|
|
184
|
+
nvmath/distributed/fft/fft.py,sha256=hnJxAvifgt-nUUxXLFADbaofk-DTVvSMF0p0nFqKDB4,121662
|
|
185
|
+
nvmath/distributed/linalg/__init__.py,sha256=TEZQhOFAkCpuMk94EdoqoYg1FWrOBmRwGNukJMdNA4M,486
|
|
186
|
+
nvmath/distributed/linalg/_internal/__init__.py,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
|
|
187
|
+
nvmath/distributed/linalg/_internal/epilog_protocol.py,sha256=XkZ0SLMZjgRyG_JhuPXPttK2ffqCVRXZjbhr8dlbmoU,20953
|
|
188
|
+
nvmath/distributed/linalg/_internal/matmul_desc_ifc.py,sha256=P4U8KRU41aX6f8IuHr_iD2xWQs6GoNYrkVSBBS71_Ig,1228
|
|
189
|
+
nvmath/distributed/linalg/advanced/__init__.py,sha256=g7jKABg1GfWb0mJwDwvk1aF4_vLEVW88Obm9xnO6D8w,274
|
|
190
|
+
nvmath/distributed/linalg/advanced/_configuration.py,sha256=v-mcTDocKrFhP9KE12U6c9kqf10WHJ1y8IV8OEaDiGY,6984
|
|
191
|
+
nvmath/distributed/linalg/advanced/matmulmod.py,sha256=fdM_16u8qwwo4BQiU761vGQmtXRqvjxwQ1GQh4EFPS8,161194
|
|
192
|
+
nvmath/distributed/linalg/generic/__init__.py,sha256=9podkCX9o8tMZ-sk9CrhmZ_g8euIfgKrdk1o1h5iRHU,338
|
|
193
|
+
nvmath/distributed/linalg/generic/_caching.py,sha256=gI5iTLxexLhwaH1epeTKf63ObPcNNHySxntzzXw_t_0,2752
|
|
194
|
+
nvmath/distributed/linalg/generic/_configuration.py,sha256=kj_MPUI0CVQVaOzH0ij7aMBMMVB8sFD5V4u8ug4ZoGQ,2556
|
|
195
|
+
nvmath/distributed/linalg/generic/_factorization.py,sha256=dSS9py_fAmgHhkJuxW66RAHFn3THyoKai-HZ8P98bcw,7613
|
|
196
|
+
nvmath/distributed/linalg/generic/_initialization.py,sha256=E11TUbFZHonaxz63eqLnHGGUWrQ-7qERlM1_P4LFh5o,41765
|
|
197
|
+
nvmath/distributed/linalg/generic/_problem_spec.py,sha256=pyzyc_4DURQjUiwsKrLtxfmy31KblaUAnLTMScWXT_4,22645
|
|
198
|
+
nvmath/distributed/linalg/generic/solvermod.py,sha256=jmDAN5M-kR5pFKoNxUDElOOlPXqD-7xOgbl2m8qZmAU,63758
|
|
199
|
+
nvmath/fft/__init__.py,sha256=veboRlPJxtYSoB1OpT-cHJS1GpsT1GtL8pH75iB4eDA,237
|
|
200
|
+
nvmath/fft/_configuration.py,sha256=t-1ZOcqMzN3aLYWe40eYHd9MEcUjLptdu8Qi_KO2J24,8259
|
|
201
|
+
nvmath/fft/_exec_utils.py,sha256=c6HrTJC31tHxKuhdNnf1fL94qUfFUxHNzvhiDtuNuJI,2908
|
|
202
|
+
nvmath/fft/_helpers.py,sha256=hA2TsdUDdx8KjMPCZBg_c3L-g32au3PIegYzorhtMIo,9588
|
|
203
|
+
nvmath/fft/fft.py,sha256=CraLLM_T3LEBQZsIaggoJV24v4ZLIy0EzCfJbs1dntU,130639
|
|
204
|
+
nvmath/internal/__init__.pxd,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
|
|
205
|
+
nvmath/internal/__init__.py,sha256=piEMl0BwLfL-pMFX-XnwxQWXWGH47Cxor_fM7s4zT6I,278
|
|
206
|
+
nvmath/internal/_bindings.cp314t-win_amd64.pyd,sha256=9T7OWG9Ft1ZZNCbWpCjI69QuthNQIfRv_xQ8PT_cu_k,103424
|
|
207
|
+
nvmath/internal/_bindings.pxd,sha256=f4j84Sc_6ThhjFDYzHnxpCZ0tPUQ81n7Zrj9ZDScPto,1040
|
|
208
|
+
nvmath/internal/_device_utils.py,sha256=PXYHw5TpsbpDKpl-jUHc8pU3a4896psATILMoBekERs,1602
|
|
209
|
+
nvmath/internal/enum_utils.py,sha256=MKgjyLVhA1BcaEDhafr13lXyPS48CSwXEflEoEwuCZU,4380
|
|
210
|
+
nvmath/internal/formatters.py,sha256=jOAyOhuJ72-mAdOCcQwHPeFyx6XnbyjtsczWsYcnpuE,2409
|
|
211
|
+
nvmath/internal/mem_limit.py,sha256=FW-eJ8Ph-NIAYJHPp7vO8CqTojpVBqKebfsHJprWnFE,2065
|
|
212
|
+
nvmath/internal/memory.cp314t-win_amd64.pyd,sha256=bnDcDk9AXR1mawA5D7Z2iqXt-auhxrVADgEG9fcXp2c,124928
|
|
213
|
+
nvmath/internal/memory.pxd,sha256=6nvV0_NKFIlhleWain23Z34rmsFaGoMX2F3ngAk0efk,501
|
|
214
|
+
nvmath/internal/memory.pyi,sha256=L9AbQyHuS-nrafaRz85l34TEDmAU4TMjHTX7ECYivH0,2331
|
|
215
|
+
nvmath/internal/package_ifc.py,sha256=PelPjnCnjPIH8pBWRE8NY6JzK1UBUFgHYKV2BQwDKd4,5250
|
|
216
|
+
nvmath/internal/package_ifc_cuda.py,sha256=OQSuxm8H9P1X78gZUjDBOR9ujDv5nwuSK7grHg3qtTU,1831
|
|
217
|
+
nvmath/internal/package_ifc_cupy.py,sha256=LQdjLHY_tgkzGPk0XCEq0lTU4K9ABW_alGybNFQdtpY,2114
|
|
218
|
+
nvmath/internal/package_ifc_torch.py,sha256=uApPDfePoDhSwV06_6IMyMrWfoeMNsfT_jbT-G_dOSg,3148
|
|
219
|
+
nvmath/internal/package_wrapper.py,sha256=eBGJOflaAaFCnwvduTMWFqPl4xMJqMJ7SJCPrarsBP0,402
|
|
220
|
+
nvmath/internal/tensor_ifc.py,sha256=5V11XNeaOmmRg-yNdvy6rkw5OeEYyl2swbyOfN75NfA,5914
|
|
221
|
+
nvmath/internal/tensor_ifc_cupy.py,sha256=vg8t_KppIcj0N48fsyZb77BR0RPsbpb0Q0KOnvzVVRg,8618
|
|
222
|
+
nvmath/internal/tensor_ifc_ndbuffer.py,sha256=XlpQyCOA4BkkGDN4m5Hp_jsOm1iejJkckpbIIaINfgw,4962
|
|
223
|
+
nvmath/internal/tensor_ifc_numpy.py,sha256=-F0ZiXHa3P1JZsPDji2AfsVwEwJYcB80PvV3D8TY5ZQ,6168
|
|
224
|
+
nvmath/internal/tensor_ifc_torch.py,sha256=BlMrxBVJ9z7JMo7Qejy-vwU7nMz2TeDpPDhL7dmLyW8,6176
|
|
225
|
+
nvmath/internal/tensor_wrapper.py,sha256=-Ald7rH0VqSt8ac1PpsUHXbqU4o0vRcHOL1Ve8i5G0s,6085
|
|
226
|
+
nvmath/internal/typemaps.py,sha256=shKrFbPFL_zWyhbla-Tge2Lb-n6h6fRtaEk1O3PVlzk,4160
|
|
227
|
+
nvmath/internal/utils.py,sha256=EjK3Vt3WI-h0qm9LYHphT5C0qNCJCNFPdh0LAtMLF_k,30397
|
|
228
|
+
nvmath/internal/_layout/__init__.pxd,sha256=tFqOUfwQp1zKku5U_p_1d1DPaH1Qr8MJKf9oyj71biI,116
|
|
229
|
+
nvmath/internal/_layout/__init__.py,sha256=-2g5-Zhe0vw34eUJZZCQ-OWTCpq6Aeu52qg2okxkaTY,211
|
|
230
|
+
nvmath/internal/_layout/_layout.cp314t-win_amd64.pyd,sha256=GfliUHX_CegrwxZomIiqyN0jtppFNl4XvMyWubjQhMg,286720
|
|
231
|
+
nvmath/internal/_layout/_layout.pxd,sha256=vgK1sLZ9GVdx_jUN36cj6mQFknfBNmdloHA9Iti2bNE,52797
|
|
232
|
+
nvmath/internal/_layout/_layout.pyi,sha256=SIybmnBdsF3JPD9GJSHEFvJOtbAZIUVVJYreRXx7IZ0,59454
|
|
233
|
+
nvmath/internal/ndbuffer/__init__.pxd,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
|
|
234
|
+
nvmath/internal/ndbuffer/__init__.py,sha256=Hc9xHZlBQZE_neUAgPBJ8-grOtVBuRpilA9vzsSlziM,246
|
|
235
|
+
nvmath/internal/ndbuffer/_copy_kernel.cp314t-win_amd64.pyd,sha256=Tu-a0MhP8wRf0eo-3ehbwjIYF4kc9Xc96hW7DTC2Rv4,166400
|
|
236
|
+
nvmath/internal/ndbuffer/_copy_kernel.pxd,sha256=hr7ad_2UMFJCSdkQ7svVRncKfLFoZOU_992a3r2KPPk,381
|
|
237
|
+
nvmath/internal/ndbuffer/_jit.cp314t-win_amd64.pyd,sha256=AUshTzjKPMMb563fwi-DH5SsyHGM_ILStUdnBt2YkI0,69632
|
|
238
|
+
nvmath/internal/ndbuffer/_jit.pxd,sha256=PMVS86Yn_nWYzrYN6fjRVh5GPQ1vYs8MZa-YHun5FTs,272
|
|
239
|
+
nvmath/internal/ndbuffer/_ndbuffer.cp314t-win_amd64.pyd,sha256=SXr-BRcUM2SHieul6knD89YZbcT8rJWXurxFMbwjfYo,261632
|
|
240
|
+
nvmath/internal/ndbuffer/_ndbuffer.pxd,sha256=JCNaOkAa91jVpcsH1bDPV8l84YkmBZE9aAtW_0cgbaQ,1315
|
|
241
|
+
nvmath/internal/ndbuffer/_ndbuffer.pyi,sha256=ETM1vkGoFFGvY_yjygqaPGaERHJAb4OLLCrRR-Zi76g,22088
|
|
242
|
+
nvmath/internal/ndbuffer/copy_kernel/args.h,sha256=V_7c0iq6D9noiXLcej1ncRBbrRp73XfsD9Xj5XBhuSA,865
|
|
243
|
+
nvmath/internal/ndbuffer/copy_kernel/elementwise.h,sha256=fPYbAfmOfB6KBx0Dh3mCYCQUkhQYzYNhVwkTpkc99HI,2791
|
|
244
|
+
nvmath/internal/ndbuffer/copy_kernel/transposed.h,sha256=VOkpufwZT3IUJajWrPlOsyMqPOdGV1rp5U9_VGHOHHs,3243
|
|
245
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/array_view.h,sha256=CSaVgQZtXsvyf7DvsdoPSVu8RFasPFJCkRF8GpbAmcM,1887
|
|
246
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/elementwise.h,sha256=Ao1gF64-rQaNBjeL3OGyTBoa53jQstYAAShLvJ7paMo,2403
|
|
247
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/grid_indexer.h,sha256=rbdUMLup2p8zC0ZVw8jIUMm8Upd17SRTb8gsai3Yc9Q,2728
|
|
248
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/transposed.h,sha256=9BNCmNR9TSZDDd9JtIJhLVY1ddtgsHx2SlQy5o4-uhI,11021
|
|
249
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/type_utils.h,sha256=qlokKghfF1nlTXC0qm6zyKL3BlGEgCR9CZry0bfUduk,1764
|
|
250
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/utils.h,sha256=Jh45tApfm7Lk12yM0zZRwaZzWMQSuOo781uaUVA4O7M,3289
|
|
251
|
+
nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/vec.h,sha256=tvfXwZDNZa9g7gq1E37ZA3Ah3Fe1xgnCYVnY5k77_5w,4937
|
|
252
|
+
nvmath/linalg/__init__.py,sha256=jzF8wSei8jTdsauB5RBJh1pdDtK7sRsHbA1qwEnFZAM,1231
|
|
253
|
+
nvmath/linalg/_internal/__init__.py,sha256=rzoZxmBm8iz2UxvZT66KfiwIXbJGerOWxO96SwirBA4,121
|
|
254
|
+
nvmath/linalg/_internal/algo_cap_ifc.py,sha256=T8rlNxL7wclMGXxUzYUBVHTIjk9dg9YqWaRuxRUk854,3019
|
|
255
|
+
nvmath/linalg/_internal/algo_config_ifc.py,sha256=N-4ZGSl_hTYVdps_szm6j4jZIK6YQFrB6lIc6bCjbuA,1667
|
|
256
|
+
nvmath/linalg/_internal/batch.py,sha256=BHdzyLAlG2aWkrqJrB3dEno3rLJMvWGz9ZJm-a-Izq4,9355
|
|
257
|
+
nvmath/linalg/_internal/enum_to_tuples.py,sha256=H87fmOtHbdRgnPXw6ElDimRnIyIfqYVVgjfI_TDgjmw,1850
|
|
258
|
+
nvmath/linalg/_internal/epilog_protocol.py,sha256=QY6vMZETf_O8Xf_IE--w8gq_tRccfKsKDw5VB2ECMek,28899
|
|
259
|
+
nvmath/linalg/_internal/layout.py,sha256=LuPFRiKDfIEM4rBwx8A4L5P4bVadHSKpYNw9ozEkrw0,27244
|
|
260
|
+
nvmath/linalg/_internal/matmul_desc_ifc.py,sha256=QK9UKkjzlf3kb-wCw7mvf65h1qzLhMtbd4-LKjLlKoA,1194
|
|
261
|
+
nvmath/linalg/_internal/matmul_pref_ifc.py,sha256=uBL-Ios8Ai0YqK8wviF7JPgskcYrZ_OaKz0fTtv_vkM,1113
|
|
262
|
+
nvmath/linalg/_internal/matrix_layout_ifc.py,sha256=Y5xYuGIfXm-R9QIu5Ufivc5bAVplplnZnWhFs2DeDUg,1046
|
|
263
|
+
nvmath/linalg/_internal/solver_utils.py,sha256=nO3vmmYH-Y88IKHU5-uJETbKtRxabVFjuEcJQstIxzg,17381
|
|
264
|
+
nvmath/linalg/_internal/typemaps.py,sha256=tFmcT6QW5eXUug1uA7XRTRora1U2m1MK0Ui0jdg-2Kg,4889
|
|
265
|
+
nvmath/linalg/_internal/utils.py,sha256=JbUkFw7PcpNvGE87TuwpCx5mZypyVouqBqmK2V-1POw,5456
|
|
266
|
+
nvmath/linalg/advanced/__init__.py,sha256=MoJgpxWTLZTAXzUSfWEhxc-o_mhm8l9_NqlGNXC-wGo,295
|
|
267
|
+
nvmath/linalg/advanced/_algorithmmod.py,sha256=mSk2uOsOGATfovRHF3hJN0RLhj3pt3Irr92GwG8t6AI,6269
|
|
268
|
+
nvmath/linalg/advanced/_configuration.py,sha256=45jE9UigPFRjJuQ2aZ-lTUgz2POYGzBH2WNII2bKGYM,14080
|
|
269
|
+
nvmath/linalg/advanced/matmulmod.py,sha256=_KLamepacRS9ywkWITWlgR35MKZ3X9c0xk_wmcKsVfE,171872
|
|
270
|
+
nvmath/linalg/advanced/helpers/__init__.py,sha256=8Tci6qvExpAQDS95kLcTMMJWM6dfhadXKj2ZczV5OI0,167
|
|
271
|
+
nvmath/linalg/advanced/helpers/matmul.py,sha256=CRBx5iB587HTUO5JFS3vyA2wDEFP7rAei-7qfA1fWe0,54452
|
|
272
|
+
nvmath/linalg/generic/__init__.py,sha256=pLaKSuatV9MOTXRh92g3GA4fFwrw0kP4DzwRxq7cXko,1135
|
|
273
|
+
nvmath/linalg/generic/_dtype.py,sha256=gB7Xy7_9_PZACEuUyI2Wm_FLRLB3gSO53iJPGy1lEFw,379
|
|
274
|
+
nvmath/linalg/generic/matmulmod.py,sha256=cV1nkLOLkO2Cj1kwdKkJaxZn-I8jb6_h_DFb4gpb81s,83376
|
|
275
|
+
nvmath/linalg/generic/solvermod.py,sha256=748WwB7ov5NqewUC0oqWq_6vFU0KgqwXWSAOp7BHwos,62306
|
|
276
|
+
nvmath/linalg/generic/_configuration/__init__.py,sha256=kN0Zvgv_NAvE1eoe4uMv4u5S4Of2w5Gd-4r0jGbnUXw,960
|
|
277
|
+
nvmath/linalg/generic/_configuration/layout.py,sha256=-tVfTdHQUsm_M3i8BEuiNhjc91NsqLiUwQbpRsAXXRQ,11046
|
|
278
|
+
nvmath/linalg/generic/_configuration/match.py,sha256=2AJZaOMstcEkJEr5QMrS8Q6xWadj33_5v4cODW6bS3Y,27508
|
|
279
|
+
nvmath/linalg/generic/_configuration/qualifiers.py,sha256=H8PSeqU1cvYDHGsN0D8lapzwseNwd6IN1hRfZM4H2_w,17497
|
|
280
|
+
nvmath/linalg/generic/_configuration/solver_configuration.py,sha256=Z7jH3nVCtKU963wMYI5WZcMShjbc1y7DZhLlAiyXu7Y,2599
|
|
281
|
+
nvmath/linalg/generic/_configuration/wrap.py,sha256=LzZs35C6GMInC8lY_jl8H0sYbDUQSGv1-ywVKaZr4k4,8273
|
|
282
|
+
nvmath/sparse/__init__.py,sha256=H6vmZK3i1c3xm1RXbAwGi1B1KQ2vcI90ZBtsJZz55e4,980
|
|
283
|
+
nvmath/sparse/_internal/__init__.py,sha256=x94S5APA-Xt_3S1zjoFAfucxP4BZGb5Eug_XzAXW5Ks,641
|
|
284
|
+
nvmath/sparse/_internal/common_utils.py,sha256=IG6AtiV_HL6SPqqfSt2DtQOJV4tVs0UfsO2ZwmPOuiM,5067
|
|
285
|
+
nvmath/sparse/_internal/cudss_config_ifc.py,sha256=YQnZhrSCxYI4KyvU_t3hHxWt_To5ssuE6iqSvVt29-g,25987
|
|
286
|
+
nvmath/sparse/_internal/cudss_data_ifc.py,sha256=XJ23taquNKqe857mUid_IKyY-rwXExcsapngQJkDVB0,14376
|
|
287
|
+
nvmath/sparse/_internal/cudss_utils.py,sha256=E_x1eJg4T_4OK-3-6uKhO3XwszkOztzS3wwR_ojye2o,22066
|
|
288
|
+
nvmath/sparse/_internal/cusparse_utils.py,sha256=mDFWsAgSjDNz8LCGu44yVf4hI1YllgDU69iemIVSjtM,13333
|
|
289
|
+
nvmath/sparse/_internal/sparse_bsc_ifc.py,sha256=1yyiaKY5NvUJcOs7ZX525gCFJH5CVBPsNrafqQEoqa4,11190
|
|
290
|
+
nvmath/sparse/_internal/sparse_bsr_ifc.py,sha256=DKF5l8jOHvJT6R38RNSuFKno55p4eIpEeBNgzj511HM,11327
|
|
291
|
+
nvmath/sparse/_internal/sparse_coo_ifc.py,sha256=YilhTKQZCmRCoodGoYxmdVhdGtnEZaHrVW9wMNHGIsI,9353
|
|
292
|
+
nvmath/sparse/_internal/sparse_csc_ifc.py,sha256=FV-LVIzeOYaYuDD2PpnlHDKx813r4Nl547gnaWKUjUc,10240
|
|
293
|
+
nvmath/sparse/_internal/sparse_csr_ifc.py,sha256=ONeg8CqIaNSM9vX8vftvOZoslD6-yfcrLy1wlXhiTok,11025
|
|
294
|
+
nvmath/sparse/_internal/sparse_dia_ifc.py,sha256=1AASlCVRNFLLh3xRZTyqUZp15NElNS8OycSZDC1ni5g,8481
|
|
295
|
+
nvmath/sparse/_internal/sparse_format_helpers.py,sha256=YyCVVvqBDfXn1XIXeUVELcVCRjxK7Ucd1NX7ayu_ofo,20891
|
|
296
|
+
nvmath/sparse/_internal/sparse_tensor_ifc.py,sha256=dPS0tGpSmn8KBQlvcx5rLLQFgcJ7vyYL-78bJvnzV1k,4134
|
|
297
|
+
nvmath/sparse/_internal/sparse_ust_ifc.py,sha256=rYitp88PSzfPqPeolmaT0b0cx1KvsF0__JDT964gujg,3908
|
|
298
|
+
nvmath/sparse/_internal/utils.py,sha256=oXDUhya9cETHohAglICAYnX8Pqb9UInpwIqkUBCWFtE,1791
|
|
299
|
+
nvmath/sparse/advanced/__init__.py,sha256=qXSyizbsomQpUpVtT-kDlT-KcGRqSYmLAI_II13cAsQ,285
|
|
300
|
+
nvmath/sparse/advanced/_configuration.py,sha256=MPMyQo77niQs0iEtWSAFbCuGxb0SOy0s143XWb2Evwc,9124
|
|
301
|
+
nvmath/sparse/advanced/direct_solver.py,sha256=f7Ws006WiRwSVVzlWzr75Jv4qLffsV_-6FMxvn_kSlM,92576
|
|
302
|
+
nvmath/sparse/generic/__init__.py,sha256=lAYiA_ckv_Xt5mlbK5zteSroYvbGVYcBFWU0r41lIW8,238
|
|
303
|
+
nvmath/sparse/generic/_configuration.py,sha256=0YJX2AQ6Qs1qjrLkpX-fG-lfN5KiHazAJiPZQKczF7E,4775
|
|
304
|
+
nvmath/sparse/generic/_helpers.py,sha256=4LSJHcUXRV7RUc68CLzEOpljUInzJoGKDmAt0TPpR4Q,5742
|
|
305
|
+
nvmath/sparse/generic/_thunks.py,sha256=oL_dyOHnZ0Pr_kuEaIfPm_qa5Gt33qawEcs0V4acttg,387
|
|
306
|
+
nvmath/sparse/generic/matmulmod.py,sha256=djJNLm1aq9gTmLN141-WWJK-bO4c2Be3Ay-2ORp-C6c,99428
|
|
307
|
+
nvmath/sparse/ust/__init__.py,sha256=ahkOgYBUGchS7koU19QyBH-TaHOuD3ohHzX9SU3SFnA,235
|
|
308
|
+
nvmath/sparse/ust/_converters.py,sha256=NTeBB2CoGkG3ldsdruTmUO3tg49gT1f6DHXBW1QQNwY,16889
|
|
309
|
+
nvmath/sparse/ust/_cpp.py,sha256=642i_PBiMuCSDHNrTdcO_HQTBMbDoBysoml6Ci83jiY,467
|
|
310
|
+
nvmath/sparse/ust/_drawer.py,sha256=At-V84x0iCvdV-dzTRCp_D4t2af_TLfIt0zwTS0-XaY,17280
|
|
311
|
+
nvmath/sparse/ust/_emitter.py,sha256=WGhVDRSnKhGQ0w5NoTDK1sC6m5jKtqjcvBgIYGMtZ1E,44472
|
|
312
|
+
nvmath/sparse/ust/_jit.py,sha256=pk6udL6RZkGryLCdsYPcOEJUqTVuoh0kgxo6W976A1Q,6024
|
|
313
|
+
nvmath/sparse/ust/_kernel.py,sha256=Xicsm6c8OhSR5JRq9Q8H5oypec0_0dYfgX6rmBXiTbQ,9810
|
|
314
|
+
nvmath/sparse/ust/_utils.py,sha256=sgEV2IaDrikAO48s41ccDSmsc_QSzmQCVsmp3OcXoaY,4236
|
|
315
|
+
nvmath/sparse/ust/tensor.py,sha256=rlj65XdnFJaTaOMzoZHSCVdwOFgjJBjzNP_z_bbS0GI,37865
|
|
316
|
+
nvmath/sparse/ust/tensor_format.py,sha256=FFW6m7l20PRnSueV9RDrhSxfjLazbwfSTRL7AScF8DM,32723
|
|
317
|
+
nvmath/sparse/ust/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
318
|
+
nvmath/sparse/ust/interfaces/torch_interface.py,sha256=TCVJBJiVPslTFcICcftrsdmqsQl_kUG2UzMVj9dKZAU,17260
|
|
319
|
+
nvmath/tensor/__init__.py,sha256=Py2AGfNGbOHQ8lLPTEqYAgmnkH04hMX21b3WM3uARd4,204
|
|
320
|
+
nvmath/tensor/_configuration.py,sha256=XDh7K2fapDmMIi7R2Ckze6LDO2I_2iUm4NL5KfZfBQM,5468
|
|
321
|
+
nvmath/tensor/contract.py,sha256=7Xti7qX0wdgmFudbn31kmGI0YZQk77SzqhY0LtwBSG0,80818
|
|
322
|
+
nvmath/tensor/_internal/__init__.py,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
|
|
323
|
+
nvmath/tensor/_internal/cutensor_config_ifc.py,sha256=Vy1RqxSG-bZm1VinjDYsGnVsicwIp5deF8IovLG1mF4,10599
|
|
324
|
+
nvmath/tensor/_internal/cutensor_utils.py,sha256=KfKh7aeDMVuc4DggJqoXc7wkJKH_NW_XRLOSRv2cLTQ,7551
|
|
325
|
+
nvmath/tensor/_internal/data.py,sha256=0dTdFy16cFpjl0200bCkjg2giNHAFIhqAGGI1GlW71A,750
|
|
326
|
+
nvmath/tensor/_internal/einsum_parser.py,sha256=AaNoKeBHXcNJZIxNm-8XQUMFCm3FGgGkYJvZv-L76EQ,16312
|
|
327
|
+
nvmath/tensor/_internal/typemaps.py,sha256=xSa9UxgCb4wWPNl9D92SxRCrWPKOFy73GV-HeBjs1e4,4420
|
|
328
|
+
nvmath_python-1.0.0.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
329
|
+
nvmath_python-1.0.0.dist-info/METADATA,sha256=J7J28AzX0OhyX7QEQTUz38Ok-eFXSzGhabTaQt7z9ik,7398
|
|
330
|
+
nvmath_python-1.0.0.dist-info/WHEEL,sha256=1E0gszQps7BnHucFFSWKxP1l1R1l3Xb3HouMURv4ztU,102
|
|
331
|
+
nvmath_python-1.0.0.dist-info/top_level.txt,sha256=PrK8_biJxA1rf9UYJnqJxx3KVplJwc-9rnDiR4y1aKg,15
|
|
332
|
+
nvmath_python-1.0.0.dist-info/RECORD,,
|