Searched refs:GridValue (Results 1 – 2 of 2) sorted by relevance
127 std::optional<omp::GV> GridValue; variable159 assert(GridValue.has_value() && "GridValue is not set"); in getGridValue()160 return *GridValue; in getGridValue()199 void setGridValue(omp::GV G) { GridValue = G; } in setGridValue()1943 std::optional<omp::GV> GridValue = {}, unsigned ReductionBufNum = 1024,
3537 std::optional<omp::GV> GridValue, unsigned ReductionBufNum, in createReductionsGPU() argument3583 if (GridValue.has_value()) in createReductionsGPU()3584 Config.setGridValue(GridValue.value()); in createReductionsGPU()