Searched refs:GetGlobalID (Results 1 – 1 of 1) sorted by relevance
144 auto GetGlobalID = [&](int id) { in GenerateConvolutionTransposedCode() local155 c += " int linear_id = " + GetGlobalID(0) + ";\n"; in GenerateConvolutionTransposedCode()161 c += " int X = " + GetGlobalID(0) + ";\n"; in GenerateConvolutionTransposedCode()165 c += " int Y = " + GetGlobalID(1) + ";\n"; in GenerateConvolutionTransposedCode()168 c += " int Z = " + GetGlobalID(2) + ";\n"; in GenerateConvolutionTransposedCode()