ITK and Gpu processing

Hello everyone.
I use itk c++ and simpleitk c# for my projects.
I see GPU-related questions in the forum of itk, but I can’t find the best way to use it.
I can not see information about this in the ItkSoftwareGuid, Does itk use GPU processing?
If it does not support it now, is there any plan for the future to add GPU processing to the itk and simpleitk libraries?
Any help would be appreciated.

ITK has GPU support, but there are not many filters which use it. Take a look at the list of filtering modules with GPU prefix in the name.

2 Likes

Thanks for your response.