aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/dso_loader.h
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-02-09 14:37:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-09 14:44:16 -0800
commit7e23850c2145ed565c668d6ba327dbcf064d4ed8 (patch)
tree3edbb0471cbeb0439aa36c8363b265150b392ef5 /tensorflow/stream_executor/dso_loader.h
parentdc1e7b8a635426db809a094b313cc6be40ab9276 (diff)
Remove header dependence on cuda_config.h to fix opensource custom op support.
Fixes #14454 Fixes #12860 PiperOrigin-RevId: 185194924
Diffstat (limited to 'tensorflow/stream_executor/dso_loader.h')
-rw-r--r--tensorflow/stream_executor/dso_loader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/dso_loader.h b/tensorflow/stream_executor/dso_loader.h
index 9495f7253a..354c7b50b8 100644
--- a/tensorflow/stream_executor/dso_loader.h
+++ b/tensorflow/stream_executor/dso_loader.h
@@ -28,10 +28,6 @@ limitations under the License.
#include "tensorflow/stream_executor/platform.h"
#include "tensorflow/stream_executor/platform/mutex.h"
-#if !defined(PLATFORM_GOOGLE)
-#include "cuda/cuda_config.h"
-#endif
-
namespace perftools {
namespace gputools {
namespace internal {