config

Global configuration options for Tripy.

nvtripy.config.use_cache_in_eager_mode: bool = True

Whether to enable executable caching to speed up eager mode.

This can also be enabled/disabled by setting the TRIPY_USE_CACHE_IN_EAGER_MODE environment variable to 1/0 respectively.

nvtripy.config.timing_cache_file_path: str

Path to a timing cache file that can be used to speed up compilation time.

nvtripy.config.enable_dtype_checking: bool = True

Whether to enable data type checking in API functions.