From d4c777b47fa036d9ad42db6893f95f9fadba1521 Mon Sep 17 00:00:00 2001 From: Taichi Gardener Date: Mon, 20 Jul 2020 18:24:55 -0400 Subject: [PATCH] [skip ci] enforce code format --- taichi/runtime/llvm/runtime.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taichi/runtime/llvm/runtime.cpp b/taichi/runtime/llvm/runtime.cpp index d08271ac388db4..078bd2acc58e0b 100644 --- a/taichi/runtime/llvm/runtime.cpp +++ b/taichi/runtime/llvm/runtime.cpp @@ -967,7 +967,8 @@ void element_listgen_root(LLVMRuntime *runtime, auto child_get_num_elements = child->get_num_elements; auto child_from_parent_element = child->from_parent_element; #if ARCH_cuda - // All blocks share the only root container, which has only one child container. + // All blocks share the only root container, which has only one child + // container. int j_start = block_idx(); int j_step = grid_dim(); // Each thread processes a subset of the child container for more parallelism.