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 AMP table to enable ResNet50 conversion
* add runtime datatype dispatch for BFloat16
* skip asserts for uint16 for bf16 compatibility
* add bf16 cast for the unary intrinsic operators
* enable "bf16<-->fp32<-->any dtype" casting
* support inconsistent input for bf16 BIOP legalize
* add treatments for bfloat16 in if statements
* add bfloat16 dtype casts in binary OP
* delete unnecessary treatments for bfloat16
* add test for bfloat16 building
* code style
* restore the modifications in .gitignore
* restore the changes to AMP lists
* fix typos
* fix lint errors
* fix typo
0 commit comments