Skip to content

TensorFlow on Multiple Vector Engines #4

@jklinkenberg

Description

@jklinkenberg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions