isce2
isce2 copied to clipboard
GPU use for stripmapApp.py
Hi,
I noticed that GPU use seems to be a feature for things like topsApp.py but not for stripmapApp.py. Is there a particular reason for this? Steps like geo2rdr I was hoping to accelerate using my GPU. Assuming there's no special reason, a quick glance at the code suggested to me that all that is missing is adding GPU flags to the StripmapProc class/stripmapApp.py. If so, I'd be happy to PR the change.
Hi,
I suspect that the GPU use was not added to the stripmapApp.py application because it is typically used for processing pairs that don't take so long to run. You are welcome to submit a PR for the change if it works for you.