HPC
HPC copied to clipboard
Resources on migrating workflows from CPU to GPU
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