Skip to content

Commit

Permalink
remove xla_cpu_multi_thread_eigen=false
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 8, 2024
1 parent 00e3c10 commit db68fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepmd/jax/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
set_default_nthreads()
inter_nthreads, intra_nthreads = get_default_nthreads()
os.environ["XLA_FLAGS"] = os.environ.get("XLA_FLAGS", "") + (
" --xla_cpu_multi_thread_eigen=false"
f" intra_op_parallelism_threads={inter_nthreads}"
f" inter_op_parallelism_threads={inter_nthreads}"
)
Expand Down

0 comments on commit db68fa7

Please sign in to comment.