Searched refs:task_size_wh (Results 1 – 1 of 1) sorted by relevance
64 std::string task_size_wh; // must be filled if linear_whs enabled member75 c += " int Z = (linear_whs / " + params.task_size_wh + ") * " + in GlobalIdsGen()77 c += " int linear_wh = linear_whs % " + params.task_size_wh + ";\n"; in GlobalIdsGen()168 ids_params.task_size_wh = "args.task_size_y"; in GenerateConvolution()