Integrate DS4 execution parity in Rust

This commit is contained in:
Georg Bauer
2026-07-26 17:58:05 +02:00
parent c9f0c3661c
commit 4420b81117
20 changed files with 11643 additions and 358 deletions

View File

@@ -231,7 +231,7 @@ impl GlmExecutor {
}
let weights = GlmWeights::bind(&model)?;
let admission = admission_bytes(&model, &weights, context, ssd)?;
let context_handle = Context::open(&model, quality, ssd.enabled, admission)?;
let context_handle = Context::open(&model, quality, ssd.enabled, admission, None)?;
configure_streaming(&model, &weights, ssd)?;
let scratch = GlmScratch::allocate(&model, context)?;
let caches = (0..weights.layers.len())