Skip to content

Commit 1aa25c8

Browse files
committed
remove ISA constants that pertain to removed CBWR (CNR) constants
1 parent 57e5110 commit 1aa25c8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

mkl/_mkl_service.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,10 @@ cdef extern from "mkl.h":
7272
int MKL_ENABLE_AVX512_E2
7373
int MKL_ENABLE_AVX512_E3
7474
int MKL_ENABLE_AVX512_E4
75-
int MKL_ENABLE_AVX512_MIC_E1
7675
int MKL_ENABLE_AVX512_E1
7776
int MKL_ENABLE_AVX512
78-
int MKL_ENABLE_AVX512_MIC
7977
int MKL_ENABLE_AVX2
8078
int MKL_ENABLE_AVX2_E1
81-
int MKL_ENABLE_AVX
8279
int MKL_ENABLE_SSE4_2
8380

8481
# MPI Implementation Constants

mkl/_mkl_service.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,9 @@ cdef object __enable_instructions(isa=None) except *:
773773
"avx512_e3": mkl.MKL_ENABLE_AVX512_E3,
774774
"avx512_e2": mkl.MKL_ENABLE_AVX512_E2,
775775
"avx512_e1": mkl.MKL_ENABLE_AVX512_E1,
776-
"avx512_mic_e1": mkl.MKL_ENABLE_AVX512_MIC_E1,
777776
"avx512": mkl.MKL_ENABLE_AVX512,
778-
"avx512_mic": mkl.MKL_ENABLE_AVX512_MIC,
779777
"avx2_e1": mkl.MKL_ENABLE_AVX2_E1,
780778
"avx2": mkl.MKL_ENABLE_AVX2,
781-
"avx": mkl.MKL_ENABLE_AVX,
782779
"sse4_2": mkl.MKL_ENABLE_SSE4_2,
783780
},
784781
}

0 commit comments

Comments
 (0)