Timing Cache Migration#
ITimingCache and related builder APIs persist from TensorRT but does not affect engines built by TensorRT-RTX. Using them forces a GPU query during ahead-of-time compilation, which prevents CPU-only AOT builds. These APIs were deprecated in TensorRT-RTX 1.2 and will be removed in a future release.
API / behavior |
Effect in TensorRT-RTX |
Recommendation |
|---|---|---|
|
No impact on the serialized engine; requires a GPU during AOT |
Do not use; remove from ported TensorRT code |
Stores JIT-compiled kernels for faster startup |
Use runtime cache instead for cross-run performance |
For porting notes, refer to the Porting Guide for TensorRT Applications. For runtime cache setup, refer to Working with Runtime Cache.