NUMA node negative value with tensor flow

I built a tensor stream from sources using bazel, and when I finally open the session, I get the following warning:

2017-05-07 15:45:40.816127: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:893] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero 

Can someone tell me how to solve this? I do not want to just hide the warning, but somehow solves it so that the NUMA node is zero.

I am using Lenovo Y50-70 for the Nvidia-381 graphics driver.

Any help would be appreciated.

+5
source share

All Articles