Selon Yogesh Dahiya <[email protected]>: > Does gdal uses opencl for different resampling algorithms. > > If yes how can it be configured to use opencl? >
The warping algorithms (as in gdalwarp) can use opencl acceleration provided that you build GDAL with support for it. Currently, the build support is only done for Unix (see the --with-opencl option of configure). For Windows, you would have to hack in nmake.opt and alg/makefile.vc > > Thanks > > > > > > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
