dask-cuda 25.2.0__py3-none-any.whl → 25.6.0__py3-none-any.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.
- dask_cuda/GIT_COMMIT +1 -0
- dask_cuda/VERSION +1 -1
- dask_cuda/__init__.py +38 -27
- dask_cuda/_compat.py +18 -0
- dask_cuda/explicit_comms/comms.py +34 -7
- dask_cuda/explicit_comms/dataframe/shuffle.py +127 -35
- dask_cuda/get_device_memory_objects.py +15 -0
- dask_cuda/is_device_object.py +4 -1
- dask_cuda/is_spillable_object.py +4 -1
- dask_cuda/proxify_device_objects.py +4 -1
- dask_cuda/proxy_object.py +55 -35
- dask_cuda/tests/test_dask_cuda_worker.py +5 -2
- dask_cuda/tests/test_explicit_comms.py +136 -6
- dask_cuda/tests/test_initialize.py +36 -0
- dask_cuda/tests/test_local_cuda_cluster.py +5 -2
- dask_cuda/tests/test_proxify_host_file.py +15 -2
- dask_cuda/tests/test_spill.py +100 -27
- dask_cuda/utils.py +61 -33
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info}/METADATA +7 -5
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info}/RECORD +24 -22
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info}/WHEEL +1 -1
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info}/top_level.txt +0 -1
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info}/entry_points.txt +0 -0
- {dask_cuda-25.2.0.dist-info → dask_cuda-25.6.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
dask_cuda/
|
|
2
|
-
dask_cuda/
|
|
1
|
+
dask_cuda/GIT_COMMIT,sha256=TiWUPXNqs5gL3lxRLAbL9S16XUILnjLBQ-tX9pxEkwE,41
|
|
2
|
+
dask_cuda/VERSION,sha256=mkkPLCPxib-wy79AMMpM4Bq103DbRbHiXhZFFnGa_sk,8
|
|
3
|
+
dask_cuda/__init__.py,sha256=Wbc7R0voN4vsQkb7SKuVXH0YXuXtfnAxrupxfM4lT10,1933
|
|
4
|
+
dask_cuda/_compat.py,sha256=AG2lKGAtZitDPBjHeFDKLTN_B5HKodrhZ2kHlk1Z-D0,498
|
|
3
5
|
dask_cuda/_version.py,sha256=cHDO9AzNtxkCVhwYu7hL3H7RPAkQnxpKBjElOst3rkI,964
|
|
4
6
|
dask_cuda/cli.py,sha256=cScVyNiA_l9uXeDgkIcmbcR4l4cH1_1shqSqsVmuHPE,17053
|
|
5
7
|
dask_cuda/cuda_worker.py,sha256=rZ1ITG_ZCbuaMA9e8uSqCjU8Km4AMphGGrxpBPQG8xU,9477
|
|
6
8
|
dask_cuda/device_host_file.py,sha256=yS31LGtt9VFAG78uBBlTDr7HGIng2XymV1OxXIuEMtM,10272
|
|
7
9
|
dask_cuda/disk_io.py,sha256=urSLKiPvJvYmKCzDPOUDCYuLI3r1RUiyVh3UZGRoF_Y,6626
|
|
8
|
-
dask_cuda/get_device_memory_objects.py,sha256=
|
|
10
|
+
dask_cuda/get_device_memory_objects.py,sha256=peqXY8nAOtZpo9Pk1innP0rKySB8X4647YYqrwLYPHo,4569
|
|
9
11
|
dask_cuda/initialize.py,sha256=Gjcxs_c8DTafgsHe5-2mw4lJdOmbFJJAZVOnxA8lTjM,6462
|
|
10
|
-
dask_cuda/is_device_object.py,sha256=
|
|
11
|
-
dask_cuda/is_spillable_object.py,sha256=
|
|
12
|
+
dask_cuda/is_device_object.py,sha256=x9klFdeQzLcug7wZMxN3GK2AS121tlDe-LQ2uznm5yo,1179
|
|
13
|
+
dask_cuda/is_spillable_object.py,sha256=8gj6QgtKcmzrpQwy8rE-pS1R8tjaJOeD-Fzr6LumjJg,1596
|
|
12
14
|
dask_cuda/local_cuda_cluster.py,sha256=wqwKVRV6jT13sf9e-XsvbVBlTrnhmcbmHQBFPTFcayw,20335
|
|
13
15
|
dask_cuda/plugins.py,sha256=A2aT8HA6q_JhIEx6-XKcpbWEbl7aTg1GNoZQH8_vh00,7197
|
|
14
|
-
dask_cuda/proxify_device_objects.py,sha256=
|
|
16
|
+
dask_cuda/proxify_device_objects.py,sha256=jWljqWddOT8NksyNKOh_9nFoV70_3P6s8P91oXdCfEk,8225
|
|
15
17
|
dask_cuda/proxify_host_file.py,sha256=Wf5CFCC1JN5zmfvND3ls0M5FL01Y8VhHrk0xV3UQ9kk,30850
|
|
16
|
-
dask_cuda/proxy_object.py,sha256=
|
|
17
|
-
dask_cuda/utils.py,sha256=
|
|
18
|
+
dask_cuda/proxy_object.py,sha256=mrCCGwS-mltcY8oddJEXnPL6rV2dBpGgsFypBVbxRsA,30150
|
|
19
|
+
dask_cuda/utils.py,sha256=wJ-oTj6mJHojz7JEMTh_QFnvz5igj4ULCbpI0r_XqMY,26273
|
|
18
20
|
dask_cuda/utils_test.py,sha256=WNMR0gic2tuP3pgygcR9g52NfyX8iGMOan6juXhpkCE,1694
|
|
19
21
|
dask_cuda/worker_spec.py,sha256=7-Uq_e5q2SkTlsmctMcYLCa9_3RiiVHZLIN7ctfaFmE,4376
|
|
20
22
|
dask_cuda/benchmarks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -27,29 +29,29 @@ dask_cuda/benchmarks/local_cupy_map_overlap.py,sha256=YAllGFuG6MePfPL8gdZ-Ld7a44
|
|
|
27
29
|
dask_cuda/benchmarks/read_parquet.py,sha256=spKu6RLWYngPZq9hnaoU0mz7INIaJnErfqjBG2wH8Zc,7614
|
|
28
30
|
dask_cuda/benchmarks/utils.py,sha256=_x0XXL_F3W-fExpuQfTBwuK3WnrVuXQQepbnvjUqS9o,30075
|
|
29
31
|
dask_cuda/explicit_comms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
dask_cuda/explicit_comms/comms.py,sha256=
|
|
32
|
+
dask_cuda/explicit_comms/comms.py,sha256=uq-XPOH38dFcYS_13Vomj2ER6zxQz7DPeSM000mOVmY,11541
|
|
31
33
|
dask_cuda/explicit_comms/dataframe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
dask_cuda/explicit_comms/dataframe/shuffle.py,sha256=
|
|
34
|
+
dask_cuda/explicit_comms/dataframe/shuffle.py,sha256=yG9_7BuXSswiZjFfs6kVdHBA2-mlSBKN1i6phgNTJMY,23815
|
|
33
35
|
dask_cuda/tests/test_cudf_builtin_spilling.py,sha256=qVN9J0Hdv66A9COFArLIdRriyyxEKpS3lEZGHbVHaq8,4903
|
|
34
|
-
dask_cuda/tests/test_dask_cuda_worker.py,sha256=
|
|
36
|
+
dask_cuda/tests/test_dask_cuda_worker.py,sha256=yG_RcOTF6vt-LBBVrjEQ_2vRZvVfFgFDMedPMSzkFws,20657
|
|
35
37
|
dask_cuda/tests/test_device_host_file.py,sha256=79ssUISo1YhsW_7HdwqPfsH2LRzS2bi5BjPym1Sdgqw,5882
|
|
36
38
|
dask_cuda/tests/test_dgx.py,sha256=BPCF4ZvhrVKkT43OOFHdijuo-M34vW3V18C8rRH1HXg,7489
|
|
37
|
-
dask_cuda/tests/test_explicit_comms.py,sha256=
|
|
39
|
+
dask_cuda/tests/test_explicit_comms.py,sha256=hrNrTKP-pBSohyUqn1hnXKkUttGwRLeYY2bniEXM1FM,19944
|
|
38
40
|
dask_cuda/tests/test_from_array.py,sha256=okT1B6UqHmLxoy0uER0Ylm3UyOmi5BAXwJpTuTAw44I,601
|
|
39
41
|
dask_cuda/tests/test_gds.py,sha256=j1Huud6UGm1fbkyRLQEz_ysrVw__5AimwSn_M-2GEvs,1513
|
|
40
|
-
dask_cuda/tests/test_initialize.py,sha256=
|
|
41
|
-
dask_cuda/tests/test_local_cuda_cluster.py,sha256=
|
|
42
|
-
dask_cuda/tests/test_proxify_host_file.py,sha256=
|
|
42
|
+
dask_cuda/tests/test_initialize.py,sha256=4Ovv_ClokKibPX6wfuaoQgN4eKCohagRFoE3s3D7Huk,8119
|
|
43
|
+
dask_cuda/tests/test_local_cuda_cluster.py,sha256=AiVUx3PkuIeobw1QXdr3mvom_l8DFVvRIvMQE91zAag,19811
|
|
44
|
+
dask_cuda/tests/test_proxify_host_file.py,sha256=pFORynzqGpe9mz_rPwTVW6O4VoY2E0EmjsT7Ux_c920,19333
|
|
43
45
|
dask_cuda/tests/test_proxy.py,sha256=U9uE-QesTwquNKzTReEKiYgoRgS_pfGW-A-gJNppHyg,23817
|
|
44
|
-
dask_cuda/tests/test_spill.py,sha256=
|
|
46
|
+
dask_cuda/tests/test_spill.py,sha256=A4-pJWCfShUaEGKbUdeIpcVL8zCyyPfAjdlJ0As3LDQ,15462
|
|
45
47
|
dask_cuda/tests/test_utils.py,sha256=PQI_oTONWnKSKlkQfEeK-vlmYa0-cPpDjDEbm74cNCE,9104
|
|
46
48
|
dask_cuda/tests/test_version.py,sha256=vK2HjlRLX0nxwvRsYxBqhoZryBNZklzA-vdnyuWDxVg,365
|
|
47
49
|
dask_cuda/tests/test_worker_spec.py,sha256=Bvu85vkqm6ZDAYPXKMJlI2pm9Uc5tiYKNtO4goXSw-I,2399
|
|
50
|
+
dask_cuda-25.6.0.dist-info/licenses/LICENSE,sha256=MjI3I-EgxfEvZlgjk82rgiFsZqSDXHFETd2QJ89UwDA,11348
|
|
48
51
|
examples/ucx/client_initialize.py,sha256=YN3AXHF8btcMd6NicKKhKR9SXouAsK1foJhFspbOn70,1262
|
|
49
52
|
examples/ucx/local_cuda_cluster.py,sha256=7xVY3EhwhkY2L4VZin_BiMCbrjhirDNChoC86KiETNc,1983
|
|
50
|
-
dask_cuda-25.
|
|
51
|
-
dask_cuda-25.
|
|
52
|
-
dask_cuda-25.
|
|
53
|
-
dask_cuda-25.
|
|
54
|
-
dask_cuda-25.
|
|
55
|
-
dask_cuda-25.2.0.dist-info/RECORD,,
|
|
53
|
+
dask_cuda-25.6.0.dist-info/METADATA,sha256=Eolq3LbkRkU0ukh5enuHzLIK-YYo-Q_PX2bobo-rT1E,2345
|
|
54
|
+
dask_cuda-25.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
55
|
+
dask_cuda-25.6.0.dist-info/entry_points.txt,sha256=UcRaKVEpywtxc6pF1VnfMB0UK4sJg7a8_NdZF67laPM,136
|
|
56
|
+
dask_cuda-25.6.0.dist-info/top_level.txt,sha256=S_m57qClWFTZ9rBMNTPikpBiy9vTn6_4pjGuInt0XE8,28
|
|
57
|
+
dask_cuda-25.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|