Skip to content

Kronos

Kronos is yasp's embedded-compilation product. It takes a PyTorch model and builds a hardware-specific TensorRT engine on the GPU you're targeting — a Jetson, Drive AGX, or dGPU box — including models with ops that stock TensorRT can't convert on its own. The engine ships as a self-contained C++ package you can run, benchmark, and profile on the device.

A Kronos worker runs on the target hardware and does the actual build; you drive prepare, compile, and verify from your reference machine.

Guides

Workers

  • Kronos workers — pick the image for your hardware and deploy the worker with Docker (or Helm for a cluster).

Reference