forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Convert operator supports
u2, u3, u6
types (openvinotoolkit#…
…23490) ### Details: - Add new types `u2, u3, u6` to Convert operator. - Expand `element::Iterator` to support NF4 and `BitProxy` to support NF4 conversion. - Update tensor to calculate correctly byte size for `u3, u6` types. - Fix NF4 <-> conversion to always use byte pack/unpack and quantization when convert to/from floating point. In future the conversion for NF4 will be limited to f32 -> NF4. ### Tickets: - [CVS-127000](https://jira.devtools.intel.com/browse/CVS-127000) - [CVS-128024](https://jira.devtools.intel.com/browse/CVS-128024) --------- Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
- Loading branch information
Showing
10 changed files
with
1,061 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.