Browse Source

ci(gitlab-ci): add inline lineno checking in copybara linter

GitOrigin-RevId: 56c5068009
release-1.5
Megvii Engine Team 4 years ago
parent
commit
517cc6846a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      dnn/src/common/relayout_helper.h

+ 1
- 2
dnn/src/common/relayout_helper.h View File

@@ -43,8 +43,7 @@ namespace transpose_fallback {

#if MEGDNN_X86 || MEGDNN_NAIVE
constexpr size_t BLOCK_LINE_SIZE_BYTES = 64;
#elif MEGDNN_AARCH64 || MEGDNN_ARMV7 /*BEGIN-INLINE-INTERNAL*/ || \
MEGDNN_MIPS /*END-INLINE-INTERNAL*/
#elif MEGDNN_AARCH64 || MEGDNN_ARMV7
constexpr size_t BLOCK_LINE_SIZE_BYTES = 32;
#elif MEGDNN_RISCV64
//! ref U54-MC arch


Loading…
Cancel
Save