Skip to content

Commit

Permalink
[skip ci] enforce code format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Jul 20, 2020
1 parent 3637bbc commit d4c777b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taichi/runtime/llvm/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d4c777b

Please sign in to comment.