Skip to content

Commit

Permalink
Do not change MKL_DEBUG_CPU_TYPE on Intel CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Feb 17, 2024
1 parent 31f51bf commit 49fac55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions superdsm/cpu_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@
os.environ['MKL_DEBUG_CPU_TYPE'] = '5'


if cpu_vendor == 'intel' and os.environ.get('os.environ', '') == '5':

del os.environ['MKL_DEBUG_CPU_TYPE']


# Set environment variable for future debugging
os.environ['CPU_VENDOR'] = cpu_vendor

0 comments on commit 49fac55

Please sign in to comment.