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

Commit bf0b9a6

Browse files
author
B. Gawrych
committed
update amp list
1 parent e491a89 commit bf0b9a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/mxnet/amp/lists/symbol_bf16.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
'zeros_like',
363363
'_sg_onednn_conv',
364364
'_sg_onednn_fully_connected',
365+
'_sg_onednn_batch_dot',
365366
'broadcast_mul',
366367
'Convolution_v1',
367368
'IdentityAttachKLSparseReg',

python/mxnet/amp/lists/symbol_fp16.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
'_sg_onednn_fully_connected',
616616
'_sg_onednn_selfatt_qk',
617617
'_sg_onednn_selfatt_valatt',
618+
'_sg_onednn_batch_dot'
618619
])
619620

620621
# Functions that have to be cast to FP32 only for

0 commit comments

Comments
 (0)