nvmath-python 0.9.0__cp314-cp314-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. nvmath/__init__.pxd +0 -0
  2. nvmath/__init__.py +45 -0
  3. nvmath/_internal/__init__.py +0 -0
  4. nvmath/_internal/attribute_ifc_factory.py +330 -0
  5. nvmath/_internal/layout.py +70 -0
  6. nvmath/_internal/templates.py +383 -0
  7. nvmath/_utils.py +150 -0
  8. nvmath/bindings/__init__.py +51 -0
  9. nvmath/bindings/_internal/__init__.pxd +0 -0
  10. nvmath/bindings/_internal/__init__.py +0 -0
  11. nvmath/bindings/_internal/cublas.cp314-win_amd64.pyd +0 -0
  12. nvmath/bindings/_internal/cublas.pxd +530 -0
  13. nvmath/bindings/_internal/cublasLt.cp314-win_amd64.pyd +0 -0
  14. nvmath/bindings/_internal/cublasLt.pxd +59 -0
  15. nvmath/bindings/_internal/cublasMp.pxd +52 -0
  16. nvmath/bindings/_internal/cudss.cp314-win_amd64.pyd +0 -0
  17. nvmath/bindings/_internal/cudss.pxd +47 -0
  18. nvmath/bindings/_internal/cufft.cp314-win_amd64.pyd +0 -0
  19. nvmath/bindings/_internal/cufft.pxd +70 -0
  20. nvmath/bindings/_internal/cufftMp.pxd +77 -0
  21. nvmath/bindings/_internal/curand.cp314-win_amd64.pyd +0 -0
  22. nvmath/bindings/_internal/curand.pxd +42 -0
  23. nvmath/bindings/_internal/cusolver.cp314-win_amd64.pyd +0 -0
  24. nvmath/bindings/_internal/cusolver.pxd +15 -0
  25. nvmath/bindings/_internal/cusolverDn.cp314-win_amd64.pyd +0 -0
  26. nvmath/bindings/_internal/cusolverDn.pxd +406 -0
  27. nvmath/bindings/_internal/cusparse.cp314-win_amd64.pyd +0 -0
  28. nvmath/bindings/_internal/cusparse.pxd +277 -0
  29. nvmath/bindings/_internal/cusparseLt.cp314-win_amd64.pyd +0 -0
  30. nvmath/bindings/_internal/cusparseLt.pxd +48 -0
  31. nvmath/bindings/_internal/cutensor.cp314-win_amd64.pyd +0 -0
  32. nvmath/bindings/_internal/cutensor.pxd +58 -0
  33. nvmath/bindings/_internal/mathdx.cp314-win_amd64.pyd +0 -0
  34. nvmath/bindings/_internal/mathdx.pxd +116 -0
  35. nvmath/bindings/_internal/nvshmem.pxd +29 -0
  36. nvmath/bindings/_internal/utils.cp314-win_amd64.pyd +0 -0
  37. nvmath/bindings/_internal/utils.pxd +179 -0
  38. nvmath/bindings/_internal/utils.pyi +10 -0
  39. nvmath/bindings/cublas.cp314-win_amd64.pyd +0 -0
  40. nvmath/bindings/cublas.pxd +558 -0
  41. nvmath/bindings/cublas.pyi +746 -0
  42. nvmath/bindings/cublasLt.cp314-win_amd64.pyd +0 -0
  43. nvmath/bindings/cublasLt.pxd +109 -0
  44. nvmath/bindings/cublasLt.pyi +1337 -0
  45. nvmath/bindings/cublasMp.pxd +85 -0
  46. nvmath/bindings/cublasMp.pyi +219 -0
  47. nvmath/bindings/cudss.cp314-win_amd64.pyd +0 -0
  48. nvmath/bindings/cudss.pxd +86 -0
  49. nvmath/bindings/cudss.pyi +282 -0
  50. nvmath/bindings/cufft.cp314-win_amd64.pyd +0 -0
  51. nvmath/bindings/cufft.pxd +118 -0
  52. nvmath/bindings/cufft.pyi +241 -0
  53. nvmath/bindings/cufftMp.pxd +124 -0
  54. nvmath/bindings/cufftMp.pyi +260 -0
  55. nvmath/bindings/curand.cp314-win_amd64.pyd +0 -0
  56. nvmath/bindings/curand.pxd +71 -0
  57. nvmath/bindings/curand.pyi +159 -0
  58. nvmath/bindings/cusolver.cp314-win_amd64.pyd +0 -0
  59. nvmath/bindings/cusolver.pxd +62 -0
  60. nvmath/bindings/cusolver.pyi +242 -0
  61. nvmath/bindings/cusolverDn.cp314-win_amd64.pyd +0 -0
  62. nvmath/bindings/cusolverDn.pxd +430 -0
  63. nvmath/bindings/cusolverDn.pyi +416 -0
  64. nvmath/bindings/cusparse.cp314-win_amd64.pyd +0 -0
  65. nvmath/bindings/cusparse.pxd +338 -0
  66. nvmath/bindings/cusparse.pyi +659 -0
  67. nvmath/bindings/cusparseLt.cp314-win_amd64.pyd +0 -0
  68. nvmath/bindings/cusparseLt.pxd +99 -0
  69. nvmath/bindings/cusparseLt.pyi +198 -0
  70. nvmath/bindings/cutensor.cp314-win_amd64.pyd +0 -0
  71. nvmath/bindings/cutensor.pxd +98 -0
  72. nvmath/bindings/cutensor.pyi +294 -0
  73. nvmath/bindings/cycublas.cp314-win_amd64.pyd +0 -0
  74. nvmath/bindings/cycublas.pxd +684 -0
  75. nvmath/bindings/cycublasLt.cp314-win_amd64.pyd +0 -0
  76. nvmath/bindings/cycublasLt.pxd +1055 -0
  77. nvmath/bindings/cycublasMp.pxd +183 -0
  78. nvmath/bindings/cycudss.cp314-win_amd64.pyd +0 -0
  79. nvmath/bindings/cycudss.pxd +224 -0
  80. nvmath/bindings/cycufft.cp314-win_amd64.pyd +0 -0
  81. nvmath/bindings/cycufft.pxd +326 -0
  82. nvmath/bindings/cycufftMp.pxd +334 -0
  83. nvmath/bindings/cycurand.cp314-win_amd64.pyd +0 -0
  84. nvmath/bindings/cycurand.pxd +146 -0
  85. nvmath/bindings/cycusolver.cp314-win_amd64.pyd +0 -0
  86. nvmath/bindings/cycusolver.pxd +154 -0
  87. nvmath/bindings/cycusolverDn.cp314-win_amd64.pyd +0 -0
  88. nvmath/bindings/cycusolverDn.pxd +446 -0
  89. nvmath/bindings/cycusparse.cp314-win_amd64.pyd +0 -0
  90. nvmath/bindings/cycusparse.pxd +470 -0
  91. nvmath/bindings/cycusparseLt.cp314-win_amd64.pyd +0 -0
  92. nvmath/bindings/cycusparseLt.pxd +150 -0
  93. nvmath/bindings/cycutensor.cp314-win_amd64.pyd +0 -0
  94. nvmath/bindings/cycutensor.pxd +192 -0
  95. nvmath/bindings/cymathdx.cp314-win_amd64.pyd +0 -0
  96. nvmath/bindings/cymathdx.pxd +552 -0
  97. nvmath/bindings/cynvshmem.pxd +126 -0
  98. nvmath/bindings/mathdx.cp314-win_amd64.pyd +0 -0
  99. nvmath/bindings/mathdx.pxd +182 -0
  100. nvmath/bindings/mathdx.pyi +1244 -0
  101. nvmath/bindings/nvpl/__init__.pxd +0 -0
  102. nvmath/bindings/nvpl/__init__.py +13 -0
  103. nvmath/bindings/nvpl/_internal/__init__.pxd +0 -0
  104. nvmath/bindings/nvpl/_internal/__init__.py +0 -0
  105. nvmath/bindings/nvpl/_internal/blas.cp314-win_amd64.pyd +0 -0
  106. nvmath/bindings/nvpl/_internal/blas.pxd +125 -0
  107. nvmath/bindings/nvpl/_internal/fft.cp314-win_amd64.pyd +0 -0
  108. nvmath/bindings/nvpl/_internal/fft.pxd +36 -0
  109. nvmath/bindings/nvpl/blas.cp314-win_amd64.pyd +0 -0
  110. nvmath/bindings/nvpl/blas.pxd +85 -0
  111. nvmath/bindings/nvpl/blas.pyi +122 -0
  112. nvmath/bindings/nvpl/cyblas.cp314-win_amd64.pyd +0 -0
  113. nvmath/bindings/nvpl/cyblas.pxd +166 -0
  114. nvmath/bindings/nvpl/cyfft.cp314-win_amd64.pyd +0 -0
  115. nvmath/bindings/nvpl/cyfft.pxd +92 -0
  116. nvmath/bindings/nvpl/fft.cp314-win_amd64.pyd +0 -0
  117. nvmath/bindings/nvpl/fft.pxd +100 -0
  118. nvmath/bindings/nvpl/fft.pyi +100 -0
  119. nvmath/bindings/nvshmem.pxd +54 -0
  120. nvmath/bindings/nvshmem.pyi +179 -0
  121. nvmath/device/__init__.py +21 -0
  122. nvmath/device/_deprecated.py +33 -0
  123. nvmath/device/common.py +313 -0
  124. nvmath/device/common_backend.py +131 -0
  125. nvmath/device/common_cuda.py +201 -0
  126. nvmath/device/common_numba.py +310 -0
  127. nvmath/device/common_opaque_tensor.py +201 -0
  128. nvmath/device/cublasdx.py +1805 -0
  129. nvmath/device/cublasdx_backend.py +807 -0
  130. nvmath/device/cublasdx_numba.py +1612 -0
  131. nvmath/device/cufftdx.py +510 -0
  132. nvmath/device/cufftdx_backend.py +196 -0
  133. nvmath/device/cufftdx_numba.py +196 -0
  134. nvmath/device/curand_kernel.py +9147 -0
  135. nvmath/device/cusolverdx.py +2690 -0
  136. nvmath/device/cusolverdx_backend.py +440 -0
  137. nvmath/device/cusolverdx_numba.py +1624 -0
  138. nvmath/device/llvm_array.py +29 -0
  139. nvmath/device/random.py +445 -0
  140. nvmath/device/random_helpers.py +23 -0
  141. nvmath/device/random_states.py +187 -0
  142. nvmath/device/types.py +147 -0
  143. nvmath/device/vector_types_numba.py +203 -0
  144. nvmath/distributed/__init__.py +205 -0
  145. nvmath/distributed/_internal/__init__.py +0 -0
  146. nvmath/distributed/_internal/nvshmem.py +302 -0
  147. nvmath/distributed/_internal/tensor_ifc.py +67 -0
  148. nvmath/distributed/_internal/tensor_ifc_cupy.py +62 -0
  149. nvmath/distributed/_internal/tensor_ifc_host_device.py +165 -0
  150. nvmath/distributed/_internal/tensor_ifc_numpy.py +41 -0
  151. nvmath/distributed/_internal/tensor_ifc_torch.py +141 -0
  152. nvmath/distributed/_internal/tensor_wrapper.py +78 -0
  153. nvmath/distributed/_utils.py +167 -0
  154. nvmath/distributed/distribution.py +770 -0
  155. nvmath/distributed/fft/__init__.py +7 -0
  156. nvmath/distributed/fft/_configuration.py +79 -0
  157. nvmath/distributed/fft/fft.py +2801 -0
  158. nvmath/distributed/linalg/__init__.py +12 -0
  159. nvmath/distributed/linalg/_internal/__init__.py +3 -0
  160. nvmath/distributed/linalg/_internal/epilog_protocol.py +496 -0
  161. nvmath/distributed/linalg/_internal/matmul_desc_ifc.py +28 -0
  162. nvmath/distributed/linalg/advanced/__init__.py +8 -0
  163. nvmath/distributed/linalg/advanced/_configuration.py +166 -0
  164. nvmath/distributed/linalg/advanced/matmulmod.py +2908 -0
  165. nvmath/distributed/process_group.py +408 -0
  166. nvmath/distributed/reshape/__init__.py +6 -0
  167. nvmath/distributed/reshape/_configuration.py +39 -0
  168. nvmath/distributed/reshape/reshape.py +1256 -0
  169. nvmath/fft/__init__.py +7 -0
  170. nvmath/fft/_configuration.py +208 -0
  171. nvmath/fft/_exec_utils.py +109 -0
  172. nvmath/fft/_helpers.py +237 -0
  173. nvmath/fft/fft.py +2903 -0
  174. nvmath/internal/__init__.pxd +3 -0
  175. nvmath/internal/__init__.py +10 -0
  176. nvmath/internal/_bindings.cp314-win_amd64.pyd +0 -0
  177. nvmath/internal/_bindings.pxd +12 -0
  178. nvmath/internal/_device_utils.py +54 -0
  179. nvmath/internal/enum_utils.py +142 -0
  180. nvmath/internal/formatters.py +87 -0
  181. nvmath/internal/mem_limit.py +51 -0
  182. nvmath/internal/memory.cp314-win_amd64.pyd +0 -0
  183. nvmath/internal/memory.pxd +10 -0
  184. nvmath/internal/memory.pyi +46 -0
  185. nvmath/internal/ndbuffer/__init__.pxd +3 -0
  186. nvmath/internal/ndbuffer/__init__.py +7 -0
  187. nvmath/internal/ndbuffer/copy_kernel/args.h +34 -0
  188. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/array_view.h +52 -0
  189. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/elementwise.h +68 -0
  190. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/grid_indexer.h +69 -0
  191. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/transposed.h +240 -0
  192. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/type_utils.h +39 -0
  193. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/utils.h +132 -0
  194. nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/vec.h +159 -0
  195. nvmath/internal/ndbuffer/copy_kernel/elementwise.h +53 -0
  196. nvmath/internal/ndbuffer/copy_kernel/transposed.h +58 -0
  197. nvmath/internal/ndbuffer/copy_kernel.cp314-win_amd64.pyd +0 -0
  198. nvmath/internal/ndbuffer/copy_kernel.pxd +9 -0
  199. nvmath/internal/ndbuffer/copy_kernel.pyi +9 -0
  200. nvmath/internal/ndbuffer/data_layout.cp314-win_amd64.pyd +0 -0
  201. nvmath/internal/ndbuffer/data_layout.pxd +72 -0
  202. nvmath/internal/ndbuffer/data_layout.pyi +23 -0
  203. nvmath/internal/ndbuffer/jit.cp314-win_amd64.pyd +0 -0
  204. nvmath/internal/ndbuffer/jit.pxd +7 -0
  205. nvmath/internal/ndbuffer/jit.pyi +6 -0
  206. nvmath/internal/ndbuffer/ndbuffer.cp314-win_amd64.pyd +0 -0
  207. nvmath/internal/ndbuffer/ndbuffer.pxd +36 -0
  208. nvmath/internal/ndbuffer/ndbuffer.pyi +41 -0
  209. nvmath/internal/ndbuffer/package_utils.cp314-win_amd64.pyd +0 -0
  210. nvmath/internal/ndbuffer/package_utils.pxd +11 -0
  211. nvmath/internal/ndbuffer/package_utils.pyi +12 -0
  212. nvmath/internal/package_ifc.py +147 -0
  213. nvmath/internal/package_ifc_cuda.py +49 -0
  214. nvmath/internal/package_ifc_cupy.py +49 -0
  215. nvmath/internal/package_ifc_torch.py +31 -0
  216. nvmath/internal/package_wrapper.py +14 -0
  217. nvmath/internal/tensor_ifc.py +194 -0
  218. nvmath/internal/tensor_ifc_cupy.py +241 -0
  219. nvmath/internal/tensor_ifc_ndbuffer.py +153 -0
  220. nvmath/internal/tensor_ifc_numpy.py +183 -0
  221. nvmath/internal/tensor_ifc_torch.py +176 -0
  222. nvmath/internal/tensor_wrapper.py +157 -0
  223. nvmath/internal/typemaps.py +162 -0
  224. nvmath/internal/utils.py +771 -0
  225. nvmath/linalg/__init__.py +46 -0
  226. nvmath/linalg/_internal/__init__.py +3 -0
  227. nvmath/linalg/_internal/algo_cap_ifc.py +82 -0
  228. nvmath/linalg/_internal/algo_config_ifc.py +43 -0
  229. nvmath/linalg/_internal/batch.py +217 -0
  230. nvmath/linalg/_internal/enum_to_tuples.py +64 -0
  231. nvmath/linalg/_internal/epilog_protocol.py +766 -0
  232. nvmath/linalg/_internal/layout.py +624 -0
  233. nvmath/linalg/_internal/matmul_desc_ifc.py +28 -0
  234. nvmath/linalg/_internal/matmul_pref_ifc.py +27 -0
  235. nvmath/linalg/_internal/matrix_layout_ifc.py +26 -0
  236. nvmath/linalg/_internal/typemaps.py +144 -0
  237. nvmath/linalg/_internal/utils.py +134 -0
  238. nvmath/linalg/advanced/__init__.py +8 -0
  239. nvmath/linalg/advanced/_algorithmmod.py +149 -0
  240. nvmath/linalg/advanced/_configuration.py +349 -0
  241. nvmath/linalg/advanced/helpers/__init__.py +5 -0
  242. nvmath/linalg/advanced/helpers/matmul.py +1348 -0
  243. nvmath/linalg/advanced/matmulmod.py +3937 -0
  244. nvmath/linalg/generic/__init__.py +43 -0
  245. nvmath/linalg/generic/_configuration/__init__.py +37 -0
  246. nvmath/linalg/generic/_configuration/layout.py +263 -0
  247. nvmath/linalg/generic/_configuration/match.py +609 -0
  248. nvmath/linalg/generic/_configuration/qualifiers.py +494 -0
  249. nvmath/linalg/generic/_configuration/wrap.py +217 -0
  250. nvmath/linalg/generic/_dtype.py +15 -0
  251. nvmath/linalg/generic/matmulmod.py +1060 -0
  252. nvmath/memory.py +282 -0
  253. nvmath/sparse/__init__.py +38 -0
  254. nvmath/sparse/_internal/__init__.py +21 -0
  255. nvmath/sparse/_internal/common_utils.py +144 -0
  256. nvmath/sparse/_internal/cudss_config_ifc.py +741 -0
  257. nvmath/sparse/_internal/cudss_data_ifc.py +399 -0
  258. nvmath/sparse/_internal/cudss_utils.py +445 -0
  259. nvmath/sparse/_internal/cusparse_utils.py +382 -0
  260. nvmath/sparse/_internal/sparse_bsc_ifc.py +300 -0
  261. nvmath/sparse/_internal/sparse_bsr_ifc.py +303 -0
  262. nvmath/sparse/_internal/sparse_coo_ifc.py +254 -0
  263. nvmath/sparse/_internal/sparse_csc_ifc.py +266 -0
  264. nvmath/sparse/_internal/sparse_csr_ifc.py +266 -0
  265. nvmath/sparse/_internal/sparse_dia_ifc.py +239 -0
  266. nvmath/sparse/_internal/sparse_format_helpers.py +601 -0
  267. nvmath/sparse/_internal/sparse_tensor_ifc.py +121 -0
  268. nvmath/sparse/_internal/sparse_ust_ifc.py +146 -0
  269. nvmath/sparse/_internal/utils.py +56 -0
  270. nvmath/sparse/advanced/__init__.py +7 -0
  271. nvmath/sparse/advanced/_configuration.py +230 -0
  272. nvmath/sparse/advanced/direct_solver.py +1884 -0
  273. nvmath/sparse/generic/__init__.py +7 -0
  274. nvmath/sparse/generic/_configuration.py +129 -0
  275. nvmath/sparse/generic/_helpers.py +137 -0
  276. nvmath/sparse/generic/_thunks.py +21 -0
  277. nvmath/sparse/generic/matmulmod.py +2426 -0
  278. nvmath/sparse/ust/__init__.py +7 -0
  279. nvmath/sparse/ust/_converters.py +378 -0
  280. nvmath/sparse/ust/_drawer.py +552 -0
  281. nvmath/sparse/ust/_emitter.py +553 -0
  282. nvmath/sparse/ust/_jit.py +212 -0
  283. nvmath/sparse/ust/_kernel.py +346 -0
  284. nvmath/sparse/ust/_semiring.py +71 -0
  285. nvmath/sparse/ust/_utils.py +102 -0
  286. nvmath/sparse/ust/interfaces/__init__.py +0 -0
  287. nvmath/sparse/ust/interfaces/torch_interface.py +476 -0
  288. nvmath/sparse/ust/semiring_ops.py +71 -0
  289. nvmath/sparse/ust/tensor.py +1027 -0
  290. nvmath/sparse/ust/tensor_drawer.py +552 -0
  291. nvmath/sparse/ust/tensor_emitter.py +558 -0
  292. nvmath/sparse/ust/tensor_format.py +935 -0
  293. nvmath/sparse/ust/tensor_jit.py +212 -0
  294. nvmath/sparse/ust/tensor_kernel.py +348 -0
  295. nvmath/sparse/ust/tensor_utils.py +380 -0
  296. nvmath/tensor/__init__.py +6 -0
  297. nvmath/tensor/_configuration.py +95 -0
  298. nvmath/tensor/_internal/__init__.py +3 -0
  299. nvmath/tensor/_internal/cutensor_config_ifc.py +247 -0
  300. nvmath/tensor/_internal/cutensor_utils.py +162 -0
  301. nvmath/tensor/_internal/data.py +43 -0
  302. nvmath/tensor/_internal/einsum_parser.py +444 -0
  303. nvmath/tensor/_internal/typemaps.py +96 -0
  304. nvmath/tensor/contract.py +1861 -0
  305. nvmath_python-0.9.0.dist-info/METADATA +127 -0
  306. nvmath_python-0.9.0.dist-info/RECORD +309 -0
  307. nvmath_python-0.9.0.dist-info/WHEEL +5 -0
  308. nvmath_python-0.9.0.dist-info/licenses/LICENSE +177 -0
  309. nvmath_python-0.9.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,127 @@
