Make TVAL GPU executeable
This commit is contained in:
@@ -129,10 +129,10 @@ namespace Recon {
|
||||
for (size_t i = 0; i < transParams::gpuSelectionList.getDataSize(); i++)
|
||||
{
|
||||
std::string msg;
|
||||
// if (!resetGPUDevice((int)transParams::gpuSelectionList[i],msg))
|
||||
// {
|
||||
// std::cerr<<msg<<std::endl;
|
||||
// }
|
||||
if (!resetGPUDevice((int)transParams::gpuSelectionList[i],msg))
|
||||
{
|
||||
std::cerr<<msg<<std::endl;
|
||||
}
|
||||
}
|
||||
std::vector<int> potentialMapDataDims = {1,1,1};
|
||||
for(size_t i=0; i<dims.getDataSize(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user