Browse Source

perf(dnn/cuda): sass int8 epilogue remove shared load

GitOrigin-RevId: 2b49f5069b
tags/v1.6.0-rc1
Megvii Engine Team 3 years ago
parent
commit
c25125e3d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dnn/test/cuda/conv_bias_int8.cpp

+ 1
- 1
dnn/test/cuda/conv_bias_int8.cpp View File

@@ -1142,7 +1142,7 @@ TEST_F(CUDA, BENCHMARK_CUTLASS_CONV_BIAS_INT8_NCHW4_DET_FIRST) {
}

#endif
}
} // namespace conv
} // namespace test
} // namespace megdnn



Loading…
Cancel
Save