Updates in CUPTI Python 13.0.0ΒΆ

Refer CUPTI C 13.0.0 release notes.

New Features

  • New Activity Kind cupti.cupti.ActivityKind.ROTATION and its corresponding activity class cupti.cupti.ActivityConfidentialComputeRotation has been added.

  • Support for Activity Kind cupti.cupti.ActivityKind.RUNTIME and Callback Domain cupti.CallbackDomain.RUNTIME_API have been added.

  • New activity classes cupti.cupti.ActivityKernel10 and cupti.cupti.ActivityMemoryPool3 have been introduced.

  • Support for APIs cupti.cupti.subscribe_v2, cupti.cupti.activity_enable_cuda_event_device_timestamps and cupti.cupti.activity_enable_all_sync_records has been added.

  • Added cupti.pyi stub file to improve IDE support, including type hints and auto-completion.

  • Support for Python 3.13 has been added.

  • Support for Linux (aarch64 sbsa) architecture has been added.

Deprecated and dropped features

  • Support for activity classes cupti.cupti.ActivityKernel9 and cupti.cupti.ActivityMemoryPool2 has been removed.