choosehappy / HistoQC

HistoQC is an open-source quality control tool for digital pathology slides
BSD 3-Clause Clear License
253 stars 100 forks source link

Full multiprocessing GPU support. #290

Open CielAl opened 2 months ago

CielAl commented 2 months ago

@nanli-emory

…Make CuImage Handle prototype ready for future development. Massive code cleaning

Briefly: (1) The WSIImageHandle abstraction is ready to use. OpenSlideHandle is deployed. CuImageHandle is implemented but is not enabled in image handle factory as more time is needed for a unified downstream computational interface in custom modules. (2) Code cleaning including forward porting which prepares for the future deprecated function signatures in skimage.

CielAl commented 2 months ago

Update the modules to automatically call the GPU-accelerated operations given the device of WSIImageHandle.