export symbols in the stream_executor namespace

Some of these symbols were previously in the perftools::gputools namespace. Not
having these symbols causes custom ops loading to fail in the monolithic mode.

For example,

bazel test --config monolithic //tensorflow/contrib/rnn:ops/gru_ops_test
This commit is contained in:
Shimin Guo 2018-08-14 23:12:48 -07:00
parent 1ead885c81
commit b6d0889f38
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@
*TFE_*
*nsync_*
*pywrap_xla*
*stream_executor*

View File

@ -6,6 +6,7 @@ tensorflow {
*TFE_*;
*nsync_*;
*pywrap_xla*;
*stream_executor*;
local:
*;
};