Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Multi-GPU in Torch #138

Description

@lukeyeager

In Caffe, all the multi-GPU work has to be done on their side. You just pass --gpus 0,1 as a command line argument to Caffe, and you're running on 2 GPUs like magic.

For Torch, this will require writing some non-trivial lua code for communication between the GPUs (e.g. torch/cutorch#42 (comment)).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions