// int task_task = 0xf | (1 << TASK_CORR_BITS); // just 1 bit, correlation selection is defined by common corr_sel bits
int task_task = (1 << TASK_INTER_EN) | (1 << TASK_CORR_EN) | (1 << TASK_TEXT_EN); // just 1 bit, correlation selection is defined by common corr_sel bits
int task_task = (1 << TASK_INTER_EN) | (1 << TASK_CORR_EN) | (1 << TASK_TEXT_EN); // just 1 bit, correlation selection is defined by common corr_sel bits
int task_txy = tx + (ty << 16);
int task_txy = tx + (ty << 16);
float task_target_disparity = DBG_DISPARITY;
float task_target_disparity = DBG_DISPARITY;
...
@@ -1268,10 +1025,10 @@ int main(int argc, char **argv)
...
@@ -1268,10 +1025,10 @@ int main(int argc, char **argv)
gpu_clt_h[ncam],
gpu_clt_h[ncam],
rslt_size * sizeof(float),
rslt_size * sizeof(float),
cudaMemcpyDeviceToHost));
cudaMemcpyDeviceToHost));
printf("Writing CLT data to %s\n", ports_clt_file[ncam]);
printf("Writing CLT data to %s\n", tpPaths.ports_clt_file[ncam]);