Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Jul 20, 2021
1 parent 0373e78 commit 023e462
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions taichi/backends/metal/kernel_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,10 @@ class KernelManager::Impl {
const auto &ext = sn->extractors[j];
rtm_ext->extractors[j].num_bits = ext.num_bits;
rtm_ext->extractors[j].acc_offset = ext.acc_offset;
rtm_ext->extractors[j].num_elements_from_root = ext.num_elements_from_root;
TI_DEBUG(" [{}] num_bits={} acc_offset={} num_elements_from_root={}", j,
ext.num_bits, ext.acc_offset, ext.num_elements_from_root);
rtm_ext->extractors[j].num_elements_from_root =
ext.num_elements_from_root;
TI_DEBUG(" [{}] num_bits={} acc_offset={} num_elements_from_root={}",
j, ext.num_bits, ext.acc_offset, ext.num_elements_from_root);
}
TI_DEBUG("");
}
Expand Down

0 comments on commit 023e462

Please sign in to comment.