-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BYOC] Enable bfloat16 in DNNL BYOC (#11111)
* refine the code style (#10112) * support more data types in oneDNN BYOC * consider dtype when query layout * support more translation of blocked layout * refine log for invalid layout transform * reset N and C for the weights * support multi-blocking in TransDims2Plain() * add tests for bf16 oneDNN BYOC * unregister 'round' OP in oneDNN BYOC * restore the criteria for fp32 tests * disable test_prune_dnnl_subgraph for bf16 * fix typo in dnnl.py * delete tag::format_tag_last * delete 'is_weight' in layout2tag() * reuse dtype_dl2dnnl() * fix lint errors * change to WARNING for invalid laytout transform * skip bf16 tests if AVX512 is unavailable
- Loading branch information
Showing
9 changed files
with
758 additions
and
174 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.