Skip to content

Commit

Permalink
Delete obsolete comment.
Browse files Browse the repository at this point in the history
a) EIGEN_USE_NONBLOCKING_THREAD_POOL no longer exist. The non-blocking threadpool is the default (It can be disabled by the symbol EIGEN_USE_SIMPLE_THREAD_POOL).

b) An eigen_initialize.cc file is no longer needed due to recent fixes for thread safety in Eigen.
Change: 138074328
  • Loading branch information
tensorflower-gardener committed Nov 3, 2016
1 parent 63f7b65 commit 81743e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eigen.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ cc_library(
# This define (mostly) guarantees we don't link any problematic
# code. We use it, but we do not rely on it, as evidenced above.
"EIGEN_MPL2_ONLY",
# TODO(jart): Use EIGEN_USE_NONBLOCKING_THREAD_POOL but first add an
# eigen_initialize.cc file and alwayslink=1.
],
includes = ["."],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 81743e7

Please sign in to comment.