Closed jpsamaroo closed 4 months ago
Primarily adds Dagger.move! methods, but in the process, also switches to a single-stream-per-device model for simplicity. Also adds new functionality to Dagger.scope such that Dagger.scope(cuda_gpus=:) or Dagger.scope(cuda_gpus=[1,3]) works.
Dagger.move!
Dagger.scope
Dagger.scope(cuda_gpus=:)
Dagger.scope(cuda_gpus=[1,3])
Primarily adds
Dagger.move!
methods, but in the process, also switches to a single-stream-per-device model for simplicity. Also adds new functionality toDagger.scope
such thatDagger.scope(cuda_gpus=:)
orDagger.scope(cuda_gpus=[1,3])
works.