Commit 8d8b4861 authored by Andrey Filippov's avatar Andrey Filippov

Comments for tile size

parent d9bec4aa
...@@ -117,7 +117,7 @@ public class GPUTileProcessor { ...@@ -117,7 +117,7 @@ public class GPUTileProcessor {
// pass some defines to gpu source code with #ifdef JCUDA // pass some defines to gpu source code with #ifdef JCUDA
public static int DTT_SIZE_LOG2 = 3; public static int DTT_SIZE_LOG2 = 3;
public static int DTT_SIZE = (1 << DTT_SIZE_LOG2); public static int DTT_SIZE = (1 << DTT_SIZE_LOG2); // 8
static int THREADSX = DTT_SIZE; static int THREADSX = DTT_SIZE;
public static int MAX_NUM_CAMS = 16; // 4; Now - maximal number of sensors public static int MAX_NUM_CAMS = 16; // 4; Now - maximal number of sensors
public static int CORR_VECTOR_MAX_LENGTH = 3 + 4 * MAX_NUM_CAMS; // 67; // 19; // TODO: update to fit for 16-sensor public static int CORR_VECTOR_MAX_LENGTH = 3 + 4 * MAX_NUM_CAMS; // 67; // 19; // TODO: update to fit for 16-sensor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment