File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -351,13 +351,6 @@ LinearAccessCudaStructs GpuProcessingTask<ImgType>::getDataFromGpu() {return imp
351351template <typename ImgType>
352352void GpuProcessingTask<ImgType>::processOnGpu() {impl->processOnGpu ();}
353353
354- template <typename ImgType>
355- void GpuProcessingTask<ImgType>::doAll() {
356- sendDataToGpu ();
357- processOnGpu ();
358- getDataFromGpu ();
359- }
360-
361354// explicit instantiation of handled types
362355template class GpuProcessingTask <uint16_t >;
363356template class GpuProcessingTask <float >;
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ class GpuProcessingTask {
4949 void sendDataToGpu ();
5050 LinearAccessCudaStructs getDataFromGpu ();
5151 void processOnGpu ();
52- void doAll ();
5352};
5453
5554#endif // LIBAPR_COMPUTEGRADIENTCUDA_HPP
You can’t perform that action at this time.
0 commit comments