Registry / utility / kineto

kineto

JSON →
library2026-04-10vcpkgunverified

Kineto: PyTorch profiler library (headers)

vcpkg install kineto
INSTALL
IMPORT
SIG · KINETO
K
kineto
utilitycppv2026-04-10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kineto/ActivityProfilerInterface.h
#include <kineto/ActivityProfilerInterface.h>

Start and stop the Kineto profiler

#include <kineto/ActivityProfilerInterface.h> #include <iostream> int main() { libkineto::ActivityProfilerInterface& profiler = libkineto::activityProfiler(); profiler.start(); // ... perform operations ... profiler.stop(); std::cout << "Profiling completed" << std::endl; return 0; }
Debug
Known issues
gotchaThis is a header-only library intended for integration with PyTorch; standalone use may require additional dependencies.
fix
Ensure you have the necessary PyTorch or CUDA dependencies if using GPU profiling features.
affects: *
Upgrade
Version history
2026-04-10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

kineto — pip install kineto · libregistry