tvm
Public Attributes | List of all members
TVMParallelGroupEnv Struct Reference

Environment for TVM parallel task. More...

#include <c_backend_api.h>

Collaboration diagram for TVMParallelGroupEnv:

Public Attributes

void * sync_handle
 Auxiliary used for synchronization. More...
 
int32_t num_task
 total amount of task More...
 

Detailed Description

Environment for TVM parallel task.

Examples
/workspace/include/tvm/runtime/threading_backend.h.

Member Data Documentation

◆ num_task

int32_t TVMParallelGroupEnv::num_task

◆ sync_handle

void* TVMParallelGroupEnv::sync_handle

Auxiliary used for synchronization.


The documentation for this struct was generated from the following file: