Searched refs:Reqntidy (Results 1 – 1 of 1) sorted by relevance
548 std::optional<unsigned> Reqntidy = getReqNTIDy(F); in emitKernelFunctionDirectives() local551 if (Reqntidx || Reqntidy || Reqntidz) in emitKernelFunctionDirectives()552 O << ".reqntid " << Reqntidx.value_or(1) << ", " << Reqntidy.value_or(1) in emitKernelFunctionDirectives()