Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add new fp32 ops names to amp list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgawrych committed Jun 9, 2021
1 parent 577dc93 commit 2dc22c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/mxnet/amp/lists/symbol_fp16.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@
FP32_FUNCS.extend([
'_sg_mkldnn_conv',
'_sg_mkldnn_fully_connected',
'_sg_mkldnn_selfatt_qk',
'_sg_mkldnn_selfatt_valatt',
])

# Functions that have to be cast to FP32 only for
Expand Down

0 comments on commit 2dc22c6

Please sign in to comment.