Skip to content

Commit 1eba8cf

Browse files
restored support for 'branch_off' in cbwr_set
1 parent 933617f commit 1eba8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkl/_mkl_service.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ cdef object __cbwr_set(branch=None):
646646
__variables = {
647647
'input': {
648648
'off': mkl.MKL_CBWR_OFF,
649+
'branch_off': mkl.MKL_CBWR_BRANCH_OFF,
649650
'auto': mkl.MKL_CBWR_AUTO,
650651
'compatible': mkl.MKL_CBWR_COMPATIBLE,
651652
'sse2': mkl.MKL_CBWR_SSE2,

0 commit comments

Comments
 (0)