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:
parent
1ead885c81
commit
b6d0889f38
@ -5,3 +5,4 @@
|
||||
*TFE_*
|
||||
*nsync_*
|
||||
*pywrap_xla*
|
||||
*stream_executor*
|
||||
|
@ -6,6 +6,7 @@ tensorflow {
|
||||
*TFE_*;
|
||||
*nsync_*;
|
||||
*pywrap_xla*;
|
||||
*stream_executor*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user