triton_vm::config

Function overwrite_lde_trace_caching_to

Source
pub fn overwrite_lde_trace_caching_to(decision: CacheDecision)
Expand description

Overwrite the automatic decision whether to cache the low-degree extended trace when proving. Takes precedence over the environment variable TVM_LDE_TRACE.

Caching the low-degree extended trace improves proving speed but requires more memory. It is generally recommended to cache the trace. Triton VM will make an automatic decision based on free memory. Use this function if you know your requirements better.