You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update on "[ET Device Support] Add NonConstBufferDevice schema for per-buffer device mapping"
Adds the NonConstBufferDevice table to the FlatBuffer schema (program.fbs) and the
corresponding Python dataclass to schema.py. This enables mapping each non-constant
planned memory buffer to a specific device type (CPU, CUDA, etc.).
The field is optional and absent for CPU-only programs, ensuring zero binary size regression.
Differential Revision: [D97335597](https://our.internmc.facebook.com/intern/diff/D97335597/)
[ghstack-poisoned]
0 commit comments