取消了调试代码

pull/4/head
chenzenghui 2025-02-20 10:10:11 +08:00
parent f2bae9aa0e
commit 9e9cd15702
2 changed files with 3 additions and 3 deletions

BIN
LAMPDataProcessEXE/proj.db Normal file

Binary file not shown.

View File

@ -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;
} }