isce3 0.25.0
|
The controller for running cuAmcor. More...
Go to the source code of this file.
Classes | |
class | cuAmpcorController |
The controller for running cuAmcor.
cuAmpController is the main processor, also interface to python It determines the total number of windows, the starting pixels for each window. It then divides windows into chunks (batches), and creates cuAmpcorChunk instances to process each chunk. A chunk includes multiple windows, to maximize the use of GPU cores. Different cuAmpcorChunk processors use different cuda streams, to overlap the kernel execution with data copying.