struct gpu::BatchResultΒΆ

#include <gpu_batch.hpp>
 
struct BatchResult {
    // fields
 
    Plan plan;
    std::vector<int> sixCount;
    std::vector<int> atomHc;
    std::vector<int> atomDdc;
    std::vector<int> nRings;
    int ringsDropped = 0;
    double uploadMs = 0.0;
    double computeMs = 0.0;
    double downloadMs = 0.0;
    std::string error;
};