取消了调试代码
parent
f2bae9aa0e
commit
9e9cd15702
Binary file not shown.
|
@ -257,7 +257,7 @@ namespace LookTableSimualtionMainProcessSpace {
|
||||||
std::shared_ptr<double> device_demZ((double*)mallocCUDADevice(sizeof(double) * GPUMemoryline * demimg.width), FreeCUDADevice);
|
std::shared_ptr<double> device_demZ((double*)mallocCUDADevice(sizeof(double) * GPUMemoryline * demimg.width), FreeCUDADevice);
|
||||||
|
|
||||||
//
|
//
|
||||||
std::shared_ptr<ImageShowDialogClass> datashowptr(new ImageShowDialogClass);
|
//std::shared_ptr<ImageShowDialogClass> datashowptr(new ImageShowDialogClass);
|
||||||
|
|
||||||
// 处理复制结果
|
// 处理复制结果
|
||||||
|
|
||||||
|
@ -322,8 +322,8 @@ namespace LookTableSimualtionMainProcessSpace {
|
||||||
outLookTable.saveImage(host_Rid, rid, 0, rowcount, colcount,1);
|
outLookTable.saveImage(host_Rid, rid, 0, rowcount, colcount,1);
|
||||||
outLookTable.saveImage(host_Cid, rid, 0, rowcount, colcount,2);
|
outLookTable.saveImage(host_Cid, rid, 0, rowcount, colcount,2);
|
||||||
|
|
||||||
datashowptr->load_double_data(host_Rid.get(), rowcount, colcount, QString("host_Rid"));
|
//datashowptr->load_double_data(host_Rid.get(), rowcount, colcount, QString("host_Rid"));
|
||||||
datashowptr->exec();
|
//datashowptr->exec();
|
||||||
|
|
||||||
qDebug() << "GPU computer result write finished: " << rid << "~" << rowcount + rid << "\t:" << demimg.height;
|
qDebug() << "GPU computer result write finished: " << rid << "~" << rowcount + rid << "\t:" << demimg.height;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue