File tree Expand file tree Collapse file tree 4 files changed +732
-290
lines changed Expand file tree Collapse file tree 4 files changed +732
-290
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,12 @@ cdef extern from "mkl.h":
73
73
# In
74
74
int MKL_CBWR_BRANCH
75
75
int MKL_CBWR_ALL
76
+ # Out
77
+ int MKL_CBWR_BRANCH_OFF
76
78
77
79
# int mkl_enable_instructions(int isa)
78
80
# In
81
+ int MKL_ENABLE_AVX512_MIC_E1
79
82
int MKL_ENABLE_AVX512
80
83
int MKL_ENABLE_AVX512_MIC
81
84
int MKL_ENABLE_AVX2
@@ -85,7 +88,7 @@ cdef extern from "mkl.h":
85
88
int MKL_BLACS_CUSTOM
86
89
int MKL_BLACS_MSMPI
87
90
int MKL_BLACS_INTELMPI
88
- # int MKL_BLACS_MPICH
91
+ int MKL_BLACS_MPICH2
89
92
90
93
# unsigned int vmlSetMode(unsigned int mode)
91
94
# In
@@ -112,6 +115,12 @@ cdef extern from "mkl.h":
112
115
int VML_STATUS_OVERFLOW
113
116
int VML_STATUS_UNDERFLOW
114
117
118
+ # unsigned int vmlGetMode()
119
+ # Mask
120
+ int VML_ACCURACY_MASK
121
+ int VML_FTZDAZ_MASK
122
+ int VML_ERRMODE_MASK
123
+
115
124
ctypedef struct MKLVersion:
116
125
int MajorVersion
117
126
int MinorVersion
You can’t perform that action at this time.
0 commit comments