Skip to content

Commit 8e31197

Browse files
Removed MKL_CBWR_OFF from cbwr_get_auto_branch
1 parent abd5222 commit 8e31197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mkl/_mkl_service.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@ cdef object __cbwr_get_auto_branch():
725725
"""
726726
__variables = {
727727
'output': {
728-
mkl.MKL_CBWR_OFF: 'off',
729728
mkl.MKL_CBWR_BRANCH_OFF: 'branch_off',
730729
mkl.MKL_CBWR_AUTO: 'auto',
731730
mkl.MKL_CBWR_COMPATIBLE: 'compatible',

0 commit comments

Comments
 (0)