isce2 icon indicating copy to clipboard operation
isce2 copied to clipboard

GPU use for stripmapApp.py

Open jmathur25 opened this issue 2 years ago • 1 comments

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.

jmathur25 avatar Sep 01 '23 00:09 jmathur25

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.

EJFielding avatar Sep 04 '23 01:09 EJFielding