Skip to content

Commit b0119e7

Browse files
committed
Remove parameter to enable auto dnnl
1 parent 540c9c5 commit b0119e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_pytorch_extension_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def enable_auto_optimization(mixed_dtype = None):
2222
2323
"""
2424
if mixed_dtype != None:
25-
core.enable_auto_dnnl(True)
25+
core.enable_auto_dnnl()
2626
enable_auto_mix_precision(mixed_dtype)
2727

2828
def get_auto_optimization():

0 commit comments

Comments
 (0)