Skip to content

Instantly share code, notes, and snippets.

Data parallelism design:

By default all components are bound to device=[-1], which means they will spread across all available devices.

Use case 1

Single device single host

Status: Required for this PR

We should support single GPU as we do now.

Keybase proof

I hereby claim:

  • I am martyn on github.
  • I am martyn1 (https://keybase.io/martyn1) on keybase.
  • I have a public key ASBz-LOnxjneqbPE57TMesAHLGuspWV-xyLqzfK4cp6eUQo

To claim this, I am signing this object:

@martyn
martyn / xander variants
Created November 7, 2012 02:33
Xander Variants
<section id="buttons">
<button data-variant='green' class='green'>
</button>
<button data-variant="red" class='red'>
</button>
<button data-variant="blue" class='blue'>
</button>
</section>