Description
The regular tensorflow has the opertunity to use multiple GPUs via data parallelism techniques such as MirroredStratgey.
For NVIDIA GPUs it is sufficient to set e.g. export CUDA_VISIBLE_DEVICES=0,1 to tell TensorFlow which Device IDs to use.
After looking in the source it is possible to set VE_NODE_NUMBER but this only refers to a single Vector Engine correct?
Is there a possibility to run TensorFlow on multiple Vector Engines?