Searched refs:task_batch (Results 1 – 1 of 1) sorted by relevance
42 const std::string task_batch = in GetSplitCode() local53 c += " int X = linear_id / " + task_batch + ";\n"; in GetSplitCode()54 c += " int B = linear_id % " + task_batch + ";\n"; in GetSplitCode()