Closed ziw-liu closed 9 months ago
Re-implemented an approximate version of skimage.feature.peak_local_max with torch to run on GPU. On the mantis workstation (P4000 with 8GB VRAM) it takes ~4s to compute.
skimage.feature.peak_local_max
Most of the runtime is spent on copying the ~3 GB test image through PCIe...
Re-implemented an approximate version of
skimage.feature.peak_local_max
with torch to run on GPU. On the mantis workstation (P4000 with 8GB VRAM) it takes ~4s to compute.