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,1244 @@
1
+ # Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2
+ #
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+ import _cython_3_2_4
6
+ import enum
7
+ from typing import Any, Callable, ClassVar
8
+
9
+ __pyx_capi__: dict
10
+ __test__: dict
11
+ check_status: _cython_3_2_4.cython_function_or_method
12
+ commondx_create_code: _cython_3_2_4.cython_function_or_method
13
+ commondx_destroy_code: _cython_3_2_4.cython_function_or_method
14
+ commondx_get_code_ltoir: _cython_3_2_4.cython_function_or_method
15
+ commondx_get_code_ltoir_size: _cython_3_2_4.cython_function_or_method
16
+ commondx_get_code_ltoir_sizes: _cython_3_2_4.cython_function_or_method
17
+ commondx_get_code_ltoirs: _cython_3_2_4.cython_function_or_method
18
+ commondx_get_code_num_ltoirs: _cython_3_2_4.cython_function_or_method
19
+ commondx_get_code_option_int64: _cython_3_2_4.cython_function_or_method
20
+ commondx_get_code_options_int64s: _cython_3_2_4.cython_function_or_method
21
+ commondx_get_code_ptx: _cython_3_2_4.cython_function_or_method
22
+ commondx_get_code_ptx_size: _cython_3_2_4.cython_function_or_method
23
+ commondx_set_code_option_int64: _cython_3_2_4.cython_function_or_method
24
+ commondx_set_code_option_int64s: _cython_3_2_4.cython_function_or_method
25
+ commondx_set_code_option_str: _cython_3_2_4.cython_function_or_method
26
+ commondx_status_to_str: _cython_3_2_4.cython_function_or_method
27
+ cublasdx_create_descriptor: _cython_3_2_4.cython_function_or_method
28
+ cublasdx_create_device_function: _cython_3_2_4.cython_function_or_method
29
+ cublasdx_create_device_function_with_pipelines: _cython_3_2_4.cython_function_or_method
30
+ cublasdx_create_device_pipeline: _cython_3_2_4.cython_function_or_method
31
+ cublasdx_create_tensor: _cython_3_2_4.cython_function_or_method
32
+ cublasdx_create_tensor_strided: _cython_3_2_4.cython_function_or_method
33
+ cublasdx_create_tile_pipeline: _cython_3_2_4.cython_function_or_method
34
+ cublasdx_destroy_descriptor: _cython_3_2_4.cython_function_or_method
35
+ cublasdx_destroy_device_function: _cython_3_2_4.cython_function_or_method
36
+ cublasdx_destroy_pipeline: _cython_3_2_4.cython_function_or_method
37
+ cublasdx_destroy_tensor: _cython_3_2_4.cython_function_or_method
38
+ cublasdx_finalize: _cython_3_2_4.cython_function_or_method
39
+ cublasdx_finalize_code: _cython_3_2_4.cython_function_or_method
40
+ cublasdx_finalize_device_functions: _cython_3_2_4.cython_function_or_method
41
+ cublasdx_finalize_pipelines: _cython_3_2_4.cython_function_or_method
42
+ cublasdx_finalize_tensors: _cython_3_2_4.cython_function_or_method
43
+ cublasdx_get_device_function_trait_str: _cython_3_2_4.cython_function_or_method
44
+ cublasdx_get_device_function_trait_str_size: _cython_3_2_4.cython_function_or_method
45
+ cublasdx_get_ltoir: _cython_3_2_4.cython_function_or_method
46
+ cublasdx_get_ltoir_size: _cython_3_2_4.cython_function_or_method
47
+ cublasdx_get_pipeline_trait_int64: _cython_3_2_4.cython_function_or_method
48
+ cublasdx_get_pipeline_trait_int64s: _cython_3_2_4.cython_function_or_method
49
+ cublasdx_get_pipeline_trait_str: _cython_3_2_4.cython_function_or_method
50
+ cublasdx_get_pipeline_trait_str_size: _cython_3_2_4.cython_function_or_method
51
+ cublasdx_get_tensor_trait_int64: _cython_3_2_4.cython_function_or_method
52
+ cublasdx_get_tensor_trait_str: _cython_3_2_4.cython_function_or_method
53
+ cublasdx_get_tensor_trait_str_size: _cython_3_2_4.cython_function_or_method
54
+ cublasdx_get_trait_int64: _cython_3_2_4.cython_function_or_method
55
+ cublasdx_get_trait_int64s: _cython_3_2_4.cython_function_or_method
56
+ cublasdx_get_trait_str: _cython_3_2_4.cython_function_or_method
57
+ cublasdx_get_trait_str_size: _cython_3_2_4.cython_function_or_method
58
+ cublasdx_make_tensor_like: _cython_3_2_4.cython_function_or_method
59
+ cublasdx_operator_type_to_str: _cython_3_2_4.cython_function_or_method
60
+ cublasdx_set_operator_int64: _cython_3_2_4.cython_function_or_method
61
+ cublasdx_set_operator_int64s: _cython_3_2_4.cython_function_or_method
62
+ cublasdx_set_option_str: _cython_3_2_4.cython_function_or_method
63
+ cublasdx_set_tensor_option_int64: _cython_3_2_4.cython_function_or_method
64
+ cublasdx_trait_type_to_str: _cython_3_2_4.cython_function_or_method
65
+ cufftdx_create_descriptor: _cython_3_2_4.cython_function_or_method
66
+ cufftdx_destroy_descriptor: _cython_3_2_4.cython_function_or_method
67
+ cufftdx_finalize_code: _cython_3_2_4.cython_function_or_method
68
+ cufftdx_get_knob_int64s: _cython_3_2_4.cython_function_or_method
69
+ cufftdx_get_knob_int64size: _cython_3_2_4.cython_function_or_method
70
+ cufftdx_get_ltoir: _cython_3_2_4.cython_function_or_method
71
+ cufftdx_get_ltoir_size: _cython_3_2_4.cython_function_or_method
72
+ cufftdx_get_trait_commondx_data_type: _cython_3_2_4.cython_function_or_method
73
+ cufftdx_get_trait_int64: _cython_3_2_4.cython_function_or_method
74
+ cufftdx_get_trait_int64s: _cython_3_2_4.cython_function_or_method
75
+ cufftdx_get_trait_str: _cython_3_2_4.cython_function_or_method
76
+ cufftdx_get_trait_str_size: _cython_3_2_4.cython_function_or_method
77
+ cufftdx_operator_type_to_str: _cython_3_2_4.cython_function_or_method
78
+ cufftdx_set_operator_int64: _cython_3_2_4.cython_function_or_method
79
+ cufftdx_set_operator_int64s: _cython_3_2_4.cython_function_or_method
80
+ cufftdx_set_option_str: _cython_3_2_4.cython_function_or_method
81
+ cufftdx_trait_type_to_str: _cython_3_2_4.cython_function_or_method
82
+ curanddx_create_descriptor: _cython_3_2_4.cython_function_or_method
83
+ curanddx_destroy_descriptor: _cython_3_2_4.cython_function_or_method
84
+ curanddx_distribution_to_str: _cython_3_2_4.cython_function_or_method
85
+ curanddx_finalize_code: _cython_3_2_4.cython_function_or_method
86
+ curanddx_generate_method_to_str: _cython_3_2_4.cython_function_or_method
87
+ curanddx_generator_to_str: _cython_3_2_4.cython_function_or_method
88
+ curanddx_get_trait_int64: _cython_3_2_4.cython_function_or_method
89
+ curanddx_get_trait_str: _cython_3_2_4.cython_function_or_method
90
+ curanddx_get_trait_str_size: _cython_3_2_4.cython_function_or_method
91
+ curanddx_get_version: _cython_3_2_4.cython_function_or_method
92
+ curanddx_normal_method_to_str: _cython_3_2_4.cython_function_or_method
93
+ curanddx_operator_type_to_str: _cython_3_2_4.cython_function_or_method
94
+ curanddx_set_operator_doubles: _cython_3_2_4.cython_function_or_method
95
+ curanddx_set_operator_int64: _cython_3_2_4.cython_function_or_method
96
+ curanddx_set_option_str: _cython_3_2_4.cython_function_or_method
97
+ curanddx_trait_type_to_str: _cython_3_2_4.cython_function_or_method
98
+ cusolverdx_create_descriptor: _cython_3_2_4.cython_function_or_method
99
+ cusolverdx_destroy_descriptor: _cython_3_2_4.cython_function_or_method
100
+ cusolverdx_finalize_code: _cython_3_2_4.cython_function_or_method
101
+ cusolverdx_get_ltoir: _cython_3_2_4.cython_function_or_method
102
+ cusolverdx_get_ltoir_size: _cython_3_2_4.cython_function_or_method
103
+ cusolverdx_get_trait_commondx_data_types: _cython_3_2_4.cython_function_or_method
104
+ cusolverdx_get_trait_int64: _cython_3_2_4.cython_function_or_method
105
+ cusolverdx_get_trait_int64s: _cython_3_2_4.cython_function_or_method
106
+ cusolverdx_get_trait_str: _cython_3_2_4.cython_function_or_method
107
+ cusolverdx_get_trait_str_size: _cython_3_2_4.cython_function_or_method
108
+ cusolverdx_get_universal_fatbin: _cython_3_2_4.cython_function_or_method
109
+ cusolverdx_get_universal_fatbin_size: _cython_3_2_4.cython_function_or_method
110
+ cusolverdx_operator_type_to_str: _cython_3_2_4.cython_function_or_method
111
+ cusolverdx_set_operator_int64: _cython_3_2_4.cython_function_or_method
112
+ cusolverdx_set_operator_int64s: _cython_3_2_4.cython_function_or_method
113
+ cusolverdx_set_option_str: _cython_3_2_4.cython_function_or_method
114
+ cusolverdx_trait_type_to_str: _cython_3_2_4.cython_function_or_method
115
+ get_version: _cython_3_2_4.cython_function_or_method
116
+ get_version_ex: _cython_3_2_4.cython_function_or_method
117
+
118
+ class CommondxArchModifier(enum.IntEnum):
119
+ """
120
+ The set of compute feature to target. See COMMONDX_OPTION_TARGET_SM
121
+ .See also https://docs.nvidia.com/cuda/cuda-c-programming-
122
+ guide/index.html#feature-set-compiler-targets
123
+
124
+ See `commondxArchModifier`.
125
+ """
126
+ __new__: ClassVar[Callable] = ...
127
+ ARCH_SPECIFIC: ClassVar[CommondxArchModifier] = ...
128
+ FAMILY_SPECIFIC: ClassVar[CommondxArchModifier] = ...
129
+ GENERIC: ClassVar[CommondxArchModifier] = ...
130
+ _generate_next_value_: ClassVar[Callable] = ...
131
+ _member_map_: ClassVar[dict] = ...
132
+ _member_names_: ClassVar[list] = ...
133
+ _member_type_: ClassVar[type[int]] = ...
134
+ _value2member_map_: ClassVar[dict] = ...
135
+
136
+ class CommondxCodeContainer(enum.IntEnum):
137
+ """
138
+ The set of device code container types supported by the library. See
139
+ commondxOption_t::COMMONDX_OPTION_CODE_CONTAINER.
140
+
141
+ See `commondxCodeContainer`.
142
+ """
143
+ __new__: ClassVar[Callable] = ...
144
+ FATBIN: ClassVar[CommondxCodeContainer] = ...
145
+ LTOIR: ClassVar[CommondxCodeContainer] = ...
146
+ PTX: ClassVar[CommondxCodeContainer] = ...
147
+ _generate_next_value_: ClassVar[Callable] = ...
148
+ _member_map_: ClassVar[dict] = ...
149
+ _member_names_: ClassVar[list] = ...
150
+ _member_type_: ClassVar[type[int]] = ...
151
+ _value2member_map_: ClassVar[dict] = ...
152
+
153
+ class CommondxCodeType(enum.IntEnum):
154
+ """
155
+ The set of code types supported by the library. See
156
+ commondxOption_t::COMMONDX_OPTION_TARGET_CODE.
157
+
158
+ See `commondxCodeType`.
159
+ """
160
+ __new__: ClassVar[Callable] = ...
161
+ LTO: ClassVar[CommondxCodeType] = ...
162
+ PTX: ClassVar[CommondxCodeType] = ...
163
+ _generate_next_value_: ClassVar[Callable] = ...
164
+ _member_map_: ClassVar[dict] = ...
165
+ _member_names_: ClassVar[list] = ...
166
+ _member_type_: ClassVar[type[int]] = ...
167
+ _value2member_map_: ClassVar[dict] = ...
168
+
169
+ class CommondxExecution(enum.IntEnum):
170
+ """
171
+ The set of execution modes supported by the library.
172
+
173
+ See `commondxExecution`.
174
+ """
175
+ __new__: ClassVar[Callable] = ...
176
+ BLOCK: ClassVar[CommondxExecution] = ...
177
+ THREAD: ClassVar[CommondxExecution] = ...
178
+ _generate_next_value_: ClassVar[Callable] = ...
179
+ _member_map_: ClassVar[dict] = ...
180
+ _member_names_: ClassVar[list] = ...
181
+ _member_type_: ClassVar[type[int]] = ...
182
+ _value2member_map_: ClassVar[dict] = ...
183
+
184
+ class CommondxOption(enum.IntEnum):
185
+ """
186
+ Options to tweak code generation.
187
+
188
+ See `commondxOption`.
189
+ """
190
+ __new__: ClassVar[Callable] = ...
191
+ CODE_CONTAINER: ClassVar[CommondxOption] = ...
192
+ CODE_ISA: ClassVar[CommondxOption] = ...
193
+ EXTRA_NVRTC_ARGS: ClassVar[CommondxOption] = ...
194
+ SYMBOL_NAME: ClassVar[CommondxOption] = ...
195
+ TARGET_CODE: ClassVar[CommondxOption] = ...
196
+ TARGET_SM: ClassVar[CommondxOption] = ...
197
+ _generate_next_value_: ClassVar[Callable] = ...
198
+ _member_map_: ClassVar[dict] = ...
199
+ _member_names_: ClassVar[list] = ...
200
+ _member_type_: ClassVar[type[int]] = ...
201
+ _value2member_map_: ClassVar[dict] = ...
202
+
203
+ class CommondxPrecision(enum.IntEnum):
204
+ """
205
+ The set of precisions supported by the library.For the actual input and
206
+ output value types, see commondxValueType_t
207
+
208
+ See `commondxPrecision`.
209
+ """
210
+ __new__: ClassVar[Callable] = ...
211
+ BF16: ClassVar[CommondxPrecision] = ...
212
+ F16: ClassVar[CommondxPrecision] = ...
213
+ F32: ClassVar[CommondxPrecision] = ...
214
+ F64: ClassVar[CommondxPrecision] = ...
215
+ F8_E4M3: ClassVar[CommondxPrecision] = ...
216
+ F8_E5M2: ClassVar[CommondxPrecision] = ...
217
+ I16: ClassVar[CommondxPrecision] = ...
218
+ I32: ClassVar[CommondxPrecision] = ...
219
+ I64: ClassVar[CommondxPrecision] = ...
220
+ I8: ClassVar[CommondxPrecision] = ...
221
+ TF32: ClassVar[CommondxPrecision] = ...
222
+ UI16: ClassVar[CommondxPrecision] = ...
223
+ UI32: ClassVar[CommondxPrecision] = ...
224
+ UI64: ClassVar[CommondxPrecision] = ...
225
+ UI8: ClassVar[CommondxPrecision] = ...
226
+ _generate_next_value_: ClassVar[Callable] = ...
227
+ _member_map_: ClassVar[dict] = ...
228
+ _member_names_: ClassVar[list] = ...
229
+ _member_type_: ClassVar[type[int]] = ...
230
+ _value2member_map_: ClassVar[dict] = ...
231
+
232
+ class CommondxStatusType(enum.IntEnum):
233
+ """
234
+ The set of status values that can be returned by APIs defined in the
235
+ library.
236
+
237
+ See `commondxStatusType`.
238
+ """
239
+ __new__: ClassVar[Callable] = ...
240
+ COMPILATION_ERROR: ClassVar[CommondxStatusType] = ...
241
+ CUFFT_ERROR: ClassVar[CommondxStatusType] = ...
242
+ INTERNAL_ERROR: ClassVar[CommondxStatusType] = ...
243
+ INVALID_VALUE: ClassVar[CommondxStatusType] = ...
244
+ SUCCESS: ClassVar[CommondxStatusType] = ...
245
+ _generate_next_value_: ClassVar[Callable] = ...
246
+ _member_map_: ClassVar[dict] = ...
247
+ _member_names_: ClassVar[list] = ...
248
+ _member_type_: ClassVar[type[int]] = ...
249
+ _value2member_map_: ClassVar[dict] = ...
250
+
251
+ class CommondxValueType(enum.IntEnum):
252
+ """
253
+ The set of value types supported by the library.Note that, for complex
254
+ numbers, this combines real and imaginary part, and that all complex
255
+ numbers are overaligned on their size.
256
+
257
+ See `commondxValueType`.
258
+ """
259
+ __new__: ClassVar[Callable] = ...
260
+ C_16BF: ClassVar[CommondxValueType] = ...
261
+ C_16F: ClassVar[CommondxValueType] = ...
262
+ C_16F2: ClassVar[CommondxValueType] = ...
263
+ C_16I: ClassVar[CommondxValueType] = ...
264
+ C_16UI: ClassVar[CommondxValueType] = ...
265
+ C_32F: ClassVar[CommondxValueType] = ...
266
+ C_32I: ClassVar[CommondxValueType] = ...
267
+ C_32TF: ClassVar[CommondxValueType] = ...
268
+ C_32UI: ClassVar[CommondxValueType] = ...
269
+ C_64F: ClassVar[CommondxValueType] = ...
270
+ C_64I: ClassVar[CommondxValueType] = ...
271
+ C_64UI: ClassVar[CommondxValueType] = ...
272
+ C_8F_E4M3: ClassVar[CommondxValueType] = ...
273
+ C_8F_E5M2: ClassVar[CommondxValueType] = ...
274
+ C_8I: ClassVar[CommondxValueType] = ...
275
+ C_8UI: ClassVar[CommondxValueType] = ...
276
+ R_16BF: ClassVar[CommondxValueType] = ...
277
+ R_16F: ClassVar[CommondxValueType] = ...
278
+ R_16F2: ClassVar[CommondxValueType] = ...
279
+ R_16I: ClassVar[CommondxValueType] = ...
280
+ R_16UI: ClassVar[CommondxValueType] = ...
281
+ R_32F: ClassVar[CommondxValueType] = ...
282
+ R_32I: ClassVar[CommondxValueType] = ...
283
+ R_32TF: ClassVar[CommondxValueType] = ...
284
+ R_32UI: ClassVar[CommondxValueType] = ...
285
+ R_64F: ClassVar[CommondxValueType] = ...
286
+ R_64I: ClassVar[CommondxValueType] = ...
287
+ R_64UI: ClassVar[CommondxValueType] = ...
288
+ R_8F_E4M3: ClassVar[CommondxValueType] = ...
289
+ R_8F_E5M2: ClassVar[CommondxValueType] = ...
290
+ R_8I: ClassVar[CommondxValueType] = ...
291
+ R_8UI: ClassVar[CommondxValueType] = ...
292
+ _generate_next_value_: ClassVar[Callable] = ...
293
+ _member_map_: ClassVar[dict] = ...
294
+ _member_names_: ClassVar[list] = ...
295
+ _member_type_: ClassVar[type[int]] = ...
296
+ _value2member_map_: ClassVar[dict] = ...
297
+
298
+ class CublasdxApi(enum.IntEnum):
299
+ """
300
+ Type of cublasDx API.Handling problems with default or custom/dynamic
301
+ leading dimensions. Check cublasdx::LeadingDimension operator
302
+ documentation for more details (https://docs.nvidia.com/cuda/cublasdx/a
303
+ pi/operators.html#leadingdimension-operator)
304
+
305
+ See `cublasdxApi`.
306
+ """
307
+ __new__: ClassVar[Callable] = ...
308
+ SMEM: ClassVar[CublasdxApi] = ...
309
+ SMEM_DYNAMIC_LD: ClassVar[CublasdxApi] = ...
310
+ TENSORS: ClassVar[CublasdxApi] = ...
311
+ _generate_next_value_: ClassVar[Callable] = ...
312
+ _member_map_: ClassVar[dict] = ...
313
+ _member_names_: ClassVar[list] = ...
314
+ _member_type_: ClassVar[type[int]] = ...
315
+ _value2member_map_: ClassVar[dict] = ...
316
+
317
+ class CublasdxArrangement(enum.IntEnum):
318
+ """
319
+ Data arrangement mode.Defines data arrangements in tensors' taking part
320
+ in the calculation. Check cubladx::TransposeMode operator
321
+ documentation for more details
322
+ (https://docs.nvidia.com/cuda/cublasdx/api/operators.html#arrangement-
323
+ operator)
324
+
325
+ See `cublasdxArrangement`.
326
+ """
327
+ __new__: ClassVar[Callable] = ...
328
+ COL_MAJOR: ClassVar[CublasdxArrangement] = ...
329
+ ROW_MAJOR: ClassVar[CublasdxArrangement] = ...
330
+ _generate_next_value_: ClassVar[Callable] = ...
331
+ _member_map_: ClassVar[dict] = ...
332
+ _member_names_: ClassVar[list] = ...
333
+ _member_type_: ClassVar[type[int]] = ...
334
+ _value2member_map_: ClassVar[dict] = ...
335
+
336
+ class CublasdxBlockSizeStrategy(enum.IntEnum):
337
+ """
338
+ Type of block size strategy used in device pipeline and tile pipeline
339
+ creation. This enum affects register usage in pipelining GEMM kernels
340
+ and should be considered for different architectures.
341
+
342
+ See `cublasdxBlockSizeStrategy`.
343
+ """
344
+ __new__: ClassVar[Callable] = ...
345
+ FIXED: ClassVar[CublasdxBlockSizeStrategy] = ...
346
+ HEURISTIC: ClassVar[CublasdxBlockSizeStrategy] = ...
347
+ _generate_next_value_: ClassVar[Callable] = ...
348
+ _member_map_: ClassVar[dict] = ...
349
+ _member_names_: ClassVar[list] = ...
350
+ _member_type_: ClassVar[type[int]] = ...
351
+ _value2member_map_: ClassVar[dict] = ...
352
+
353
+ class CublasdxDeviceFunctionOption(enum.IntEnum):
354
+ """
355
+ Device function options.
356
+
357
+ See `cublasdxDeviceFunctionOption`.
358
+ """
359
+ __new__: ClassVar[Callable] = ...
360
+ CALLBACK: ClassVar[CublasdxDeviceFunctionOption] = ...
361
+ COPY_ALIGNMENT: ClassVar[CublasdxDeviceFunctionOption] = ...
362
+ NUM_THREADS: ClassVar[CublasdxDeviceFunctionOption] = ...
363
+ SYMBOL_NAME: ClassVar[CublasdxDeviceFunctionOption] = ...
364
+ _generate_next_value_: ClassVar[Callable] = ...
365
+ _member_map_: ClassVar[dict] = ...
366
+ _member_names_: ClassVar[list] = ...
367
+ _member_type_: ClassVar[type[int]] = ...
368
+ _value2member_map_: ClassVar[dict] = ...
369
+
370
+ class CublasdxDeviceFunctionTrait(enum.IntEnum):
371
+ """
372
+ Device function traits, used to query informations.
373
+
374
+ See `cublasdxDeviceFunctionTrait`.
375
+ """
376
+ __new__: ClassVar[Callable] = ...
377
+ SYMBOL: ClassVar[CublasdxDeviceFunctionTrait] = ...
378
+ _generate_next_value_: ClassVar[Callable] = ...
379
+ _member_map_: ClassVar[dict] = ...
380
+ _member_names_: ClassVar[list] = ...
381
+ _member_type_: ClassVar[type[int]] = ...
382
+ _value2member_map_: ClassVar[dict] = ...
383
+
384
+ class CublasdxDeviceFunctionType(enum.IntEnum):
385
+ """
386
+ Device functions supported by the library.
387
+
388
+ See `cublasdxDeviceFunctionType`.
389
+ """
390
+ __new__: ClassVar[Callable] = ...
391
+ AXPBY: ClassVar[CublasdxDeviceFunctionType] = ...
392
+ CLEAR: ClassVar[CublasdxDeviceFunctionType] = ...
393
+ COPY: ClassVar[CublasdxDeviceFunctionType] = ...
394
+ COPY_WAIT: ClassVar[CublasdxDeviceFunctionType] = ...
395
+ CREATE: ClassVar[CublasdxDeviceFunctionType] = ...
396
+ DESTROY: ClassVar[CublasdxDeviceFunctionType] = ...
397
+ EPILOGUE: ClassVar[CublasdxDeviceFunctionType] = ...
398
+ EXECUTE: ClassVar[CublasdxDeviceFunctionType] = ...
399
+ IS_INDEX_IN_BOUNDS: ClassVar[CublasdxDeviceFunctionType] = ...
400
+ IS_PREDICATED: ClassVar[CublasdxDeviceFunctionType] = ...
401
+ IS_THREAD_ACTIVE: ClassVar[CublasdxDeviceFunctionType] = ...
402
+ MAP_CRD2IDX: ClassVar[CublasdxDeviceFunctionType] = ...
403
+ MAP_IDX2CRD: ClassVar[CublasdxDeviceFunctionType] = ...
404
+ MAP_IDX2CRD_PARTITIONER: ClassVar[CublasdxDeviceFunctionType] = ...
405
+ RESET: ClassVar[CublasdxDeviceFunctionType] = ...
406
+ _generate_next_value_: ClassVar[Callable] = ...
407
+ _member_map_: ClassVar[dict] = ...
408
+ _member_names_: ClassVar[list] = ...
409
+ _member_type_: ClassVar[type[int]] = ...
410
+ _value2member_map_: ClassVar[dict] = ...
411
+
412
+ class CublasdxDevicePipelineType(enum.IntEnum):
413
+ """
414
+ Type of device pipeline.
415
+
416
+ See `cublasdxDevicePipelineType`.
417
+ """
418
+ __new__: ClassVar[Callable] = ...
419
+ SUGGESTED: ClassVar[CublasdxDevicePipelineType] = ...
420
+ _generate_next_value_: ClassVar[Callable] = ...
421
+ _member_map_: ClassVar[dict] = ...
422
+ _member_names_: ClassVar[list] = ...
423
+ _member_type_: ClassVar[type[int]] = ...
424
+ _value2member_map_: ClassVar[dict] = ...
425
+
426
+ class CublasdxFunction(enum.IntEnum):
427
+ """
428
+ BLAS function.Sets the BLAS function that will be executed. Check
429
+ cubladx::Function operator documentation for more details
430
+ (https://docs.nvidia.com/cuda/cublasdx/api/operators.html#function-
431
+ operator)
432
+
433
+ See `cublasdxFunction`.
434
+ """
435
+ __new__: ClassVar[Callable] = ...
436
+ MM: ClassVar[CublasdxFunction] = ...
437
+ _generate_next_value_: ClassVar[Callable] = ...
438
+ _member_map_: ClassVar[dict] = ...
439
+ _member_names_: ClassVar[list] = ...
440
+ _member_type_: ClassVar[type[int]] = ...
441
+ _value2member_map_: ClassVar[dict] = ...
442
+
443
+ class CublasdxMemorySpace(enum.IntEnum):
444
+ """
445
+ Memory space.
446
+
447
+ See `cublasdxMemorySpace`.
448
+ """
449
+ __new__: ClassVar[Callable] = ...
450
+ ANY: ClassVar[CublasdxMemorySpace] = ...
451
+ GMEM: ClassVar[CublasdxMemorySpace] = ...
452
+ RMEM: ClassVar[CublasdxMemorySpace] = ...
453
+ SMEM: ClassVar[CublasdxMemorySpace] = ...
454
+ _generate_next_value_: ClassVar[Callable] = ...
455
+ _member_map_: ClassVar[dict] = ...
456
+ _member_names_: ClassVar[list] = ...
457
+ _member_type_: ClassVar[type[int]] = ...
458
+ _value2member_map_: ClassVar[dict] = ...
459
+
460
+ class CublasdxOperatorType(enum.IntEnum):
461
+ """
462
+ cublasDx operatorsThe set of supported cublasDx operators. Check
463
+ cublaDx description operator documentation for more details
464
+ (https://docs.nvidia.com/cuda/cublasdx/api/operators.html#function-
465
+ operator) Check cublasDx execution operator documentation for more
466
+ details
467
+ (https://docs.nvidia.com/cuda/cublasdx/api/operators.html#execution-
468
+ operators)
469
+
470
+ See `cublasdxOperatorType`.
471
+ """
472
+ __new__: ClassVar[Callable] = ...
473
+ ALIGNMENT: ClassVar[CublasdxOperatorType] = ...
474
+ API: ClassVar[CublasdxOperatorType] = ...
475
+ ARRANGEMENT: ClassVar[CublasdxOperatorType] = ...
476
+ BLOCK_DIM: ClassVar[CublasdxOperatorType] = ...
477
+ ENABLE_INPUT_STREAMING: ClassVar[CublasdxOperatorType] = ...
478
+ EXECUTION: ClassVar[CublasdxOperatorType] = ...
479
+ FUNCTION: ClassVar[CublasdxOperatorType] = ...
480
+ LEADING_DIMENSION: ClassVar[CublasdxOperatorType] = ...
481
+ PRECISION: ClassVar[CublasdxOperatorType] = ...
482
+ SIZE: ClassVar[CublasdxOperatorType] = ...
483
+ SM: ClassVar[CublasdxOperatorType] = ...
484
+ STATIC_BLOCK_DIM: ClassVar[CublasdxOperatorType] = ...
485
+ TRANSPOSE_MODE: ClassVar[CublasdxOperatorType] = ...
486
+ TYPE: ClassVar[CublasdxOperatorType] = ...
487
+ WITH_PIPELINE: ClassVar[CublasdxOperatorType] = ...
488
+ _generate_next_value_: ClassVar[Callable] = ...
489
+ _member_map_: ClassVar[dict] = ...
490
+ _member_names_: ClassVar[list] = ...
491
+ _member_type_: ClassVar[type[int]] = ...
492
+ _value2member_map_: ClassVar[dict] = ...
493
+
494
+ class CublasdxPipelineTrait(enum.IntEnum):
495
+ """
496
+ Pipeline traits, used to query informations.
497
+
498
+ See `cublasdxPipelineTrait`.
499
+ """
500
+ __new__: ClassVar[Callable] = ...
501
+ BLOCK_DIM: ClassVar[CublasdxPipelineTrait] = ...
502
+ BUFFER_ALIGNMENT_BYTES: ClassVar[CublasdxPipelineTrait] = ...
503
+ BUFFER_SIZE: ClassVar[CublasdxPipelineTrait] = ...
504
+ OPAQUE_NAME: ClassVar[CublasdxPipelineTrait] = ...
505
+ STORAGE_ALIGNMENT_BYTES: ClassVar[CublasdxPipelineTrait] = ...
506
+ STORAGE_BYTES: ClassVar[CublasdxPipelineTrait] = ...
507
+ _generate_next_value_: ClassVar[Callable] = ...
508
+ _member_map_: ClassVar[dict] = ...
509
+ _member_names_: ClassVar[list] = ...
510
+ _member_type_: ClassVar[type[int]] = ...
511
+ _value2member_map_: ClassVar[dict] = ...
512
+
513
+ class CublasdxTensorOption(enum.IntEnum):
514
+ """
515
+ Tensor options.
516
+
517
+ See `cublasdxTensorOption`.
518
+ """
519
+ __new__: ClassVar[Callable] = ...
520
+ ALIGNMENT_BYTES: ClassVar[CublasdxTensorOption] = ...
521
+ _generate_next_value_: ClassVar[Callable] = ...
522
+ _member_map_: ClassVar[dict] = ...
523
+ _member_names_: ClassVar[list] = ...
524
+ _member_type_: ClassVar[type[int]] = ...
525
+ _value2member_map_: ClassVar[dict] = ...
526
+
527
+ class CublasdxTensorTrait(enum.IntEnum):
528
+ """
529
+ Tensor traits, used to query informations.
530
+
531
+ See `cublasdxTensorTrait`.
532
+ """
533
+ __new__: ClassVar[Callable] = ...
534
+ ALIGNMENT_BYTES: ClassVar[CublasdxTensorTrait] = ...
535
+ LOGICAL_SIZE: ClassVar[CublasdxTensorTrait] = ...
536
+ MEMORY_SPACE: ClassVar[CublasdxTensorTrait] = ...
537
+ OPAQUE_NAME: ClassVar[CublasdxTensorTrait] = ...
538
+ STORAGE_BYTES: ClassVar[CublasdxTensorTrait] = ...
539
+ UID: ClassVar[CublasdxTensorTrait] = ...
540
+ _generate_next_value_: ClassVar[Callable] = ...
541
+ _member_map_: ClassVar[dict] = ...
542
+ _member_names_: ClassVar[list] = ...
543
+ _member_type_: ClassVar[type[int]] = ...
544
+ _value2member_map_: ClassVar[dict] = ...
545
+
546
+ class CublasdxTensorType(enum.IntEnum):
547
+ """
548
+ cuBLASDx desired tensor typeTensor types are opaque (layout is
549
+ unspecified), non-owning, and defined by - Memory space (global,
550
+ shared or register memory) - Size & alignment (in bytes) Tensor's
551
+ representation in-memory and in-device depends on their memory space.
552
+ Shared & register tensors are defined as **View CUDA Toolkit
553
+ Documentation for a C++ code example** where `ptr` points to the
554
+ associated data. Global memory tensors have an associated runtime
555
+ leading dimension (64b signed integer), and their representation is
556
+ **View CUDA Toolkit Documentation for a C++ code example** where `ptr`
557
+ points to the associated data and `strides[0]` is the leading
558
+ dimension. In either case, `ptr` must point to some storage (with
559
+ appropriate size and alignment, see below) and is not owning. The user
560
+ is expected to keep memory allocated beyond any use of the tensor.
561
+ `strides[1]` should be a signed, 64bit integer (`long long`) equal to
562
+ the leading dimension of the global memory tensor. The leading
563
+ dimension is the number of `elements` between two successive rows or
564
+ columns (not bytes), depending on the context. All tensor APIs take
565
+ their argument by value (not by pointer) and expect the struct to be
566
+ passed as-is on the stack. Each opaque tensor type is uniquely
567
+ identified by a unique ID and name, see cublasdxTensorTrait_t .
568
+
569
+ See `cublasdxTensorType`.
570
+ """
571
+ __new__: ClassVar[Callable] = ...
572
+ ACCUMULATOR_C: ClassVar[CublasdxTensorType] = ...
573
+ GMEM_A: ClassVar[CublasdxTensorType] = ...
574
+ GMEM_B: ClassVar[CublasdxTensorType] = ...
575
+ GMEM_C: ClassVar[CublasdxTensorType] = ...
576
+ RMEM_C: ClassVar[CublasdxTensorType] = ...
577
+ SMEM_A: ClassVar[CublasdxTensorType] = ...
578
+ SMEM_B: ClassVar[CublasdxTensorType] = ...
579
+ SMEM_C: ClassVar[CublasdxTensorType] = ...
580
+ SUGGESTED_ACCUMULATOR_C: ClassVar[CublasdxTensorType] = ...
581
+ SUGGESTED_RMEM_C: ClassVar[CublasdxTensorType] = ...
582
+ SUGGESTED_SMEM_A: ClassVar[CublasdxTensorType] = ...
583
+ SUGGESTED_SMEM_B: ClassVar[CublasdxTensorType] = ...
584
+ SUGGESTED_SMEM_C: ClassVar[CublasdxTensorType] = ...
585
+ _generate_next_value_: ClassVar[Callable] = ...
586
+ _member_map_: ClassVar[dict] = ...
587
+ _member_names_: ClassVar[list] = ...
588
+ _member_type_: ClassVar[type[int]] = ...
589
+ _value2member_map_: ClassVar[dict] = ...
590
+
591
+ class CublasdxTilePipelineType(enum.IntEnum):
592
+ """
593
+ Type of tile pipeline.
594
+
595
+ See `cublasdxTilePipelineType`.
596
+ """
597
+ __new__: ClassVar[Callable] = ...
598
+ PIPELINE_DEFAULT: ClassVar[CublasdxTilePipelineType] = ...
599
+ _generate_next_value_: ClassVar[Callable] = ...
600
+ _member_map_: ClassVar[dict] = ...
601
+ _member_names_: ClassVar[list] = ...
602
+ _member_type_: ClassVar[type[int]] = ...
603
+ _value2member_map_: ClassVar[dict] = ...
604
+
605
+ class CublasdxTraitType(enum.IntEnum):
606
+ """
607
+ cublasDx traitsThe set of supported types of traits that can be
608
+ accessed from finalized sources that use cublasDx. Check cublasDx
609
+ Execution Block Traits documentation for more details
610
+ (https://docs.nvidia.com/cuda/cublasdx/api/traits.html#block-traits)
611
+
612
+ See `cublasdxTraitType`.
613
+ """
614
+ __new__: ClassVar[Callable] = ...
615
+ ALIGNMENT: ClassVar[CublasdxTraitType] = ...
616
+ ARRANGEMENT: ClassVar[CublasdxTraitType] = ...
617
+ BLOCK_DIM: ClassVar[CublasdxTraitType] = ...
618
+ BLOCK_SIZE: ClassVar[CublasdxTraitType] = ...
619
+ LEADING_DIMENSION: ClassVar[CublasdxTraitType] = ...
620
+ MAX_THREADS_PER_BLOCK: ClassVar[CublasdxTraitType] = ...
621
+ SIZE: ClassVar[CublasdxTraitType] = ...
622
+ SUGGESTED_BLOCK_DIM: ClassVar[CublasdxTraitType] = ...
623
+ SUGGESTED_LEADING_DIMENSION: ClassVar[CublasdxTraitType] = ...
624
+ SYMBOL_NAME: ClassVar[CublasdxTraitType] = ...
625
+ VALUE_TYPE: ClassVar[CublasdxTraitType] = ...
626
+ _generate_next_value_: ClassVar[Callable] = ...
627
+ _member_map_: ClassVar[dict] = ...
628
+ _member_names_: ClassVar[list] = ...
629
+ _member_type_: ClassVar[type[int]] = ...
630
+ _value2member_map_: ClassVar[dict] = ...
631
+
632
+ class CublasdxTransposeMode(enum.IntEnum):
633
+ """
634
+ Tensor transpose mode.The transpose mode depends on
635
+ cubladx::TransposeMode operator which is deprecated since cublasDx
636
+ 0.2.0 and might be removed in future versions of mathDx libraries
637
+ Check cubladx::TransposeMode operator documentation for more details (h
638
+ ttps://docs.nvidia.com/cuda/cublasdx/api/operators.html#transposemode-
639
+ operator)
640
+
641
+ See `cublasdxTransposeMode`.
642
+ """
643
+ __new__: ClassVar[Callable] = ...
644
+ CONJ_TRANSPOSED: ClassVar[CublasdxTransposeMode] = ...
645
+ NON_TRANSPOSED: ClassVar[CublasdxTransposeMode] = ...
646
+ TRANSPOSED: ClassVar[CublasdxTransposeMode] = ...
647
+ _generate_next_value_: ClassVar[Callable] = ...
648
+ _member_map_: ClassVar[dict] = ...
649
+ _member_names_: ClassVar[list] = ...
650
+ _member_type_: ClassVar[type[int]] = ...
651
+ _value2member_map_: ClassVar[dict] = ...
652
+
653
+ class CublasdxType(enum.IntEnum):
654
+ """
655
+ Type of computation data.Check cubladx::Type operator documentation for
656
+ more details
657
+ (https://docs.nvidia.com/cuda/cublasdx/api/operators.html#type-
658
+ operator)
659
+
660
+ See `cublasdxType`.
661
+ """
662
+ __new__: ClassVar[Callable] = ...
663
+ COMPLEX: ClassVar[CublasdxType] = ...
664
+ REAL: ClassVar[CublasdxType] = ...
665
+ _generate_next_value_: ClassVar[Callable] = ...
666
+ _member_map_: ClassVar[dict] = ...
667
+ _member_names_: ClassVar[list] = ...
668
+ _member_type_: ClassVar[type[int]] = ...
669
+ _value2member_map_: ClassVar[dict] = ...
670
+
671
+ class CufftdxApi(enum.IntEnum):
672
+ """
673
+ Type of cufftDx API.Handling problems with input in register or in
674
+ shared memory buffers. Check cufftdx::execute method documentation for
675
+ more details
676
+ (https://docs.nvidia.com/cuda/cufftdx/api/methods.html#block-execute-
677
+ method)
678
+
679
+ See `cufftdxApi`.
680
+ """
681
+ __new__: ClassVar[Callable] = ...
682
+ LMEM: ClassVar[CufftdxApi] = ...
683
+ SMEM: ClassVar[CufftdxApi] = ...
684
+ _generate_next_value_: ClassVar[Callable] = ...
685
+ _member_map_: ClassVar[dict] = ...
686
+ _member_names_: ClassVar[list] = ...
687
+ _member_type_: ClassVar[type[int]] = ...
688
+ _value2member_map_: ClassVar[dict] = ...
689
+
690
+ class CufftdxCodeType(enum.IntEnum):
691
+ """
692
+ Code type.Check cufftdx code type documentation for more details
693
+ (https://docs.nvidia.com/cuda/1.4.0-ea/cufftdx/api/methods.html#code-
694
+ type)
695
+
696
+ See `cufftdxCodeType`.
697
+ """
698
+ __new__: ClassVar[Callable] = ...
699
+ LTOIR: ClassVar[CufftdxCodeType] = ...
700
+ PTX: ClassVar[CufftdxCodeType] = ...
701
+ _generate_next_value_: ClassVar[Callable] = ...
702
+ _member_map_: ClassVar[dict] = ...
703
+ _member_names_: ClassVar[list] = ...
704
+ _member_type_: ClassVar[type[int]] = ...
705
+ _value2member_map_: ClassVar[dict] = ...
706
+
707
+ class CufftdxComplexLayout(enum.IntEnum):
708
+ """
709
+ Complex data layout.Check cufftdx layout documentation for more details
710
+ (https://docs.nvidia.com/cuda/cufftdx/api/methods.html#complex-element-
711
+ layouts)
712
+
713
+ See `cufftdxComplexLayout`.
714
+ """
715
+ __new__: ClassVar[Callable] = ...
716
+ FULL: ClassVar[CufftdxComplexLayout] = ...
717
+ NATURAL: ClassVar[CufftdxComplexLayout] = ...
718
+ PACKED: ClassVar[CufftdxComplexLayout] = ...
719
+ _generate_next_value_: ClassVar[Callable] = ...
720
+ _member_map_: ClassVar[dict] = ...
721
+ _member_names_: ClassVar[list] = ...
722
+ _member_type_: ClassVar[type[int]] = ...
723
+ _value2member_map_: ClassVar[dict] = ...
724
+
725
+ class CufftdxDirection(enum.IntEnum):
726
+ """
727
+ FFT direction.Check cufftdx::Direction operator documentation for more
728
+ details
729
+ (https://docs.nvidia.com/cuda/cufftdx/api/operators.html#direction-
730
+ operator)
731
+
732
+ See `cufftdxDirection`.
733
+ """
734
+ __new__: ClassVar[Callable] = ...
735
+ FORWARD: ClassVar[CufftdxDirection] = ...
736
+ INVERSE: ClassVar[CufftdxDirection] = ...
737
+ _generate_next_value_: ClassVar[Callable] = ...
738
+ _member_map_: ClassVar[dict] = ...
739
+ _member_names_: ClassVar[list] = ...
740
+ _member_type_: ClassVar[type[int]] = ...
741
+ _value2member_map_: ClassVar[dict] = ...
742
+
743
+ class CufftdxKnobType(enum.IntEnum):
744
+ """
745
+ cufftDx configuration knobsThe set of supported knobs used for
746
+ accessing cufftDx operator's performance configuration details. Check
747
+ cufftDx Execution Traits documentation for more details
748
+ (https://docs.nvidia.com/cuda/cufftdx/api/traits.html#execution-traits)
749
+
750
+ See `cufftdxKnobType`.
751
+ """
752
+ __new__: ClassVar[Callable] = ...
753
+ ELEMENTS_PER_THREAD: ClassVar[CufftdxKnobType] = ...
754
+ FFTS_PER_BLOCK: ClassVar[CufftdxKnobType] = ...
755
+ _generate_next_value_: ClassVar[Callable] = ...
756
+ _member_map_: ClassVar[dict] = ...
757
+ _member_names_: ClassVar[list] = ...
758
+ _member_type_: ClassVar[type[int]] = ...
759
+ _value2member_map_: ClassVar[dict] = ...
760
+
761
+ class CufftdxOperatorType(enum.IntEnum):
762
+ """
763
+ cufftDx operatorsThe set of supported cufftDx operators. Check cufftDx
764
+ description operators documentation for more details
765
+ (https://docs.nvidia.com/cuda/cufftdx/api/operators.html#description-
766
+ operators) Check cufftDx execution operators documentation for more
767
+ details
768
+ (https://docs.nvidia.com/cuda/cufftdx/api/operators.html#execution-
769
+ operators)
770
+
771
+ See `cufftdxOperatorType`.
772
+ """
773
+ __new__: ClassVar[Callable] = ...
774
+ API: ClassVar[CufftdxOperatorType] = ...
775
+ BLOCK_DIM: ClassVar[CufftdxOperatorType] = ...
776
+ CODE_TYPE: ClassVar[CufftdxOperatorType] = ...
777
+ DIRECTION: ClassVar[CufftdxOperatorType] = ...
778
+ ELEMENTS_PER_THREAD: ClassVar[CufftdxOperatorType] = ...
779
+ EXECUTION: ClassVar[CufftdxOperatorType] = ...
780
+ FFTS_PER_BLOCK: ClassVar[CufftdxOperatorType] = ...
781
+ PRECISION: ClassVar[CufftdxOperatorType] = ...
782
+ REAL_FFT_OPTIONS: ClassVar[CufftdxOperatorType] = ...
783
+ SIZE: ClassVar[CufftdxOperatorType] = ...
784
+ SM: ClassVar[CufftdxOperatorType] = ...
785
+ TYPE: ClassVar[CufftdxOperatorType] = ...
786
+ _generate_next_value_: ClassVar[Callable] = ...
787
+ _member_map_: ClassVar[dict] = ...
788
+ _member_names_: ClassVar[list] = ...
789
+ _member_type_: ClassVar[type[int]] = ...
790
+ _value2member_map_: ClassVar[dict] = ...
791
+
792
+ class CufftdxRealMode(enum.IntEnum):
793
+ """
794
+ Real data mode.Check cufftdx real data mode documentation for more
795
+ details (https://docs.nvidia.com/cuda/cufftdx/api/methods.html#real-
796
+ element-layouts)
797
+
798
+ See `cufftdxRealMode`.
799
+ """
800
+ __new__: ClassVar[Callable] = ...
801
+ FOLDED: ClassVar[CufftdxRealMode] = ...
802
+ NORMAL: ClassVar[CufftdxRealMode] = ...
803
+ _generate_next_value_: ClassVar[Callable] = ...
804
+ _member_map_: ClassVar[dict] = ...
805
+ _member_names_: ClassVar[list] = ...
806
+ _member_type_: ClassVar[type[int]] = ...
807
+ _value2member_map_: ClassVar[dict] = ...
808
+
809
+ class CufftdxTraitType(enum.IntEnum):
810
+ """
811
+ cufftDx traitsThe set of supported types of traits that can be accessed
812
+ from finalized sources that use cufftDx. Check cufftDx Execution
813
+ Thread Traits documentation for more details
814
+ (https://docs.nvidia.com/cuda/cufftdx/api/traits.html#thread-traits)
815
+ Check cufftDx Execution Block Traits documentation for more details
816
+ (https://docs.nvidia.com/cuda/cufftdx/api/traits.html#block-traits)
817
+
818
+ See `cufftdxTraitType`.
819
+ """
820
+ __new__: ClassVar[Callable] = ...
821
+ BLOCK_DIM: ClassVar[CufftdxTraitType] = ...
822
+ ELEMENTS_PER_THREAD: ClassVar[CufftdxTraitType] = ...
823
+ FFTS_PER_BLOCK: ClassVar[CufftdxTraitType] = ...
824
+ IMPLICIT_TYPE_BATCHING: ClassVar[CufftdxTraitType] = ...
825
+ INPUT_ELEMENTS_PER_THREAD: ClassVar[CufftdxTraitType] = ...
826
+ INPUT_LENGTH: ClassVar[CufftdxTraitType] = ...
827
+ INPUT_TYPE: ClassVar[CufftdxTraitType] = ...
828
+ OUTPUT_ELEMENTS_PER_THREAD: ClassVar[CufftdxTraitType] = ...
829
+ OUTPUT_LENGTH: ClassVar[CufftdxTraitType] = ...
830
+ OUTPUT_TYPE: ClassVar[CufftdxTraitType] = ...
831
+ SHARED_MEMORY_SIZE: ClassVar[CufftdxTraitType] = ...
832
+ STORAGE_SIZE: ClassVar[CufftdxTraitType] = ...
833
+ STRIDE: ClassVar[CufftdxTraitType] = ...
834
+ SUGGESTED_FFTS_PER_BLOCK: ClassVar[CufftdxTraitType] = ...
835
+ SYMBOL_NAME: ClassVar[CufftdxTraitType] = ...
836
+ VALUE_TYPE: ClassVar[CufftdxTraitType] = ...
837
+ _generate_next_value_: ClassVar[Callable] = ...
838
+ _member_map_: ClassVar[dict] = ...
839
+ _member_names_: ClassVar[list] = ...
840
+ _member_type_: ClassVar[type[int]] = ...
841
+ _value2member_map_: ClassVar[dict] = ...
842
+
843
+ class CufftdxType(enum.IntEnum):
844
+ """
845
+ Type of computation data.Check cufftdx::Type operator documentation for
846
+ more details
847
+ (https://docs.nvidia.com/cuda/cufftdx/api/methods.html#block-execute-
848
+ method)
849
+
850
+ See `cufftdxType`.
851
+ """
852
+ __new__: ClassVar[Callable] = ...
853
+ C2C: ClassVar[CufftdxType] = ...
854
+ C2R: ClassVar[CufftdxType] = ...
855
+ R2C: ClassVar[CufftdxType] = ...
856
+ _generate_next_value_: ClassVar[Callable] = ...
857
+ _member_map_: ClassVar[dict] = ...
858
+ _member_names_: ClassVar[list] = ...
859
+ _member_type_: ClassVar[type[int]] = ...
860
+ _value2member_map_: ClassVar[dict] = ...
861
+
862
+ class CuranddxDeviceFunctionType(enum.IntEnum):
863
+ """
864
+ Device functions.The set of supported device functions. Must be passed
865
+ using CURANDDX_OPERATOR_DEVICE_FUNCTIONS and can be or'ed to indicate
866
+ that libmathdx should generate multiple device functions.
867
+
868
+ See `curanddxDeviceFunctionType`.
869
+ """
870
+ __new__: ClassVar[Callable] = ...
871
+ DESTROY_STATE: ClassVar[CuranddxDeviceFunctionType] = ...
872
+ GENERATE: ClassVar[CuranddxDeviceFunctionType] = ...
873
+ INIT_STATE: ClassVar[CuranddxDeviceFunctionType] = ...
874
+ SKIP_OFFSET: ClassVar[CuranddxDeviceFunctionType] = ...
875
+ SKIP_SEQUENCE: ClassVar[CuranddxDeviceFunctionType] = ...
876
+ SKIP_SUBSEQUENCE: ClassVar[CuranddxDeviceFunctionType] = ...
877
+ _generate_next_value_: ClassVar[Callable] = ...
878
+ _member_map_: ClassVar[dict] = ...
879
+ _member_names_: ClassVar[list] = ...
880
+ _member_type_: ClassVar[type[int]] = ...
881
+ _value2member_map_: ClassVar[dict] = ...
882
+
883
+ class CuranddxDistribution(enum.IntEnum):
884
+ """
885
+ Distribution type.Indicate the random number generation to use. Can be
886
+ set using CURANDDX_OPERATOR_DISTRIBUTION and further customized using
887
+ CURANDDX_OPERATOR_NORMAL_METHOD. See cuRANDDx distributions in the
888
+ documentation:
889
+ https://docs.nvidia.com/cuda/curanddx/api/methods.html#random-number-
890
+ generation-with-distributions.
891
+
892
+ See `curanddxDistribution`.
893
+ """
894
+ __new__: ClassVar[Callable] = ...
895
+ LOG_NORMAL: ClassVar[CuranddxDistribution] = ...
896
+ NORMAL: ClassVar[CuranddxDistribution] = ...
897
+ POISSON: ClassVar[CuranddxDistribution] = ...
898
+ UNIFORM: ClassVar[CuranddxDistribution] = ...
899
+ UNIFORM_BITS: ClassVar[CuranddxDistribution] = ...
900
+ _generate_next_value_: ClassVar[Callable] = ...
901
+ _member_map_: ClassVar[dict] = ...
902
+ _member_names_: ClassVar[list] = ...
903
+ _member_type_: ClassVar[type[int]] = ...
904
+ _value2member_map_: ClassVar[dict] = ...
905
+
906
+ class CuranddxGenerateMethod(enum.IntEnum):
907
+ """
908
+ Generation method type.Specifies which generation method to use for
909
+ cuRANDDx distributions. Set using CURANDDX_OPERATOR_GENERATE_METHOD .
910
+ See cuRANDDx execution methods in the documentation:
911
+ https://docs.nvidia.com/cuda/curanddx/api/methods.html
912
+
913
+ See `curanddxGenerateMethod`.
914
+ """
915
+ __new__: ClassVar[Callable] = ...
916
+ PAIR: ClassVar[CuranddxGenerateMethod] = ...
917
+ QUAD: ClassVar[CuranddxGenerateMethod] = ...
918
+ SINGLE: ClassVar[CuranddxGenerateMethod] = ...
919
+ _generate_next_value_: ClassVar[Callable] = ...
920
+ _member_map_: ClassVar[dict] = ...
921
+ _member_names_: ClassVar[list] = ...
922
+ _member_type_: ClassVar[type[int]] = ...
923
+ _value2member_map_: ClassVar[dict] = ...
924
+
925
+ class CuranddxGenerator(enum.IntEnum):
926
+ """
927
+ Generator type.Matches cuRANDDx generator kinds. Set using
928
+ CURANDDX_OPERATOR_GENERATOR . See cuRANDDx generators in the
929
+ documentation: https://docs.nvidia.com/cuda/curanddx/api/description_op
930
+ s.html#generator-operator-label
931
+
932
+ See `curanddxGenerator`.
933
+ """
934
+ __new__: ClassVar[Callable] = ...
935
+ MRG32K3A: ClassVar[CuranddxGenerator] = ...
936
+ PCG: ClassVar[CuranddxGenerator] = ...
937
+ PHILOX4_32: ClassVar[CuranddxGenerator] = ...
938
+ SCRAMBLED_SOBOL32: ClassVar[CuranddxGenerator] = ...
939
+ SCRAMBLED_SOBOL64: ClassVar[CuranddxGenerator] = ...
940
+ SOBOL32: ClassVar[CuranddxGenerator] = ...
941
+ SOBOL64: ClassVar[CuranddxGenerator] = ...
942
+ XORWOW: ClassVar[CuranddxGenerator] = ...
943
+ _generate_next_value_: ClassVar[Callable] = ...
944
+ _member_map_: ClassVar[dict] = ...
945
+ _member_names_: ClassVar[list] = ...
946
+ _member_type_: ClassVar[type[int]] = ...
947
+ _value2member_map_: ClassVar[dict] = ...
948
+
949
+ class CuranddxNormalMethod(enum.IntEnum):
950
+ """
951
+ Normal distribution method type.Specifies the method to use for normal
952
+ and log-normal distributions. Set using CURANDDX_OPERATOR_NORMAL_METHOD
953
+ . See cuRANDDx normal distribution documentation:
954
+ https://docs.nvidia.com/cuda/curanddx/api/methods.html#normal-
955
+ distribution
956
+
957
+ See `curanddxNormalMethod`.
958
+ """
959
+ __new__: ClassVar[Callable] = ...
960
+ BOX_MULLER: ClassVar[CuranddxNormalMethod] = ...
961
+ ICDF: ClassVar[CuranddxNormalMethod] = ...
962
+ _generate_next_value_: ClassVar[Callable] = ...
963
+ _member_map_: ClassVar[dict] = ...
964
+ _member_names_: ClassVar[list] = ...
965
+ _member_type_: ClassVar[type[int]] = ...
966
+ _value2member_map_: ClassVar[dict] = ...
967
+
968
+ class CuranddxOperatorType(enum.IntEnum):
969
+ """
970
+ Operators.The set of supported curandDx operators.
971
+
972
+ See `curanddxOperatorType`.
973
+ """
974
+ __new__: ClassVar[Callable] = ...
975
+ DEVICE_FUNCTIONS: ClassVar[CuranddxOperatorType] = ...
976
+ DISTRIBUTION: ClassVar[CuranddxOperatorType] = ...
977
+ DISTRIBUTION_PARAMETERS: ClassVar[CuranddxOperatorType] = ...
978
+ EXECUTION: ClassVar[CuranddxOperatorType] = ...
979
+ GENERATE_METHOD: ClassVar[CuranddxOperatorType] = ...
980
+ GENERATOR: ClassVar[CuranddxOperatorType] = ...
981
+ NORMAL_METHOD: ClassVar[CuranddxOperatorType] = ...
982
+ OUTPUT_TYPE: ClassVar[CuranddxOperatorType] = ...
983
+ PHILOX_ROUNDS: ClassVar[CuranddxOperatorType] = ...
984
+ SM: ClassVar[CuranddxOperatorType] = ...
985
+ _generate_next_value_: ClassVar[Callable] = ...
986
+ _member_map_: ClassVar[dict] = ...
987
+ _member_names_: ClassVar[list] = ...
988
+ _member_type_: ClassVar[type[int]] = ...
989
+ _value2member_map_: ClassVar[dict] = ...
990
+
991
+ class CuranddxTraitType(enum.IntEnum):
992
+ """
993
+ Traits.The set of supported types of traits that can be accessed from
994
+ finalized sources that use curanddx.
995
+
996
+ See `curanddxTraitType`.
997
+ """
998
+ __new__: ClassVar[Callable] = ...
999
+ STATE_ALIGNMENT: ClassVar[CuranddxTraitType] = ...
1000
+ STATE_SIZE: ClassVar[CuranddxTraitType] = ...
1001
+ SYMBOL_DESTROY_STATE_NAME: ClassVar[CuranddxTraitType] = ...
1002
+ SYMBOL_GENERATE_NAME: ClassVar[CuranddxTraitType] = ...
1003
+ SYMBOL_INIT_STATE_NAME: ClassVar[CuranddxTraitType] = ...
1004
+ SYMBOL_SKIP_OFFSET_NAME: ClassVar[CuranddxTraitType] = ...
1005
+ SYMBOL_SKIP_SEQUENCE_NAME: ClassVar[CuranddxTraitType] = ...
1006
+ SYMBOL_SKIP_SUBSEQUENCE_NAME: ClassVar[CuranddxTraitType] = ...
1007
+ _generate_next_value_: ClassVar[Callable] = ...
1008
+ _member_map_: ClassVar[dict] = ...
1009
+ _member_names_: ClassVar[list] = ...
1010
+ _member_type_: ClassVar[type[int]] = ...
1011
+ _value2member_map_: ClassVar[dict] = ...
1012
+
1013
+ class CusolverdxApi(enum.IntEnum):
1014
+ """
1015
+ Type of cusolverdx API.
1016
+
1017
+ See `cusolverdxApi`.
1018
+ """
1019
+ __new__: ClassVar[Callable] = ...
1020
+ SMEM: ClassVar[CusolverdxApi] = ...
1021
+ SMEM_DYNAMIC_LD: ClassVar[CusolverdxApi] = ...
1022
+ _generate_next_value_: ClassVar[Callable] = ...
1023
+ _member_map_: ClassVar[dict] = ...
1024
+ _member_names_: ClassVar[list] = ...
1025
+ _member_type_: ClassVar[type[int]] = ...
1026
+ _value2member_map_: ClassVar[dict] = ...
1027
+
1028
+ class CusolverdxArrangement(enum.IntEnum):
1029
+ """
1030
+ Data arrangement mode.Defines data arrangements in tensors' taking part
1031
+ in the calculation.
1032
+
1033
+ See `cusolverdxArrangement`.
1034
+ """
1035
+ __new__: ClassVar[Callable] = ...
1036
+ COL_MAJOR: ClassVar[CusolverdxArrangement] = ...
1037
+ ROW_MAJOR: ClassVar[CusolverdxArrangement] = ...
1038
+ _generate_next_value_: ClassVar[Callable] = ...
1039
+ _member_map_: ClassVar[dict] = ...
1040
+ _member_names_: ClassVar[list] = ...
1041
+ _member_type_: ClassVar[type[int]] = ...
1042
+ _value2member_map_: ClassVar[dict] = ...
1043
+
1044
+ class CusolverdxDiag(enum.IntEnum):
1045
+ """
1046
+ Diag operator.Indicates whether the matrix diagonal is unit (all ones)
1047
+ or non-unit.
1048
+
1049
+ See `cusolverdxDiag`.
1050
+ """
1051
+ __new__: ClassVar[Callable] = ...
1052
+ NON_UNIT: ClassVar[CusolverdxDiag] = ...
1053
+ UNIT: ClassVar[CusolverdxDiag] = ...
1054
+ _generate_next_value_: ClassVar[Callable] = ...
1055
+ _member_map_: ClassVar[dict] = ...
1056
+ _member_names_: ClassVar[list] = ...
1057
+ _member_type_: ClassVar[type[int]] = ...
1058
+ _value2member_map_: ClassVar[dict] = ...
1059
+
1060
+ class CusolverdxFillMode(enum.IntEnum):
1061
+ """
1062
+ Tensor fill mode.For symmetric matrix the fill mode can be upper or
1063
+ lower triangular
1064
+
1065
+ See `cusolverdxFillMode`.
1066
+ """
1067
+ __new__: ClassVar[Callable] = ...
1068
+ LOWER: ClassVar[CusolverdxFillMode] = ...
1069
+ UPPER: ClassVar[CusolverdxFillMode] = ...
1070
+ _generate_next_value_: ClassVar[Callable] = ...
1071
+ _member_map_: ClassVar[dict] = ...
1072
+ _member_names_: ClassVar[list] = ...
1073
+ _member_type_: ClassVar[type[int]] = ...
1074
+ _value2member_map_: ClassVar[dict] = ...
1075
+
1076
+ class CusolverdxFunction(enum.IntEnum):
1077
+ '''
1078
+ Type of device function.The function signatures depend on the selected
1079
+ cusolverdxApi_t: - For CUSOLVERDX_API_SMEM: Leading dimensions are
1080
+ fixed at compile time. - For CUSOLVERDX_API_SMEM_DYNAMIC_LD: Leading
1081
+ dimensions are passed as pointers to `unsigned` at runtime. Type
1082
+ definitions used in function signatures: - `value_type`: The value
1083
+ type determined by CUSOLVERDX_OPERATOR_TYPE and
1084
+ CUSOLVERDX_OPERATOR_PRECISION. For real types: `float` or `double`. For
1085
+ complex types: `cuFloatComplex` or `cuDoubleComplex`. - `status_type`:
1086
+ A signed 32b integer (`int`) used to return status information. All
1087
+ functions are `extern "C"` and the symbol name can be queried using
1088
+ CUSOLVERDX_TRAIT_SYMBOL_NAME.
1089
+
1090
+ See `cusolverdxFunction`.
1091
+ '''
1092
+ __new__: ClassVar[Callable] = ...
1093
+ GELQF: ClassVar[CusolverdxFunction] = ...
1094
+ GELS: ClassVar[CusolverdxFunction] = ...
1095
+ GEQRF: ClassVar[CusolverdxFunction] = ...
1096
+ GESV_NO_PIVOT: ClassVar[CusolverdxFunction] = ...
1097
+ GESV_PARTIAL_PIVOT: ClassVar[CusolverdxFunction] = ...
1098
+ GETRF_NO_PIVOT: ClassVar[CusolverdxFunction] = ...
1099
+ GETRF_PARTIAL_PIVOT: ClassVar[CusolverdxFunction] = ...
1100
+ GETRS_NO_PIVOT: ClassVar[CusolverdxFunction] = ...
1101
+ GETRS_PARTIAL_PIVOT: ClassVar[CusolverdxFunction] = ...
1102
+ GTSV_NO_PIVOT: ClassVar[CusolverdxFunction] = ...
1103
+ HEEV: ClassVar[CusolverdxFunction] = ...
1104
+ HTEV: ClassVar[CusolverdxFunction] = ...
1105
+ POSV: ClassVar[CusolverdxFunction] = ...
1106
+ POTRF: ClassVar[CusolverdxFunction] = ...
1107
+ POTRS: ClassVar[CusolverdxFunction] = ...
1108
+ TRSM: ClassVar[CusolverdxFunction] = ...
1109
+ UNGLQ: ClassVar[CusolverdxFunction] = ...
1110
+ UNGQR: ClassVar[CusolverdxFunction] = ...
1111
+ UNMLQ: ClassVar[CusolverdxFunction] = ...
1112
+ UNMQR: ClassVar[CusolverdxFunction] = ...
1113
+ _generate_next_value_: ClassVar[Callable] = ...
1114
+ _member_map_: ClassVar[dict] = ...
1115
+ _member_names_: ClassVar[list] = ...
1116
+ _member_type_: ClassVar[type[int]] = ...
1117
+ _value2member_map_: ClassVar[dict] = ...
1118
+
1119
+ class CusolverdxJob(enum.IntEnum):
1120
+ """
1121
+ Job operator.Specifies whether and how eigenvectors are computed and
1122
+ stored in eigenvalue operations.
1123
+
1124
+ See `cusolverdxJob`.
1125
+ """
1126
+ __new__: ClassVar[Callable] = ...
1127
+ ALL_VECTORS: ClassVar[CusolverdxJob] = ...
1128
+ MULTIPLY_VECTORS: ClassVar[CusolverdxJob] = ...
1129
+ NO_VECTORS: ClassVar[CusolverdxJob] = ...
1130
+ OVERWRITE_VECTORS: ClassVar[CusolverdxJob] = ...
1131
+ _generate_next_value_: ClassVar[Callable] = ...
1132
+ _member_map_: ClassVar[dict] = ...
1133
+ _member_names_: ClassVar[list] = ...
1134
+ _member_type_: ClassVar[type[int]] = ...
1135
+ _value2member_map_: ClassVar[dict] = ...
1136
+
1137
+ class CusolverdxOperatorType(enum.IntEnum):
1138
+ """
1139
+ Operators.The set of supported cusolverDx operators.
1140
+
1141
+ See `cusolverdxOperatorType`.
1142
+ """
1143
+ __new__: ClassVar[Callable] = ...
1144
+ API: ClassVar[CusolverdxOperatorType] = ...
1145
+ ARRANGEMENT: ClassVar[CusolverdxOperatorType] = ...
1146
+ BATCHES_PER_BLOCK: ClassVar[CusolverdxOperatorType] = ...
1147
+ BLOCK_DIM: ClassVar[CusolverdxOperatorType] = ...
1148
+ DIAG: ClassVar[CusolverdxOperatorType] = ...
1149
+ EXECUTION: ClassVar[CusolverdxOperatorType] = ...
1150
+ FILL_MODE: ClassVar[CusolverdxOperatorType] = ...
1151
+ FUNCTION: ClassVar[CusolverdxOperatorType] = ...
1152
+ JOB: ClassVar[CusolverdxOperatorType] = ...
1153
+ LEADING_DIMENSION: ClassVar[CusolverdxOperatorType] = ...
1154
+ PRECISION: ClassVar[CusolverdxOperatorType] = ...
1155
+ SIDE: ClassVar[CusolverdxOperatorType] = ...
1156
+ SIZE: ClassVar[CusolverdxOperatorType] = ...
1157
+ SM: ClassVar[CusolverdxOperatorType] = ...
1158
+ TRANSPOSE_MODE: ClassVar[CusolverdxOperatorType] = ...
1159
+ TYPE: ClassVar[CusolverdxOperatorType] = ...
1160
+ _generate_next_value_: ClassVar[Callable] = ...
1161
+ _member_map_: ClassVar[dict] = ...
1162
+ _member_names_: ClassVar[list] = ...
1163
+ _member_type_: ClassVar[type[int]] = ...
1164
+ _value2member_map_: ClassVar[dict] = ...
1165
+
1166
+ class CusolverdxSide(enum.IntEnum):
1167
+ """
1168
+ Side operator.Indicates which side an operator is applied from in
1169
+ operations such as matrix multiplication.
1170
+
1171
+ See `cusolverdxSide`.
1172
+ """
1173
+ __new__: ClassVar[Callable] = ...
1174
+ LEFT: ClassVar[CusolverdxSide] = ...
1175
+ RIGHT: ClassVar[CusolverdxSide] = ...
1176
+ _generate_next_value_: ClassVar[Callable] = ...
1177
+ _member_map_: ClassVar[dict] = ...
1178
+ _member_names_: ClassVar[list] = ...
1179
+ _member_type_: ClassVar[type[int]] = ...
1180
+ _value2member_map_: ClassVar[dict] = ...
1181
+
1182
+ class CusolverdxTraitType(enum.IntEnum):
1183
+ """
1184
+ Traits.The set of supported types of traits that can be accessed from
1185
+ finalized sources that use cusolverdx.
1186
+
1187
+ See `cusolverdxTraitType`.
1188
+ """
1189
+ __new__: ClassVar[Callable] = ...
1190
+ ARRANGEMENT: ClassVar[CusolverdxTraitType] = ...
1191
+ BATCHES_PER_BLOCK: ClassVar[CusolverdxTraitType] = ...
1192
+ BLOCK_DIM: ClassVar[CusolverdxTraitType] = ...
1193
+ LEADING_DIMENSION: ClassVar[CusolverdxTraitType] = ...
1194
+ SHARED_MEMORY_SIZE: ClassVar[CusolverdxTraitType] = ...
1195
+ SUGGESTED_BATCHES_PER_BLOCK: ClassVar[CusolverdxTraitType] = ...
1196
+ SUGGESTED_BLOCK_DIM: ClassVar[CusolverdxTraitType] = ...
1197
+ SUGGESTED_LEADING_DIMENSION: ClassVar[CusolverdxTraitType] = ...
1198
+ SYMBOL_NAME: ClassVar[CusolverdxTraitType] = ...
1199
+ TYPE: ClassVar[CusolverdxTraitType] = ...
1200
+ VALUE_TYPE: ClassVar[CusolverdxTraitType] = ...
1201
+ WORKSPACE_SIZE: ClassVar[CusolverdxTraitType] = ...
1202
+ _generate_next_value_: ClassVar[Callable] = ...
1203
+ _member_map_: ClassVar[dict] = ...
1204
+ _member_names_: ClassVar[list] = ...
1205
+ _member_type_: ClassVar[type[int]] = ...
1206
+ _value2member_map_: ClassVar[dict] = ...
1207
+
1208
+ class CusolverdxTransposeMode(enum.IntEnum):
1209
+ """
1210
+ Transpose mode.Indicates inputs or outputs must be considered
1211
+ transposed.
1212
+
1213
+ See `cusolverdxTransposeMode`.
1214
+ """
1215
+ __new__: ClassVar[Callable] = ...
1216
+ CONJ_TRANSPOSED: ClassVar[CusolverdxTransposeMode] = ...
1217
+ NON_TRANSPOSED: ClassVar[CusolverdxTransposeMode] = ...
1218
+ TRANSPOSED: ClassVar[CusolverdxTransposeMode] = ...
1219
+ _generate_next_value_: ClassVar[Callable] = ...
1220
+ _member_map_: ClassVar[dict] = ...
1221
+ _member_names_: ClassVar[list] = ...
1222
+ _member_type_: ClassVar[type[int]] = ...
1223
+ _value2member_map_: ClassVar[dict] = ...
1224
+
1225
+ class CusolverdxType(enum.IntEnum):
1226
+ """
1227
+ Type of input values.
1228
+
1229
+ See `cusolverdxType`.
1230
+ """
1231
+ __new__: ClassVar[Callable] = ...
1232
+ COMPLEX: ClassVar[CusolverdxType] = ...
1233
+ REAL: ClassVar[CusolverdxType] = ...
1234
+ _generate_next_value_: ClassVar[Callable] = ...
1235
+ _member_map_: ClassVar[dict] = ...
1236
+ _member_names_: ClassVar[list] = ...
1237
+ _member_type_: ClassVar[type[int]] = ...
1238
+ _value2member_map_: ClassVar[dict] = ...
1239
+
1240
+ class LibMathDxError(Exception):
1241
+ def __init__(self, status) -> Any:
1242
+ """LibMathDxError.__init__(self, status)"""
1243
+ def __reduce__(self) -> Any:
1244
+ """LibMathDxError.__reduce__(self)"""