Expand description
This module provides functionality for polyfilling f16 input/output variables
when the StorageInputOutput16 capability is not available or disabled.
It works by:
- Declaring
f16I/O variables asf32in SPIR-V - Converting between
f16andf32at runtime usingOpFConvert - Maintaining mappings to track which variables need conversion
Structsยง
- F16Io
Polyfill ๐ - Manages
f16I/O polyfill state and operations.