Metadata-Version: 2.1
Name: itk-gpucommon
Version: 0.1.0
Summary: Common classes for ITK OpenCL support
Home-page: https://itk.org/
Author: Insight Software Consortium
Author-email: itk+community@discourse.itk.org
License: Apache
Download-URL: https://github.com/InsightSoftwareConsortium/ITK
Keywords: ITK InsightToolkit
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: Android
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Dist: itk-core (>=5.0.1)

This module contains the framework for processing images with the GPU.  This includes base classes for the GPU image filters, some OpenCL utilities, and classes to manage the interface between the CPU and the GPU.  These classes manage the GPU kernel, transferring the data to and from the GPU, and managing the GPU contexts.


