|
6 | 6 | ``cuda-bindings`` 13.4.0 Release notes |
7 | 7 | ====================================== |
8 | 8 |
|
| 9 | +New APIs |
| 10 | +-------- |
| 11 | + |
| 12 | +New APIs from CUDA Toolkit 13.4 are now available in ``cuda-bindings``. |
| 13 | + |
| 14 | +New driver API functions: |
| 15 | + |
| 16 | +* :func:`driver.cuDeviceGetFabricClusterUuid` |
| 17 | +* :func:`driver.cuDeviceGetCliqueCount` |
| 18 | +* :func:`driver.cuDeviceGetCliqueInfo` |
| 19 | +* :func:`driver.cuMemGetLocationInfo` |
| 20 | +* :func:`driver.cuGraphAddNode_v3` |
| 21 | +* :func:`driver.cuGraphNodeSetParams_v2` |
| 22 | +* :func:`driver.cuCheckpointOperationComplete` |
| 23 | + |
| 24 | +New runtime API functions: |
| 25 | + |
| 26 | +* :func:`runtime.cudaMemGetLocationInfo` |
| 27 | + |
| 28 | +New cuFile API functions: |
| 29 | + |
| 30 | +* :func:`cufile.readv` |
| 31 | +* :func:`cufile.writev` |
| 32 | + |
| 33 | +New NVML API functions: |
| 34 | + |
| 35 | +* :func:`nvml.system_get_cper_v1` |
| 36 | +* :func:`nvml.device_get_bbx_time_data_v1` |
| 37 | +* :func:`nvml.device_get_accounting_stats_v2` |
| 38 | +* :func:`nvml.device_get_remapped_rows_v2` |
| 39 | +* :func:`nvml.device_set_adaptive_tgp_mode_v1` |
| 40 | +* :func:`nvml.device_get_adaptive_tgp_mode_info_v1` |
| 41 | +* :func:`nvml.device_set_memory_limits_v1` |
| 42 | +* :func:`nvml.device_get_memory_limits_v1` |
| 43 | +* :func:`nvml.device_get_gpu_fabric_info_v4` |
| 44 | +* :func:`nvml.device_perf_metrics_get_samples_v1` |
| 45 | +* :func:`nvml.device_set_nvlink_bw_mode_async_v1` |
| 46 | +* :func:`nvml.device_get_nv_link_telemetry_samples_v1` |
| 47 | +* :func:`nvml.event_set_register_gpu_operational_events_v1` |
| 48 | +* :func:`nvml.event_set_wait_v3` |
| 49 | +* :func:`nvml.event_set_get_context_count_v1` |
| 50 | +* :func:`nvml.event_set_get_context_info_v1` |
| 51 | +* :func:`nvml.event_set_get_gpu_operational_event_context_legacy_xid_v1` |
| 52 | +* :func:`nvml.device_get_bank_remapper_status_v1` |
| 53 | +* :func:`nvml.event_set_get_context_data_v1` |
| 54 | + |
9 | 55 | Deprecation Notices |
10 | 56 | ------------------- |
11 | 57 |
|
|
0 commit comments