bes
Updated for version 3.20.10
|
Single argument structure for a thread that will process a single Chunk for an unconstrained array. Utilized as an argument to std::async() The. More...
#include <SuperChunk.h>
Public Member Functions | |
one_chunk_unconstrained_args (const string sc_id, std::shared_ptr< Chunk > c, DmrppArray *a, const vector< unsigned long long > &a_s, const vector< unsigned long long > &c_s) | |
Public Attributes | |
DmrppArray * | array |
const vector< unsigned long long > & | array_shape |
std::shared_ptr< Chunk > | chunk |
const vector< unsigned long long > & | chunk_shape |
std::string | parent_super_chunk_id |
std::thread::id | parent_thread_id |
Single argument structure for a thread that will process a single Chunk for an unconstrained array. Utilized as an argument to std::async() The.
Definition at line 121 of file SuperChunk.h.