HPC icon indicating copy to clipboard operation
HPC copied to clipboard

Resources on migrating workflows from CPU to GPU

Open yandthj opened this issue 9 months ago • 1 comments

General conceptual considerations for migrating workflows from CPU to GPU Some ideas from Matt:

  • Is data/algorithm suited for GPU computation
  • cost of copying data from CPU to GPU
  • tensorflow or pytorch example
  • jit compilation with numba

yandthj avatar May 24 '24 16:05 yandthj