From c5b3ea14c0fc93032a8d31afa4546d7add1ed25e Mon Sep 17 00:00:00 2001 From: Eugene Brevdo Date: Wed, 3 Aug 2016 11:06:18 -0800 Subject: Ensure custom GPU kernels are properly registered. This change ensures that GOOGLE_CUDA=1 when compiling .cc files with --config=cuda enabled (also includes other important copts like -fno-exceptions.) Change: 129242223 --- tensorflow/tf_exported_symbols.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/tf_exported_symbols.lds') diff --git a/tensorflow/tf_exported_symbols.lds b/tensorflow/tf_exported_symbols.lds index e02e51eae0..e7749ab0f7 100644 --- a/tensorflow/tf_exported_symbols.lds +++ b/tensorflow/tf_exported_symbols.lds @@ -1 +1,2 @@ *tensorflow* +*perftools*gputools* -- cgit v1.2.3