FTorch icon indicating copy to clipboard operation
FTorch copied to clipboard

Test keeping output of a model on the GPU

Open joewallwork opened this issue 10 months ago • 0 comments

The multi-GPU example currently puts the input tensors and model on CUDA devices, but has the output tensors on the CPU. We should test keeping the output on the GPU.

joewallwork avatar Jan 30 '25 16:01 joewallwork