From e7081a84b0c8ab2428bd29fc0055fe62ca530c94 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Tue, 23 Oct 2012 18:15:31 +0200 Subject: [PATCH] update todo --- TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index d422be49..13cce75b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,6 +6,7 @@ TODO list: * recalibration tool (planned for v.1.0) using a poni file and a d-spacing file and an image * migrate forward version of histogramming on GPU to PyOpenCL (planned for v1.0) * implement LUT on 2D caking as well + OpenCL version -* use a fast checksum to store the signature of buffers/array which are on the GPU. +* use a fast checksum to store the signature of buffers/array which are on the GPU (instead of md5 currently). * prepare 2 packages one without OpenCL and one with GPU enabled -* add mask on calibration/recalibration tools \ No newline at end of file +* add mask on calibration/recalibration tools +* port spline calculation to opencl \ No newline at end of file