我正在尝试安装tensorflow
Please specify the location where ComputeCpp for SYCL 1.2 is installed. [Default is /usr/local/computecpp]:
Invalid SYCL 1.2 library path. /usr/local/computecpp/lib/libComputeCpp.so cannot be found
我该怎么办?什么是SYCL 1.2?
最佳答案
SYCL是OpenCL的C++抽象层。 TensorFlow针对OpenCL的experimental support使用SYCL和可识别SYCL的C++编译器。
正如Yaroslav在his comment中指出的那样,仅当您在构建具有OpenCL支持的TensorFlow时才需要SYCL。在./configure
执行期间,以下问题询问有关OpenCL支持的问题:
Do you wish to build TensorFlow with OpenCL support? [y/N]
如果回答
N
,则不必提供SYCL路径。