Searched defs:TargetKernelDefaultAttrs (Results 1 – 1 of 1) sorted by relevance
2300 struct TargetKernelDefaultAttrs { struct2301 omp::OMPTgtExecModeFlags ExecFlags =2303 SmallVector<int32_t, 3> MaxTeams = {-1};2304 int32_t MinTeams = 1;2305 SmallVector<int32_t, 3> MaxThreads = {-1};2306 int32_t MinThreads = 1;2307 int32_t ReductionDataSize = 0;2308 int32_t ReductionBufferLength = 0;