1
+ Metadata-Version: 2.4
2
+ Name: nvmath-python
3
+ Version: 0.9.0
4
+ Summary: NVIDIA Math Python libraries
5
+ Author: NVIDIA Corporation
6
+ License-Expression: Apache-2.0
7
+ Classifier: Development Status :: 4 - Beta
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 :: Implementation :: CPython
25
+ Classifier: Environment :: GPU :: NVIDIA CUDA
26
+ Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
27
+ Classifier: Environment :: GPU :: NVIDIA CUDA :: 13
28
+ Requires-Python: <3.15,>=3.10
29
+ Description-Content-Type: text/x-rst
30
+ License-File: LICENSE
31
+ Requires-Dist: cuda-bindings
32
+ Requires-Dist: cuda-core<1,>=0.4.2
33
+ Requires-Dist: cuda-pathfinder<2.0,>=1.4.4
34
+ Requires-Dist: numpy<3,>=1.25
35
+ Requires-Dist: pywin32; platform_system == "Windows"
36
+ Provides-Extra: cpu
37
+ Requires-Dist: mkl; (platform_machine == "x86_64" or platform_machine == "AMD64") and extra == "cpu"
38
+ Requires-Dist: nvpl-fft<1,>=0.3; (platform_system == "Linux" and platform_machine == "aarch64") and extra == "cpu"
39
+ Requires-Dist: nvpl-blas<1,>=0.3; (platform_system == "Linux" and platform_machine == "aarch64") and extra == "cpu"
40
+ Provides-Extra: sysctk12
41
+ Requires-Dist: cuda-bindings<13,>=12.9.2; extra == "sysctk12"
42
+ Requires-Dist: cutensor-cu12<3,>=2.5.0; extra == "sysctk12"
43
+ Provides-Extra: sysctk13
44
+ Requires-Dist: cuda-bindings<14,>=13.0.1; extra == "sysctk13"
45
+ Requires-Dist: cutensor-cu13<3,>=2.5.0; extra == "sysctk13"
46
+ Provides-Extra: cu12
47
+ Requires-Dist: nvmath-python[sysctk12]; extra == "cu12"
48
+ Requires-Dist: cuda-core[cu12]; extra == "cu12"
49
+ Requires-Dist: nvidia-cublas-cu12; extra == "cu12"
50
+ Requires-Dist: nvidia-cuda-nvrtc-cu12; extra == "cu12"
51
+ Requires-Dist: nvidia-cuda-runtime-cu12; extra == "cu12"
52
+ Requires-Dist: nvidia-cudss-cu12==0.7.*; extra == "cu12"
53
+ Requires-Dist: nvidia-cufft-cu12; extra == "cu12"
54
+ Requires-Dist: nvidia-curand-cu12; extra == "cu12"
55
+ Requires-Dist: nvidia-cusolver-cu12; extra == "cu12"
56
+ Requires-Dist: nvidia-cusparse-cu12; extra == "cu12"
57
+ Requires-Dist: cutensor-cu12<3,>=2.5.0; extra == "cu12"
58
+ Provides-Extra: cu13
59
+ Requires-Dist: nvmath-python[sysctk13]; extra == "cu13"
60
+ Requires-Dist: cuda-core[cu13]; extra == "cu13"
61
+ Requires-Dist: cuda-toolkit[cublas,cudart,cufft,curand,cusolver,cusparse,nvrtc]==13.*; extra == "cu13"
62
+ Requires-Dist: nvidia-cudss-cu13==0.7.*; extra == "cu13"
63
+ Requires-Dist: cutensor-cu13<3,>=2.5.0; extra == "cu13"
64
+ Provides-Extra: numba
65
+ Requires-Dist: numba; extra == "numba"
66
+ Requires-Dist: numba-cuda>=0.28.1; extra == "numba"
67
+ Provides-Extra: sysctk12-dx
68
+ Requires-Dist: nvmath-python[sysctk12]; extra == "sysctk12-dx"
69
+ Requires-Dist: nvmath-python[numba]; extra == "sysctk12-dx"
70
+ Provides-Extra: cu12-dx
71
+ Requires-Dist: nvmath-python[cu12]; extra == "cu12-dx"
72
+ Requires-Dist: nvmath-python[numba]; extra == "cu12-dx"
73
+ Requires-Dist: nvidia-libmathdx-cu12!=0.3.1.8,<0.4.0,>=0.3.1; extra == "cu12-dx"
74
+ Requires-Dist: nvidia-cuda-cccl-cu12>12.4.127; extra == "cu12-dx"
75
+ Requires-Dist: nvidia-cuda-nvrtc-cu12!=12.4.*,!=12.5.0; extra == "cu12-dx"
76
+ Provides-Extra: sysctk12-distributed
77
+ Requires-Dist: nvmath-python[sysctk12]; extra == "sysctk12-distributed"
78
+ Requires-Dist: nvidia-nccl-cu12>=2.29.2; extra == "sysctk12-distributed"
79
+ Requires-Dist: nccl4py; extra == "sysctk12-distributed"
80
+ Provides-Extra: cu12-distributed
81
+ Requires-Dist: nvmath-python[cu12]; extra == "cu12-distributed"
82
+ Requires-Dist: nvmath-python[sysctk12-distributed]; extra == "cu12-distributed"
83
+ Requires-Dist: nvidia-cublasmp-cu12<1,>=0.8.1; extra == "cu12-distributed"
84
+ Requires-Dist: nvidia-cufftmp-cu12; extra == "cu12-distributed"
85
+ Requires-Dist: nvidia-nvshmem-cu12>=3.2.5; extra == "cu12-distributed"
86
+ Provides-Extra: sysctk13-dx
87
+ Requires-Dist: nvmath-python[sysctk13]; extra == "sysctk13-dx"
88
+ Requires-Dist: nvmath-python[numba]; extra == "sysctk13-dx"
89
+ Provides-Extra: cu13-dx
90
+ Requires-Dist: nvmath-python[cu13]; extra == "cu13-dx"
91
+ Requires-Dist: nvmath-python[numba]; extra == "cu13-dx"
92
+ Requires-Dist: nvidia-libmathdx-cu13!=0.3.1.8,<0.4.0,>=0.3.1; extra == "cu13-dx"
93
+ Requires-Dist: cuda-toolkit[cccl,nvrtc]==13.*; extra == "cu13-dx"
94
+ Provides-Extra: sysctk13-distributed
95
+ Requires-Dist: nvmath-python[sysctk13]; extra == "sysctk13-distributed"
96
+ Requires-Dist: nvidia-nccl-cu13>=2.29.2; extra == "sysctk13-distributed"
97
+ Requires-Dist: nccl4py; extra == "sysctk13-distributed"
98
+ Provides-Extra: cu13-distributed
99
+ Requires-Dist: nvmath-python[cu13]; extra == "cu13-distributed"
100
+ Requires-Dist: nvmath-python[sysctk13-distributed]; extra == "cu13-distributed"
101
+ Requires-Dist: nvidia-cublasmp-cu13<1,>=0.8.1; extra == "cu13-distributed"
102
+ Requires-Dist: nvidia-cufftmp-cu13>=12.1.3.2; extra == "cu13-distributed"
103
+ Requires-Dist: nvidia-nvshmem-cu13>=3.2.5; extra == "cu13-distributed"
104
+ Dynamic: license-file
105
+
106
+ *************************************************************
107
+ nvmath-python: NVIDIA Math Libraries for the Python Ecosystem
108
+ *************************************************************
109
+
110
+ `nvmath-python <https://developer.nvidia.com/nvmath-python>`_ brings the power and
111
+ performance of NVIDIA math libraries to the Python ecosystem with intuitive, pythonic APIs.
112
+ The ultimate goal is to provide users full access to all of the available library features
113
+ in a variety of execution spaces.
114
+
115
+ * `Documentation <https://docs.nvidia.com/cuda/nvmath-python/index.html>`_
116
+ * `Examples <https://github.com/NVIDIA/nvmath-python/tree/main/examples>`_
117
+
118
+ Installation
119
+ ============
120
+
121
+ .. code-block:: bash
122
+
123
+ pip install nvmath-python[cu12]
124
+
125
+ Please refer to the `installation instructions
126
+ <https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html>`_ for different
127
+ ways of installing nvmath-python, including building from source.
@@ -0,0 +1,309 @@
1
+ nvmath/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nvmath/__init__.py,sha256=3ROL9bAKr5i13BdqCKpz733MdIVlNYc6kwo4tq9275U,972
3
+ nvmath/_utils.py,sha256=OT5kW0ORXp8Xy9G8DLVni2vWVlCc7CQ8Az6EK6iMnLI,3906
4
+ nvmath/memory.py,sha256=3yoKLcnLoqSzntnKGCWDUeBLF6vnBLytijIQXOojJOI,9313
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=2fmSBKEhpR2yPlrIVqg8iVX1DUtHNdpvjNaEuQQTccw,16045
9
+ nvmath/bindings/__init__.py,sha256=Z0k5LLEaMPxUFGpJ61azcIiaobF63KOG97fC7toBpKA,1074
10
+ nvmath/bindings/cublas.cp314-win_amd64.pyd,sha256=igA7IwmEJXARlataTqigfYPFEZK41tAaUIbtrQNgXik,1348096
11
+ nvmath/bindings/cublas.pxd,sha256=RfpLnlILhxpi79Vtf7CCN68uBOgGPXjcusXBZAaKPaM,72887
12
+ nvmath/bindings/cublas.pyi,sha256=9V73IRmWIw93fXt1xz4AL9eiZJ-YDDjTDYIodRn5yKM,34767
13
+ nvmath/bindings/cublasLt.cp314-win_amd64.pyd,sha256=FamvNbAYY1fuC0oqD06FutgUUlkIDxjJ9PgEUrFVjqM,426496
14
+ nvmath/bindings/cublasLt.pxd,sha256=LfIG6ndUUUQs_4USrNyYeuxmz_hCIUa709x_5QXKpqc,6798
15
+ nvmath/bindings/cublasLt.pyi,sha256=fNymytVG0hau7VJeIZInXoX1nZPXw9sxc4mdG__MMlQ,58600
16
+ nvmath/bindings/cublasMp.pxd,sha256=mz_z39IBOCQQ4QLr2Yslv-6HM0HDSKo-smZbbg60RF4,8091
17
+ nvmath/bindings/cublasMp.pyi,sha256=UoEiQY93bFu2uFkWxqjpr6NmVlJyuNN2epbeVkGrK9w,9461
18
+ nvmath/bindings/cudss.cp314-win_amd64.pyd,sha256=Fd-JrpXq_9sN2FmycWLakVai0JS0rmYcq4huPztkCmQ,137216
19
+ nvmath/bindings/cudss.pxd,sha256=Xz2S63xmYIBA5nnRxn48B2v68D8X1vm6LQYAOul2WI0,5286
20
+ nvmath/bindings/cudss.pyi,sha256=lfwp9ZKDwK8W3BONU5wat17H1V-en96tI5vddP82Ek8,10730
21
+ nvmath/bindings/cufft.cp314-win_amd64.pyd,sha256=ZIgX-03qZO8lMTPGZNy1HW-QGLqxLznILyaWKxxtmaY,164864
22
+ nvmath/bindings/cufft.pxd,sha256=do09QNHZGBNrgosV9qvsP4GDolmthDA070W2hZbIUl4,7085
23
+ nvmath/bindings/cufft.pyi,sha256=TSgB3RaGzBuTkneJ347bL7Xa7vmvBjAsQsNzIExSNSs,9519
24
+ nvmath/bindings/cufftMp.pxd,sha256=J9882wEEg8lAoF-vJkyGWW6oSOnKjeyevwxCWK5NM3I,7533
25
+ nvmath/bindings/cufftMp.pyi,sha256=UkhUaXgkp5_MNtnnBndDYlKhLiVc_Vwwl80leR0DDBU,10350
26
+ nvmath/bindings/curand.cp314-win_amd64.pyd,sha256=_pSD3DiJSaJvD-Epx91UC3nTxfbJtnRygjzxYlJTq9w,115712
27
+ nvmath/bindings/curand.pxd,sha256=2ZzlKc-vkC2fPM064WXmNovcYq_KozE1Q17OlPzls5g,3482
28
+ nvmath/bindings/curand.pyi,sha256=j6LJzFLDT-k-Tt2d0DfULlTmrY4HMk_v_MDZxBydURI,6448
29
+ nvmath/bindings/cusolver.cp314-win_amd64.pyd,sha256=Y4eJxPWNaskwOXbLRpugyl3h2EFlZ0FYKtACm5FNEYc,68608
30
+ nvmath/bindings/cusolver.pxd,sha256=NsLkssnzpANFAPmmnXDBROKRtIy_l4znxevQ0FZPZyo,1912
31
+ nvmath/bindings/cusolver.pyi,sha256=5MMKk0tQiVv6DjDynUBNsZc2UTBYWYRKw2YfVUK-A4g,8452
32
+ nvmath/bindings/cusolverDn.cp314-win_amd64.pyd,sha256=Baj9f-SHTrrDVLX5fLfIH6dIBTGpqYl6Ygb2vSt1pKo,1040896
33
+ nvmath/bindings/cusolverDn.pxd,sha256=h4ZB1LMY8JS2Qpb6R6OU7KL5jNsWdZ-CMhDSh3xdvPo,62008
34
+ nvmath/bindings/cusolverDn.pyi,sha256=9mI2Kp_2bKsg64_C4anTYPKhaKcYqMyM4U8bSQ_Y6Wg,22821
35
+ nvmath/bindings/cusparse.cp314-win_amd64.pyd,sha256=vMcNcOB5cK4fSlc97x2_md5jN6FNfK31j7zU2Avt4eA,679936
36
+ nvmath/bindings/cusparse.pxd,sha256=9SNfst0LnfQ2FmxYPRRTvHmb10hU-85KQUWPDxQixRo,45084
37
+ nvmath/bindings/cusparse.pyi,sha256=Usg4Qc2wKuyzPjY-DVOlHlzqBpyy9sqF9zhCe-indJo,28534
38
+ nvmath/bindings/cusparseLt.cp314-win_amd64.pyd,sha256=SeWPGtSR4nsYHGNcGRqKlZUdSu0Y3LdgNJZ9mOpsAmo,143872
39
+ nvmath/bindings/cusparseLt.pxd,sha256=VJxRWn_C5ztdTba1HraQWa7MgdILA3ttleOUV0NtEIc,6367
40
+ nvmath/bindings/cusparseLt.pyi,sha256=mha69Mt-5azsH7W8GbLDuHIYUAD3ErkaQIdj_0NDHts,8216
41
+ nvmath/bindings/cutensor.cp314-win_amd64.pyd,sha256=pr3VHzp-ayFdXqyZnunnEmTIf2n8vUdknEDsHK3f2ZI,232448
42
+ nvmath/bindings/cutensor.pxd,sha256=ppoBvKSxQPk1j9qjintyQDIvSQtrJ8pw6pK8ZouTnVU,6817
43
+ nvmath/bindings/cutensor.pyi,sha256=pKpxcgyzVctWngcZ_4vkqXH-3BCkHW8BLKgkwqqtYxY,11969
44
+ nvmath/bindings/cycublas.cp314-win_amd64.pyd,sha256=8GzQ-TBnxxfslr6sDTA1-_hNlqf8Q961WI7qg2CwKIs,209920
45
+ nvmath/bindings/cycublas.pxd,sha256=BJuCbmUtH-kR4NEysxiDYdYZVaPSkaCZ6cRIYtJugNY,139568
46
+ nvmath/bindings/cycublasLt.cp314-win_amd64.pyd,sha256=vBR53y1yMzKs7BdKQ2B9jS0Y_D9WrA_TPW72mEkG87w,34304
47
+ nvmath/bindings/cycublasLt.pxd,sha256=hPZtD7-rf4UlQKFFnyMfK-zhuYEBMG4I7_m3CaddWww,77145
48
+ nvmath/bindings/cycublasMp.pxd,sha256=msQoEPpn74Yg9upM-RTAqDNvjZDz_0NliVxMEFJJkww,21389
49
+ nvmath/bindings/cycudss.cp314-win_amd64.pyd,sha256=NOTw4r-sp9IEAQiEAxqrVmC1xiSffA2j2YZGLc3cg3I,30208
50
+ nvmath/bindings/cycudss.pxd,sha256=XKKVnUSGlojVSDX8TZ-sRO6Kk9Ovla3etR-cPUMowHw,15046
51
+ nvmath/bindings/cycufft.cp314-win_amd64.pyd,sha256=y8HVx0c-H1yl4sTS_Qn6MIyMTkm6Nfnqqy6SD8KURxQ,37376
52
+ nvmath/bindings/cycufft.pxd,sha256=Vb26UcP9RISCRX2QL7mcawiNDUEdR_ju1rDLUuL0OB0,18825
53
+ nvmath/bindings/cycufftMp.pxd,sha256=4eDoc7eg6nKPtZPRz4rHJA_ta9Ako4y2imOqSr3f3Jk,20234
54
+ nvmath/bindings/cycurand.cp314-win_amd64.pyd,sha256=B79drAZV_vabzvgAae3cLGlqZ1XYqJ2rpsx-hNBtwNY,28672
55
+ nvmath/bindings/cycurand.pxd,sha256=8cMsiy43BZ69oeHwYUiImjTGuZp2SkmwDkSUo7PYqxs,10181
56
+ nvmath/bindings/cycusolver.cp314-win_amd64.pyd,sha256=GfJGtdJ9_pTyFdtBR4vq36SmXlz73Y6YxdYpbCEbuvY,19968
57
+ nvmath/bindings/cycusolver.pxd,sha256=xoRXItzpzjWHCmxauNd_HsK1NYUaVYX-RVv5Pn0DG8E,7442
58
+ nvmath/bindings/cycusolverDn.cp314-win_amd64.pyd,sha256=o1YCP30ed8NVwGMWUev85VourA3VlHRwmZG8qN2djHM,175616
59
+ nvmath/bindings/cycusolverDn.pxd,sha256=w0VYKRSRHUJ5qP-o6_Y7r1Z9NzLFAJb956Oe9JHHzec,111200
60
+ nvmath/bindings/cycusparse.cp314-win_amd64.pyd,sha256=rXEXufKnPU4ZFOfna7OuEJbjJaIltJEXz2B9-J5krAs,119296
61
+ nvmath/bindings/cycusparse.pxd,sha256=8Ir_lz3zNF4k1Gw9PnoaCgtn550qfC19N5qZnWa95rg,84706
62
+ nvmath/bindings/cycusparseLt.cp314-win_amd64.pyd,sha256=CRA3O4K1V5cVpkvTlxRvo88I2J6Ak28olIA6mYkDLhM,29696
63
+ nvmath/bindings/cycusparseLt.pxd,sha256=iLaAZzo590HFsIPhJdwYaxsiSOVL9QxTiY2-lo8BEPU,12864
64
+ nvmath/bindings/cycutensor.cp314-win_amd64.pyd,sha256=OkgcXk3P5HKV6K3Bb62wJZn1qTM0pH_tuaEfGuPPYpI,35328
65
+ nvmath/bindings/cycutensor.pxd,sha256=wlxka2tcs7318fvLjB4NvvqXT7ZE-zJikf0TONpFhXE,18357
66
+ nvmath/bindings/cymathdx.cp314-win_amd64.pyd,sha256=Hj4GJcCnLu3Ev1jJ3cRg_a4yNaCkq-iO9K-3-gsOAxg,52224
67
+ nvmath/bindings/cymathdx.pxd,sha256=DPmVCaOX23dX0BG4ZBsDHVtxwi_8X41vyVqpflZE9Os,42575
68
+ nvmath/bindings/cynvshmem.pxd,sha256=icrWDoyPfqCVq41SON2TsU35ANyZ83V_8oDR1JQstI0,5797
69
+ nvmath/bindings/mathdx.cp314-win_amd64.pyd,sha256=Mgl0bFnStg41clbE7Js8DjNQ22Dwi8wF7YvrM2SVC-I,308224
70
+ nvmath/bindings/mathdx.pxd,sha256=obSIc749rO3Wa-6YboFghSfOoIE8zwa0_iXi4Va7_50,11500
71
+ nvmath/bindings/mathdx.pyi,sha256=grG-jUAF0VABZfBWtV22nthPnbUCPf7jH-l2oDAn6Ik,52245
72
+ nvmath/bindings/nvshmem.pxd,sha256=HLYqeyt-pJRJ2d4nHRuQ2FbW5BQtWHbIL5yFZgTJcOs,1939
73
+ nvmath/bindings/nvshmem.pyi,sha256=iNR_vUhYDhDVvdA2Jg6VazU9i67FagAdfEaBqd3V-80,6477
74
+ nvmath/bindings/_internal/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
+ nvmath/bindings/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
+ nvmath/bindings/_internal/cublas.cp314-win_amd64.pyd,sha256=hNo7WsLs6RxEwhrF-5BFwGcDzYUGz11gSyZLifpNvX8,500736
77
+ nvmath/bindings/_internal/cublas.pxd,sha256=To5CMxMIUHdFYAHiZ4G-cjKWeht9MG3TACiZ8ulKQ1c,132574
78
+ nvmath/bindings/_internal/cublasLt.cp314-win_amd64.pyd,sha256=oNnH-AOoZPVdevKM02PDwZQKMzFA7jY6Yi9qjAKOFOU,90624
79
+ nvmath/bindings/_internal/cublasLt.pxd,sha256=ZnuJb4gqRXwrD2cCUmfZiefo6DN9oEsfz3DEw10y10Q,9175
80
+ nvmath/bindings/_internal/cublasMp.pxd,sha256=aRCBUsbJTNP7QzIPqgq5zH9HrYF7_DjAkotez6UoqSY,12013
81
+ nvmath/bindings/_internal/cudss.cp314-win_amd64.pyd,sha256=1e5DbNoWcSfLfHK8F5Lc2lTbOQc73VuAyFJ1q-eZVgs,76288
82
+ nvmath/bindings/_internal/cudss.pxd,sha256=QQzzm1oZMuhKJaYi8Oey5Fe-QTV0RQEIgpHSW4Rw9H4,6809
83
+ nvmath/bindings/_internal/cufft.cp314-win_amd64.pyd,sha256=Nfi2LosZ37742-t5MTzpt_OeNCwRdMZ4VyadFgOFBjc,97792
84
+ nvmath/bindings/_internal/cufft.pxd,sha256=3Uwrtt71_Q64IpXT0fa6-GY2pT141LAbsud5D4xOWb0,10070
85
+ nvmath/bindings/_internal/cufftMp.pxd,sha256=d-BfOPQSxOxnzZfc9pO7wDpTtVOgSO0cHbzL5M7YTNs,11529
86
+ nvmath/bindings/_internal/curand.cp314-win_amd64.pyd,sha256=VUUK_nkMzwO54Bd96GWIzjd5LSNSbtNgrDmENT3fq7A,74752
87
+ nvmath/bindings/_internal/curand.pxd,sha256=R_sToEFbmcVLAHo4gn2Q1km-FGebo3VKFsBGPs2I7lc,5132
88
+ nvmath/bindings/_internal/cusolver.cp314-win_amd64.pyd,sha256=g4rtRxJwZ2O6JYvmElaOv6vMEWS42c9bEaeKbz3AgO8,51712
89
+ nvmath/bindings/_internal/cusolver.pxd,sha256=DadWR43KByYhPW-GOj0G_MrS8Rl3kO28nqHfX0Owsho,730
90
+ nvmath/bindings/_internal/cusolverDn.cp314-win_amd64.pyd,sha256=6C7WQs2MgUjanxmI2s0DSUChSnR-NaNPeJUAisjh47k,421376
91
+ nvmath/bindings/_internal/cusolverDn.pxd,sha256=OfnAXbtMqUAhGn1I2diplzPaPOcQ4cYw2eOAPeuEqKg,110099
92
+ nvmath/bindings/_internal/cusparse.cp314-win_amd64.pyd,sha256=XRPbvOTRBNY4TznB7YouxB9vC3GdjZSAjXr_YAFAIZw,285184
93
+ nvmath/bindings/_internal/cusparse.pxd,sha256=IQrypDYihnGqC4cFFcQtBEu-lqS4Mm9BA7pq--Qf1Nk,75800
94
+ nvmath/bindings/_internal/cusparseLt.cp314-win_amd64.pyd,sha256=bx_M6e2KohYoX4mMYPRavdhPbNfdMxGKfs36Teb_wtM,76288
95
+ nvmath/bindings/_internal/cusparseLt.pxd,sha256=fzJuWTzZvdtCR8ltgRk-PbKOuw1CD7bjpIuHFiJ97Qc,8129
96
+ nvmath/bindings/_internal/cutensor.cp314-win_amd64.pyd,sha256=8mMrtMu3ja_4sPxW96AYEIOtQDwgzDPBXYmUNpCOhp4,87040
97
+ nvmath/bindings/_internal/cutensor.pxd,sha256=IC5GSnvsmdkpRNF_UvWa2I7tygIFdgNk75G_MuuGH0s,11625
98
+ nvmath/bindings/_internal/mathdx.cp314-win_amd64.pyd,sha256=rIESfrUfu0vwO7e_ARaY3g5p9ATUlhbK0AnV_KEYBZw,143360
99
+ nvmath/bindings/_internal/mathdx.pxd,sha256=KDp9XR2LLQCbaQh8gY6pa2ReNKQSaGAfeajJ2IDAiPI,17763
100
+ nvmath/bindings/_internal/nvshmem.pxd,sha256=nVZD7N9RVxdyyVoTbDeDkiVvD44wiWTHlLusw8ls6ck,1567
101
+ nvmath/bindings/_internal/utils.cp314-win_amd64.pyd,sha256=6aCekhLq_ih4TnlDzHPMzw0G7vkYNumBIxvhd_-ptdk,79872
102
+ nvmath/bindings/_internal/utils.pxd,sha256=-8_DJxdiabPauUk6oTo8RmbXvX30rCPVJuMdYlBFM4Y,4838
103
+ nvmath/bindings/_internal/utils.pyi,sha256=aShCsqb76ww2VbCsWRJXxQVVGCz9oHBjte5XyFct7y4,243
104
+ nvmath/bindings/nvpl/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
+ nvmath/bindings/nvpl/__init__.py,sha256=vX5Xiz-_8khFE1Ig0RCH7zehsUUuqK_HWsmuXOB8X8g,213
106
+ nvmath/bindings/nvpl/blas.cp314-win_amd64.pyd,sha256=-khi7BrClyh3g9saUF_RhiR-7fF_pSMiqnHoaY_Qin0,164864
107
+ nvmath/bindings/nvpl/blas.pxd,sha256=O0iUdWNS4r9TOEq_bxtU-GaupWR_zgHO3S8G4_xQXfw,10325
108
+ nvmath/bindings/nvpl/blas.pyi,sha256=EWkFdQ1D-897WfapXigCNu66a_4_HA6T0_0Y2YOSAhc,4609
109
+ nvmath/bindings/nvpl/cyblas.cp314-win_amd64.pyd,sha256=O1GOeSBPBhkircpvKbjf9Y1KZfU7SBn9fNXV-CPnqf8,51200
110
+ nvmath/bindings/nvpl/cyblas.pxd,sha256=Nv-ffQUgRxfjTl-6Lvp2TPHddX0uJPO13lvGEVKOFYI,29764
111
+ nvmath/bindings/nvpl/cyfft.cp314-win_amd64.pyd,sha256=WL5H02HP9xaRWb3bRG5Q-32DV6_LvzY2wpVURJUdZSo,26112
112
+ nvmath/bindings/nvpl/cyfft.pxd,sha256=SHgeLvGbQPwfJHzxQc7qpu00gRxgAFA8llHmBi6wZP8,4613
113
+ nvmath/bindings/nvpl/fft.cp314-win_amd64.pyd,sha256=gVvBKGT0UknMyRb0mnZZq0yjd6PUPqQcEggBO32gHNg,122880
114
+ nvmath/bindings/nvpl/fft.pxd,sha256=vQSGzLqmOlpgdpTBmPcbcIH9E0pTaJ7WIRyAe6ts0-w,4327
115
+ nvmath/bindings/nvpl/fft.pyi,sha256=cHJ2J7LGcO9DA4LOeXq72fnEe-ScE47ECQG2RSpgtOM,4073
116
+ nvmath/bindings/nvpl/_internal/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
+ nvmath/bindings/nvpl/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
118
+ nvmath/bindings/nvpl/_internal/blas.cp314-win_amd64.pyd,sha256=9xIF0fv53nkgzotLR0_fV2HMB5ee7o0pWsaJY6Z8EAM,156160
119
+ nvmath/bindings/nvpl/_internal/blas.pxd,sha256=162eA1oH-gx4oNaTQaz0EXPDPLh3zGoXRyDzMgT5cgY,28694
120
+ nvmath/bindings/nvpl/_internal/fft.cp314-win_amd64.pyd,sha256=y918vbq8YOMR73PpIhFkxlEMABzO7jxx1rX53FyMpr4,74752
121
+ nvmath/bindings/nvpl/_internal/fft.pxd,sha256=XoTjLiD2V3RRrPhBfrNclXmKXjiPUExE1frd0AnI8v0,3088
122
+ nvmath/device/__init__.py,sha256=dyiIJ5fVo1G6WipDnRkoGF6yGwiNRHtL9sQcuyMjUfE,640
123
+ nvmath/device/_deprecated.py,sha256=ghoqlgcAQZWF8B2SGtiroevVrrsJqEOVJhTEzumu-SQ,805
124
+ nvmath/device/common.py,sha256=3olx6AqpuzwZlpeletawLtseEWvoNjhpJcI1obZcmNM,11670
125
+ nvmath/device/common_backend.py,sha256=k8giXwZb8Pe0G-dBga3G6yNtvTtDZPCuSDIkNCqa99g,4377
126
+ nvmath/device/common_cuda.py,sha256=C3Onu1AT3a3DZ5B8se7ZG7DgCMpvhtCRA_XWrimIPMc,5556
127
+ nvmath/device/common_numba.py,sha256=zh0z-2p7TYJkdV_-Y8vzQ_fuuPHfVRzHIwVpCA1_sYA,11111
128
+ nvmath/device/common_opaque_tensor.py,sha256=dc1Z1-nkseZQ6Z6OzFxJff7rQzfmSrNGqjKw0w3Uvrg,5967
129
+ nvmath/device/cublasdx.py,sha256=SgtB6zjRG5DjBzHt46dWy8zc6s2HoFxS6Pq_HeoPs1M,61334
130
+ nvmath/device/cublasdx_backend.py,sha256=7C6CEOL9rjzrgtiNY-iIAKOWRsL19u_QXtzb3EOatDQ,27751
131
+ nvmath/device/cublasdx_numba.py,sha256=SJsJFFnmb5L0W3YuM2ixaDovpuo7FWRT25Iq7f7d6-Q,54017
132
+ nvmath/device/cufftdx.py,sha256=NYPXsrdqKDPqczjiaKn_93WSGwA5KZhwYYXFZKhnbhs,16908
133
+ nvmath/device/cufftdx_backend.py,sha256=HGZC2C42KYoCeMs0s-eIjj_bJ9XaRhIL8koR4P449aY,6909
134
+ nvmath/device/cufftdx_numba.py,sha256=GxFRYoMxZ2fDb1lNs0ky1TF0V08VPL5r4kWkPopMI_4,5755
135
+ nvmath/device/curand_kernel.py,sha256=t325zL6ZXuc7QV1DyoEDVMJc8Ha2Ml4T7KNXjEaqH04,255090
136
+ nvmath/device/cusolverdx.py,sha256=us4NktUDPrvq5YCEblSDeWMh7GVyscS5d5xm1jEsGOk,100703
137
+ nvmath/device/cusolverdx_backend.py,sha256=yuy9yHaBLtMVXyFlIBNEqqKrYfWsWELTVipm-GjlWA8,16053
138
+ nvmath/device/cusolverdx_numba.py,sha256=5Ue9WsuCe4rMnjGP3A3SMilPXSa7FzLXawf4Pjg4oGs,49024
139
+ nvmath/device/llvm_array.py,sha256=o5ebuVSZOjNOcNGI2rKI1wPKKRvwHCr8cKfZ1Ji9hzY,998
140
+ nvmath/device/random.py,sha256=oFfYEGZMUp0S6oAstav3rslX89zdJw8hmLSo9jfZPRI,15974
141
+ nvmath/device/random_helpers.py,sha256=yz2gLvI7mxwKTWcyhdCILZhTTeuhGkefPuWywUAUkBI,536
142
+ nvmath/device/random_states.py,sha256=d_rkRF69a-WQaDPIsSjQZyJGXAxcMo7LPJY1twVATYM,6120
143
+ nvmath/device/types.py,sha256=w5jJQ-nUOqMmvvqkC0-p4BNEcTy8KIOnQ6R3HYJUpiY,4981
144
+ nvmath/device/vector_types_numba.py,sha256=0gOQDnVhlKj2O3Ftw6KSw7bCxvIxrBzsSAIlwMpAeXU,7499
145
+ nvmath/distributed/__init__.py,sha256=BCbFMtRQyu6HIXk1g3xFz4G2FM1TE_gOaBgniVpYr7c,6833
146
+ nvmath/distributed/_utils.py,sha256=lCQ-sX9Gejh0IdVUgo159bi-QvMB90VdPmKpxJFAdhI,5856
147
+ nvmath/distributed/distribution.py,sha256=KjxJk8GkWbczuz_G87YPuKiSQRLLpVMxqBkwwlUjWEo,30252
148
+ nvmath/distributed/process_group.py,sha256=gZd1NBdOZEwvnsVKuCW6x6EGA1pgzZsAkgy6e_G9KiE,15850
149
+ nvmath/distributed/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
+ nvmath/distributed/_internal/nvshmem.py,sha256=XfLCFVhI-mqjNNlOQ1qTh4rXpzldR6TzN5r5vxjnn4U,10743
151
+ nvmath/distributed/_internal/tensor_ifc.py,sha256=0OjqsrFp6-1NxG-8PBbbbvQ_aFExlV-ZkMRBiUtkk6g,2243
152
+ nvmath/distributed/_internal/tensor_ifc_cupy.py,sha256=MxdEI6J3BGzQB9lae_m9DqD0lJiT4vuexLJ5z1eJCgI,1932
153
+ nvmath/distributed/_internal/tensor_ifc_host_device.py,sha256=DkwnrFcC9QnwCs1CBIGUy7QJcXuJZoTOIEv7jHXg3gY,6877
154
+ nvmath/distributed/_internal/tensor_ifc_numpy.py,sha256=Arj9M7FVAjCUTRLMgTfb8uQ7vxvtVFt-Rw_Z0VdnFmM,1338
155
+ nvmath/distributed/_internal/tensor_ifc_torch.py,sha256=iV7NW07S9G9vfeVu7fpEqtM4kinUfDgtZPwoVi2lgwE,5748
156
+ nvmath/distributed/_internal/tensor_wrapper.py,sha256=0qsHUrv5BxzESdK41QlcF3sIUt1dAOnCfEoFgJaEeW8,2822
157
+ nvmath/distributed/fft/__init__.py,sha256=tQvvFrjVsRR_0WBMNb5AoUC2sjtGtRrSIQXk2CZo2AQ,239
158
+ nvmath/distributed/fft/_configuration.py,sha256=VMJh7X9xxE7U3WQ2siiZu96NEPbHSb1DEChv4ox2Tgc,3409
159
+ nvmath/distributed/fft/fft.py,sha256=zfrYURyTnbaulaKJw55pEb47tiaCLQ9pJ-b8JLVYYNs,124999
160
+ nvmath/distributed/linalg/__init__.py,sha256=S-HT9pcc17hLSDqzksiuo0uDukFBxWjg64f7hvX4vPk,259
161
+ nvmath/distributed/linalg/_internal/__init__.py,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
162
+ nvmath/distributed/linalg/_internal/epilog_protocol.py,sha256=uf09H9_n5oXplAgIEx4iqtvC_-a9-KNpwxEPZEph-Lg,17367
163
+ nvmath/distributed/linalg/_internal/matmul_desc_ifc.py,sha256=P4U8KRU41aX6f8IuHr_iD2xWQs6GoNYrkVSBBS71_Ig,1228
164
+ nvmath/distributed/linalg/advanced/__init__.py,sha256=g7jKABg1GfWb0mJwDwvk1aF4_vLEVW88Obm9xnO6D8w,274
165
+ nvmath/distributed/linalg/advanced/_configuration.py,sha256=GKGCADNWeKcQbkRHQ3axOMAIo4vXnZqHx80SBrR32_4,6823
166
+ nvmath/distributed/linalg/advanced/matmulmod.py,sha256=lJO2ChLKvVqluTjb_s1Nqp5R1_FfOBy9JLz7XWPLJN4,129552
167
+ nvmath/distributed/reshape/__init__.py,sha256=8pS8TSYXqmcHd3wNn8YvmRQLc-EruNvW_3dqNOpeaPs,203
168
+ nvmath/distributed/reshape/_configuration.py,sha256=6u-CuzKW4E-wRjgWAnvipTeBUdkwlfeVTVsBb-V4o7M,1477
169
+ nvmath/distributed/reshape/reshape.py,sha256=Xpi51LG4ig6h32uUvqMNCsWdDwZejSorvVQaV_7KsE0,53014
170
+ nvmath/fft/__init__.py,sha256=veboRlPJxtYSoB1OpT-cHJS1GpsT1GtL8pH75iB4eDA,237
171
+ nvmath/fft/_configuration.py,sha256=w7fbn15KkrafevrN6qBKulvxsXIUK3-Nik6cTQGnMog,8967
172
+ nvmath/fft/_exec_utils.py,sha256=dcQA-0upXIeWfn5OEZ_9IzOk6E4rJh9XzCqGinc8bTE,4150
173
+ nvmath/fft/_helpers.py,sha256=hA2TsdUDdx8KjMPCZBg_c3L-g32au3PIegYzorhtMIo,9588
174
+ nvmath/fft/fft.py,sha256=RRz0mVeNtGmlQgmIQpcXjlk_brOMWv9oUUOTtrGVjQQ,121163
175
+ nvmath/internal/__init__.pxd,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
176
+ nvmath/internal/__init__.py,sha256=piEMl0BwLfL-pMFX-XnwxQWXWGH47Cxor_fM7s4zT6I,278
177
+ nvmath/internal/_bindings.cp314-win_amd64.pyd,sha256=BWnMrrS_pQ5Yw53Tha74wXf7hja4hhKUXtyH85szJEU,61440
178
+ nvmath/internal/_bindings.pxd,sha256=9io5INpMfogm83swkxfHUkMgruloF7hNJITNU-C0RUc,635
179
+ nvmath/internal/_device_utils.py,sha256=Vx5TVwG2lSCeEFKmL6VA0plBbKbaIsBne8C6asrhTV8,1845
180
+ nvmath/internal/enum_utils.py,sha256=MKgjyLVhA1BcaEDhafr13lXyPS48CSwXEflEoEwuCZU,4380
181
+ nvmath/internal/formatters.py,sha256=jOAyOhuJ72-mAdOCcQwHPeFyx6XnbyjtsczWsYcnpuE,2409
182
+ nvmath/internal/mem_limit.py,sha256=FW-eJ8Ph-NIAYJHPp7vO8CqTojpVBqKebfsHJprWnFE,2065
183
+ nvmath/internal/memory.cp314-win_amd64.pyd,sha256=uHC2aNNESaB6rVR-Sh2AiVtuQNOiEUwlrhj34l8pTqE,78336
184
+ nvmath/internal/memory.pxd,sha256=FdpZruR9bDj2707-MWrYFc5C482HGPFyPg6S-PRCP9U,353
185
+ nvmath/internal/memory.pyi,sha256=Dl2dm74U49O6KuCWISsF78UDYLTTmQCFetGArrb9rPs,2097
186
+ nvmath/internal/package_ifc.py,sha256=kWAdMTvxK-Qk17dbb8-A3-526NlgC53cwRT9dPlkGdU,4499
187
+ nvmath/internal/package_ifc_cuda.py,sha256=cjH_euHTn0M-2rt3qIFKaTEz3oYw7VWQmEi8972TCOY,1453
188
+ nvmath/internal/package_ifc_cupy.py,sha256=zHZ8wmfnQcX7rWxxprj-T6zIk_cDc1BGz2TLVJpp_kU,1424
189
+ nvmath/internal/package_ifc_torch.py,sha256=k7nNQox1Ys00kyOizaejXGdOp4__NfVte69bwPS7T80,892
190
+ nvmath/internal/package_wrapper.py,sha256=eBGJOflaAaFCnwvduTMWFqPl4xMJqMJ7SJCPrarsBP0,402
191
+ nvmath/internal/tensor_ifc.py,sha256=x1humltcAoELg_zm2ugG6UTL6H24yofShpP7QWXqjBs,6500
192
+ nvmath/internal/tensor_ifc_cupy.py,sha256=aBLhbU7ePzFw7bnuDke0Vf7FbPUanBNVO4DC-LLhcTk,8752
193
+ nvmath/internal/tensor_ifc_ndbuffer.py,sha256=7MEZcbqbg9yG_Chg_Zg8u0E3dDqMxTorZv-BS0iaLlQ,5125
194
+ nvmath/internal/tensor_ifc_numpy.py,sha256=sD1g6CWj8pmw3eHpBRrc5HnKjVar1tdgegZABDzmf74,6038
195
+ nvmath/internal/tensor_ifc_torch.py,sha256=nX7DTiz-p7u4AQ6Memv2vgS_g8Ef5PjTr9IBa4mmWBE,6076
196
+ nvmath/internal/tensor_wrapper.py,sha256=SvJ-6GahTE241um5avRHZH62yTcSOOjSipdS-YzbtTA,5955
197
+ nvmath/internal/typemaps.py,sha256=bwJCckqLLJOAEFvk34AwGle02sC90ihCzvilUZuWILE,5140
198
+ nvmath/internal/utils.py,sha256=l1D2lptZByHJsXHJ4Jq_KtvRSpwGBZY8bQPPn7HGwpQ,29320
199
+ nvmath/internal/ndbuffer/__init__.pxd,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
200
+ nvmath/internal/ndbuffer/__init__.py,sha256=ZA8YTHqRivnc5p7gH6o0QwUlhYigCKGcQSY799OVKdA,201
201
+ nvmath/internal/ndbuffer/copy_kernel.cp314-win_amd64.pyd,sha256=_igwyhIHQ9_aobu1OXXK66zXi7HJgGDS2T5ErJ24jKs,109056
202
+ nvmath/internal/ndbuffer/copy_kernel.pxd,sha256=B-xEB5bFRgB8MtI9QNIu4_zpz4rO981ghGNP07O4334,362
203
+ nvmath/internal/ndbuffer/copy_kernel.pyi,sha256=8rrFZd86c7IkIUwNUY31S5rJX4lU-MiDiavuPMJDxFw,231
204
+ nvmath/internal/ndbuffer/data_layout.cp314-win_amd64.pyd,sha256=xKX0SIz9KZjG1OPQZxpmNnT9uk7HK0o-GllRnrkSZl8,81920
205
+ nvmath/internal/ndbuffer/data_layout.pxd,sha256=gn_l5T8xzoQHsR5hKCmC-GXaWGw_8UTovKzNC1A0ogo,3383
206
+ nvmath/internal/ndbuffer/data_layout.pyi,sha256=UDqIkjS-Z7CFFFEsskfgijlsWyKIzNCx2uw2W9ltXa8,678
207
+ nvmath/internal/ndbuffer/jit.cp314-win_amd64.pyd,sha256=7Kgmu_0V7hkOebicSuVEm0VWhqpgXkk3ynZC2zHd5IY,57856
208
+ nvmath/internal/ndbuffer/jit.pxd,sha256=PMVS86Yn_nWYzrYN6fjRVh5GPQ1vYs8MZa-YHun5FTs,272
209
+ nvmath/internal/ndbuffer/jit.pyi,sha256=Zp0iKmx84qQkkwdWJLB3sryH6HXBdoNhedNUAitaWyY,151
210
+ nvmath/internal/ndbuffer/ndbuffer.cp314-win_amd64.pyd,sha256=t2VeM6TRI1s9C53oIOqB5PweDuo4Z1bkmbzDACk-Y_A,114688
211
+ nvmath/internal/ndbuffer/ndbuffer.pxd,sha256=C3XAJwL5lAvGeNVriW5379ponetiZCJEGmNVhPzXufk,1656
212
+ nvmath/internal/ndbuffer/ndbuffer.pyi,sha256=hESbaJr9a3Y-VhJ7U1GdUztD-ma-_WA9uzJQPnl1BxY,1320
213
+ nvmath/internal/ndbuffer/package_utils.cp314-win_amd64.pyd,sha256=6902Ky7inrbsdYC3Q8DhI7eqyLuGzCooI116Yeug9dA,55808
214
+ nvmath/internal/ndbuffer/package_utils.pxd,sha256=KMvbpJjyeujUx4GON09phBZfiLMvrm01dQkAoi44fmc,366
215
+ nvmath/internal/ndbuffer/package_utils.pyi,sha256=mwhBrBYcg3hUQyNd9r8HSpj1ZBltVpQbR1R27P7hNNg,397
216
+ nvmath/internal/ndbuffer/copy_kernel/args.h,sha256=V_7c0iq6D9noiXLcej1ncRBbrRp73XfsD9Xj5XBhuSA,865
217
+ nvmath/internal/ndbuffer/copy_kernel/elementwise.h,sha256=fPYbAfmOfB6KBx0Dh3mCYCQUkhQYzYNhVwkTpkc99HI,2791
218
+ nvmath/internal/ndbuffer/copy_kernel/transposed.h,sha256=VOkpufwZT3IUJajWrPlOsyMqPOdGV1rp5U9_VGHOHHs,3243
219
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/array_view.h,sha256=CSaVgQZtXsvyf7DvsdoPSVu8RFasPFJCkRF8GpbAmcM,1887
220
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/elementwise.h,sha256=Ao1gF64-rQaNBjeL3OGyTBoa53jQstYAAShLvJ7paMo,2403
221
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/grid_indexer.h,sha256=rbdUMLup2p8zC0ZVw8jIUMm8Upd17SRTb8gsai3Yc9Q,2728
222
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/transposed.h,sha256=_5qoENgYYrwOSD0Y4EsMdepPX_y8WdNDB76RI5AqOuc,10927
223
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/type_utils.h,sha256=qlokKghfF1nlTXC0qm6zyKL3BlGEgCR9CZry0bfUduk,1764
224
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/utils.h,sha256=Jh45tApfm7Lk12yM0zZRwaZzWMQSuOo781uaUVA4O7M,3289
225
+ nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/vec.h,sha256=tvfXwZDNZa9g7gq1E37ZA3Ah3Fe1xgnCYVnY5k77_5w,4937
226
+ nvmath/linalg/__init__.py,sha256=kkkGF0nTJh4LsYwviYMbGllp8jHHWLGrSExhmyqH3-s,1004
227
+ nvmath/linalg/_internal/__init__.py,sha256=rzoZxmBm8iz2UxvZT66KfiwIXbJGerOWxO96SwirBA4,121
228
+ nvmath/linalg/_internal/algo_cap_ifc.py,sha256=T8rlNxL7wclMGXxUzYUBVHTIjk9dg9YqWaRuxRUk854,3019
229
+ nvmath/linalg/_internal/algo_config_ifc.py,sha256=N-4ZGSl_hTYVdps_szm6j4jZIK6YQFrB6lIc6bCjbuA,1667
230
+ nvmath/linalg/_internal/batch.py,sha256=MvE2lUnvIpx4w5EC11CwfFOsMaBRO0NDLpH6k3alu5Y,8623
231
+ nvmath/linalg/_internal/enum_to_tuples.py,sha256=H87fmOtHbdRgnPXw6ElDimRnIyIfqYVVgjfI_TDgjmw,1850
232
+ nvmath/linalg/_internal/epilog_protocol.py,sha256=ZMIrP6khxtoCiv5z4AyCrSNLrl1bYhWFyt1tKgw5HXg,28883
233
+ nvmath/linalg/_internal/layout.py,sha256=H278hG_WsIw2P1WEceRVuXqGWdw5T3EqmgG42DpQECE,27261
234
+ nvmath/linalg/_internal/matmul_desc_ifc.py,sha256=QK9UKkjzlf3kb-wCw7mvf65h1qzLhMtbd4-LKjLlKoA,1194
235
+ nvmath/linalg/_internal/matmul_pref_ifc.py,sha256=uBL-Ios8Ai0YqK8wviF7JPgskcYrZ_OaKz0fTtv_vkM,1113
236
+ nvmath/linalg/_internal/matrix_layout_ifc.py,sha256=Y5xYuGIfXm-R9QIu5Ufivc5bAVplplnZnWhFs2DeDUg,1046
237
+ nvmath/linalg/_internal/typemaps.py,sha256=tFmcT6QW5eXUug1uA7XRTRora1U2m1MK0Ui0jdg-2Kg,4889
238
+ nvmath/linalg/_internal/utils.py,sha256=8VfigInRFzX4ES4jHIxSVfyScmJc2Ox29ZlWkvF_H5w,3896
239
+ nvmath/linalg/advanced/__init__.py,sha256=MoJgpxWTLZTAXzUSfWEhxc-o_mhm8l9_NqlGNXC-wGo,295
240
+ nvmath/linalg/advanced/_algorithmmod.py,sha256=KGxVuw6aOmCKEzkCKOMN1tf5dPGpLjbxeoixPHVxEzk,5354
241
+ nvmath/linalg/advanced/_configuration.py,sha256=uASHxdkWHk5da3v5_Xpa4cDRRF25vYVA8wL9yaEQZZ4,14039
242
+ nvmath/linalg/advanced/matmulmod.py,sha256=XNkC2UqC-lFX4NUyvZJ9Bfj5eS7RKxKh4b07BujodEk,182267
243
+ nvmath/linalg/advanced/helpers/__init__.py,sha256=8Tci6qvExpAQDS95kLcTMMJWM6dfhadXKj2ZczV5OI0,167
244
+ nvmath/linalg/advanced/helpers/matmul.py,sha256=PWzQGNFEpChp5lDBhvE2oodCrilOJKNL6kVhJUFkM4M,55705
245
+ nvmath/linalg/generic/__init__.py,sha256=PID9aryz6gdoo6Z7IB6IP7YNxmL8h9v2vqPTvP0tNeI,916
246
+ nvmath/linalg/generic/_dtype.py,sha256=gB7Xy7_9_PZACEuUyI2Wm_FLRLB3gSO53iJPGy1lEFw,379
247
+ nvmath/linalg/generic/matmulmod.py,sha256=kju-Vuz_g_2BQmhKKfTGA0bh2nNVuiqSPDdGaPLoS5M,41054
248
+ nvmath/linalg/generic/_configuration/__init__.py,sha256=9A-l2BwVe_yDckv3k0e3J76WsrS55LeKTvwqOsrNDgc,888
249
+ nvmath/linalg/generic/_configuration/layout.py,sha256=-tVfTdHQUsm_M3i8BEuiNhjc91NsqLiUwQbpRsAXXRQ,11046
250
+ nvmath/linalg/generic/_configuration/match.py,sha256=actMRS19Xfv4ipG2LTxCbGVp4lGhsrxls74-WtSTqNU,22328
251
+ nvmath/linalg/generic/_configuration/qualifiers.py,sha256=26d0OCifTAE657nxOncakC3gL-HqQzrIriMd7InepxA,17502
252
+ nvmath/linalg/generic/_configuration/wrap.py,sha256=bDOz-cAPqAhdY3jxhbz7jFc9tP5vrxEgxwwL1_CWZH8,8266
253
+ nvmath/sparse/__init__.py,sha256=H6vmZK3i1c3xm1RXbAwGi1B1KQ2vcI90ZBtsJZz55e4,980
254
+ nvmath/sparse/_internal/__init__.py,sha256=x94S5APA-Xt_3S1zjoFAfucxP4BZGb5Eug_XzAXW5Ks,641
255
+ nvmath/sparse/_internal/common_utils.py,sha256=sbp7rTH1ArfU78kIloiNgKbD5qr1S_SlY2x-bJJMa9k,4944
256
+ nvmath/sparse/_internal/cudss_config_ifc.py,sha256=fM6cMoNJjCCn1j1fsgqC1CdvInUc-VAIxds-3trLABA,27340
257
+ nvmath/sparse/_internal/cudss_data_ifc.py,sha256=kRKf-Kexl-Mli1z0rO7_-qEfSd9VsbPlczs122CY8RA,14248
258
+ nvmath/sparse/_internal/cudss_utils.py,sha256=konf3shfazXC7AaQTJtgL5LWIN49wDfKd9zudZQmDRQ,19762
259
+ nvmath/sparse/_internal/cusparse_utils.py,sha256=mDFWsAgSjDNz8LCGu44yVf4hI1YllgDU69iemIVSjtM,13333
260
+ nvmath/sparse/_internal/sparse_bsc_ifc.py,sha256=P32E53YT-52N7uoHNwzSoILHTZrbHa_o96tB3VwyUps,11065
261
+ nvmath/sparse/_internal/sparse_bsr_ifc.py,sha256=r2gtAK94d3x4k8KkFhfY81m1sQrzwqqFqg-dmYnHKJ8,11203
262
+ nvmath/sparse/_internal/sparse_coo_ifc.py,sha256=m6CEm85ZeCd5E6jnYFQFDGr5VW0kyJl5nSyVE8oEK60,9229
263
+ nvmath/sparse/_internal/sparse_csc_ifc.py,sha256=XIVnQ8SBQx8IYPEonyUUBjKGrft83PKY56Y9LnhJCME,10116
264
+ nvmath/sparse/_internal/sparse_csr_ifc.py,sha256=Jv63QJ8zAqG_EHdfpXLQknJmToExQ_zZRrY7uLtfeJQ,10116
265
+ nvmath/sparse/_internal/sparse_dia_ifc.py,sha256=aozYQi_R15wExwaUYiFGR9JkP3MKLkXewwreEapiZI4,8356
266
+ nvmath/sparse/_internal/sparse_format_helpers.py,sha256=5HgcVuojFWeo0RomiJs1oQIZMNvJrESqIiOS9PoHZzs,20841
267
+ nvmath/sparse/_internal/sparse_tensor_ifc.py,sha256=sZbLTitbZA6cTaV3jrsj4QlXb9I-OpkD9Zh9vMvw9VU,3220
268
+ nvmath/sparse/_internal/sparse_ust_ifc.py,sha256=lWxgNhG-dxFrVWfpEgRR_tIgsYtGN7_9bHO_jOJ0Y5o,4206
269
+ nvmath/sparse/_internal/utils.py,sha256=oXDUhya9cETHohAglICAYnX8Pqb9UInpwIqkUBCWFtE,1791
270
+ nvmath/sparse/advanced/__init__.py,sha256=qXSyizbsomQpUpVtT-kDlT-KcGRqSYmLAI_II13cAsQ,285
271
+ nvmath/sparse/advanced/_configuration.py,sha256=r0Bt9nYwT_D1aEJ0QoKaXx5bG8hxXsPqq9UCdN-ExHE,9145
272
+ nvmath/sparse/advanced/direct_solver.py,sha256=_Q6ptLQjsCyiwconmSJ5_BW2kUDuPEb8rXK-lNS5Djc,84197
273
+ nvmath/sparse/generic/__init__.py,sha256=lAYiA_ckv_Xt5mlbK5zteSroYvbGVYcBFWU0r41lIW8,238
274
+ nvmath/sparse/generic/_configuration.py,sha256=0YJX2AQ6Qs1qjrLkpX-fG-lfN5KiHazAJiPZQKczF7E,4775
275
+ nvmath/sparse/generic/_helpers.py,sha256=4LSJHcUXRV7RUc68CLzEOpljUInzJoGKDmAt0TPpR4Q,5742
276
+ nvmath/sparse/generic/_thunks.py,sha256=oL_dyOHnZ0Pr_kuEaIfPm_qa5Gt33qawEcs0V4acttg,387
277
+ nvmath/sparse/generic/matmulmod.py,sha256=6wDW-wPL_ev6txP5VUqFmTvhq2PWFkRPtV2Ms0aCKy0,102144
278
+ nvmath/sparse/ust/__init__.py,sha256=ahkOgYBUGchS7koU19QyBH-TaHOuD3ohHzX9SU3SFnA,235
279
+ nvmath/sparse/ust/_converters.py,sha256=d0RxsTkSH2-dBEFmEI7VRfyuz1_w0FiT7i0pfZBWl4Q,14809
280
+ nvmath/sparse/ust/_drawer.py,sha256=OnCXKvtnIIJI3u6IbnGzGrPF7Bag31CydfHv7-PWG4I,16528
281
+ nvmath/sparse/ust/_emitter.py,sha256=XaZ5iGW5Bje23HQz2pkOe22-qO5RUltt534g2ObUkBw,24775
282
+ nvmath/sparse/ust/_jit.py,sha256=cxX9cBmuJTotc3n4BMuFltMhcQz-ktYZk1V0cIdB0CA,6621
283
+ nvmath/sparse/ust/_kernel.py,sha256=Rb15eeWlEwCL6Im40PcqFx2BAPD4Zcf4ZUXuGvvqYTA,12650
284
+ nvmath/sparse/ust/_semiring.py,sha256=LnNbSa2dcz9vm6BoZYgv-VBb1f61tCvTQhc4nrBqvsk,1191
285
+ nvmath/sparse/ust/_utils.py,sha256=toRU_0uMs1GLGowpwgvMqDIS-2tUa7FzkwqNdayoduk,2481
286
+ nvmath/sparse/ust/semiring_ops.py,sha256=LnNbSa2dcz9vm6BoZYgv-VBb1f61tCvTQhc4nrBqvsk,1191
287
+ nvmath/sparse/ust/tensor.py,sha256=jIzQUNPpzQCRJU0uJlqNfyo1oLG9gkvXyQij_THI7Ss,37580
288
+ nvmath/sparse/ust/tensor_drawer.py,sha256=mHUtV7dIybW2B5MSejwvJ47Q-dxd8IjfQ9eLRdXBlns,16529
289
+ nvmath/sparse/ust/tensor_emitter.py,sha256=djL8nBJ2y32pGE7qHVFC8IQwQOU3jk4tJXRViUpAFVE,24868
290
+ nvmath/sparse/ust/tensor_format.py,sha256=MF6OZgktGuazXVB_hzo7HUmHTrGKq83HPJMGuWY_bkw,31972
291
+ nvmath/sparse/ust/tensor_jit.py,sha256=Rmpn7qs5E3ugNSWPxYZzEJvacaEPIPM5B3JIJUQD7Ds,6636
292
+ nvmath/sparse/ust/tensor_kernel.py,sha256=Zs5qS3BH86KieI9vY0YemLFV94R1O7uDMEBlxMQMQBM,12683
293
+ nvmath/sparse/ust/tensor_utils.py,sha256=7h1xXI06axQgUK72lfJcA0_9bsE_C1jY5ZikCpMcfVk,14797
294
+ nvmath/sparse/ust/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
295
+ nvmath/sparse/ust/interfaces/torch_interface.py,sha256=ODkSdd891RGZnyPULLMeKS_cF23L6oJEgahg2JbiHUw,17259
296
+ nvmath/tensor/__init__.py,sha256=Py2AGfNGbOHQ8lLPTEqYAgmnkH04hMX21b3WM3uARd4,204
297
+ nvmath/tensor/_configuration.py,sha256=is2Jk1eRpy4FUWT4n6JHWAceI1_VQAGhd4c7fc7ULUY,3766
298
+ nvmath/tensor/contract.py,sha256=Tgnu1gZjDXDqyhyqCEKClnhDCjiKmSfZE-DRcQIjEjU,79670
299
+ nvmath/tensor/_internal/__init__.py,sha256=7LOeJ5pebFgxhrwJ2ZfXQUDZW9KjKlZYQjjpr8E6Oko,121
300
+ nvmath/tensor/_internal/cutensor_config_ifc.py,sha256=qSdl9Fv-2LLBHDjoanlD4DBltoBXfD3fY7jRp9HeJW0,9386
301
+ nvmath/tensor/_internal/cutensor_utils.py,sha256=Y0p_A5rHHlefUFTWlYMqHSlBQ6mrB3z79Pu4pi1-60E,4945
302
+ nvmath/tensor/_internal/data.py,sha256=0dTdFy16cFpjl0200bCkjg2giNHAFIhqAGGI1GlW71A,750
303
+ nvmath/tensor/_internal/einsum_parser.py,sha256=AaNoKeBHXcNJZIxNm-8XQUMFCm3FGgGkYJvZv-L76EQ,16312
304
+ nvmath/tensor/_internal/typemaps.py,sha256=xSa9UxgCb4wWPNl9D92SxRCrWPKOFy73GV-HeBjs1e4,4420
305
+ nvmath_python-0.9.0.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
306
+ nvmath_python-0.9.0.dist-info/METADATA,sha256=lvzMf36iREPqQTJEdv3rvRHl9ZSL2D2bkFHemNuE_ZM,6464
307
+ nvmath_python-0.9.0.dist-info/WHEEL,sha256=jhxrRP3tdEfm7toB1X7dl5x6f0bu6Tve2cWwIdkbL8U,101
308
+ nvmath_python-0.9.0.dist-info/top_level.txt,sha256=PrK8_biJxA1rf9UYJnqJxx3KVplJwc-9rnDiR4y1aKg,15
309
+ nvmath_python-0.9.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp314-cp314-win_amd64
5
+
@@ -0,0 +1,177 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,2 @@
1
+ builder
2
+ nvmath