[Device] Serialize VariationDevice zerocopy

This commit is contained in:
Behdad Esfahbod 2022-12-03 13:04:00 -07:00
parent 071a2bb4f7
commit 58e9df132f
1 changed files with 1 additions and 0 deletions

View File

@ -3460,6 +3460,7 @@ struct VariationDevice
if (!layout_variation_idx_delta_map->has (varIdx, &v))
return_trace (nullptr);
c->start_zerocopy (this->static_size);
auto *out = c->embed (this);
if (unlikely (!out)) return_trace (nullptr);