{"library":"nvidia-cuda-cupti","title":"NVIDIA CUDA CUPTI Runtime Libraries","description":"The `nvidia-cuda-cupti` package provides the CUDA Profiling Tools Interface (CUPTI) runtime libraries, essential for profiling CUDA applications. It's a low-level dependency that makes the necessary shared libraries available in the environment. The current version is 13.2.23, and it's released in alignment with NVIDIA's CUDA Toolkit versions.","language":"python","status":"active","last_verified":"Thu Apr 09","install":{"commands":["pip install nvidia-cuda-cupti"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# This library provides low-level CUDA profiling tools runtime libraries.\n# It does NOT expose direct Python APIs for import and use via `import nvidia_cuda_cupti`.\n# Its primary purpose is to make the necessary C/C++ shared libraries (e.g., libcupti.so)\n# available in the environment for other Python libraries (e.g., PyTorch, TensorFlow, Numba, CuPy)\n# that interface with CUDA and CUPTI for profiling and performance analysis.\n\nprint(\"nvidia-cuda-cupti is installed as a runtime dependency.\")\nprint(\"It provides the CUPTI shared libraries for CUDA-enabled applications.\")\nprint(\"To verify its effect, you would typically use a profiling tool or framework that relies on CUPTI,\")\nprint(\"e.g., enabling profilers in PyTorch or TensorFlow, which would then leverage these libraries.\")\nprint(\"No direct Python interaction with this package is expected after installation.\")","lang":"python","description":"This quickstart demonstrates that `nvidia-cuda-cupti` is a runtime dependency without direct Python imports. Its presence is primarily for other CUDA-aware libraries to utilize its underlying C/C++ shared objects for profiling.","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":1},{"runtime":"python:3.10-slim","exit_code":0},{"runtime":"python:3.11-alpine","exit_code":1},{"runtime":"python:3.11-slim","exit_code":0},{"runtime":"python:3.12-alpine","exit_code":1},{"runtime":"python:3.12-slim","exit_code":0},{"runtime":"python:3.13-alpine","exit_code":1},{"runtime":"python:3.13-slim","exit_code":0},{"runtime":"python:3.9-alpine","exit_code":1},{"runtime":"python:3.9-slim","exit_code":0}]},"compatibility":null}