Skip to content
Snippets Groups Projects

amfe v1.0.5

Merged Adrien Crovato requested to merge adri into master
All threads resolved!
23 files
+ 46
46
Compare changes
  • Side-by-side
  • Inline
Files
23
+ 1
1
@@ -134,7 +134,7 @@ def initDLL():
# ------------------------------------------------------------------------------
def initMKL(verb=False):
"""Initilize the environment for MKL
"""Initialize the environment for MKL
Since we use the SDL for MKL, we need to configure it at runtime.
This is MUST be performed before any calls to MKL.
Could be improved by performing the init from the C++ and actually checking that the threading layer is the one we want, instead of using env var.
Loading