samna.jit#

Submodules#

Module content#

samna.jit.clear_jit_cache() None#

Clear the JIT cache. Remove all artifacts from disk and clear the loaded buffers from memory.

samna.jit.init_jit_configuration(arg0: str, arg1: str) None#

Initialize the JIT configuration. This function should not be invoked explicitly by the user.

Parameters:
  • configPath (string) – Path to the configuration file.

  • moduleParentPath (string) – Path to the python module parent folder.

samna.jit.set_jit_cache_path(arg0: str) None#

Set the JIT cache path. This function should not be invoked explicitly by the user.

Parameters:

cachePath (string) – Path to the jit cache folder.