Add matmtl_v2 to amp list (#28693)

* add matmtl_v2 to amp list

* support dygraph
musl/fix_failed_unittests_in_musl
Leo Chen 5 years ago committed by GitHub
parent b6f86b8491
commit 11e32baf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@ class AutoMixedPrecisionLists(object):
white_list = {
'conv2d',
'matmul',
'matmul_v2',
'mul',
}

@ -27,6 +27,7 @@ __all__ = ['amp_guard']
WHITE_LIST = {
'conv2d',
'matmul',
'matmul_v2',
'mul',
}

Loading…
Cancel
Save