-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
TensorFlow 1.7 with CUDA optionally supports TensorRT, so it asks the following during installation:
$ ck install package:lib-tensorflow-1.7.0-src-cuda-xla
...
Do you wish to build TensorFlow with Apache Kafka Platform support? [y/N]:
No Apache Kafka Platform support will be enabled for TensorFlow.
Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]:
No OpenCL SYCL support will be enabled for TensorFlow.
Do you wish to build TensorFlow with TensorRT support? [y/N]: y
TensorRT support will be enabled for TensorFlow.
Please specify the location where TensorRT is installed. [Default is /usr/lib/x86_64-linux-gnu]:/usr/local/TensorRT-3.0.4
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]:
We could probably automate this by a special package CK forcing the y answer and supplying the path to TensorRT.
Reactions are currently unavailable