Skip to content

Commit

Permalink
fix(*): clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielmic committed Jun 30, 2023
1 parent c634330 commit 13f25a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/mlu/mlu_common_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
auto NAME##_impl = torch_mlu::getMluTensorImpl(NAME##_contigous); \
auto NAME##_ptr = NAME##_impl->cnnlMalloc();

enum class reduce_t{ SUM = 0, MEAN = 1, MAX = 2 };
enum class reduce_t { SUM = 0, MEAN = 1, MAX = 2 };

inline std::string to_string(reduce_t reduce_type) {
if (reduce_type == reduce_t::MAX) {
Expand Down

0 comments on commit 13f25a8

Please sign in to comment.