Searched refs:GetNumThreadsY (Results 1 – 2 of 2) sorted by relevance
130 int64 GetNumThreadsY() const { return num_threads_y_; } in GetNumThreadsY() function133 return GetNumThreadsX() * GetNumThreadsY(); in GetThreadsPerBlock()
4011 llvm::Value* num_threads_y = constant(mapping_scheme.GetNumThreadsY()); in EmitTile()4301 CHECK_EQ(num_threads_x, mapping_scheme.GetNumThreadsY()); in EmitPrologueForReduction()