Browse Source

fix(dnn/dump): add more info for dump CD4

GitOrigin-RevId: 5840afaacd
tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
3e11d89415
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dnn/src/common/relayout_format.cpp

+ 1
- 0
dnn/src/common/relayout_format.cpp View File

@@ -313,6 +313,7 @@ void RelayoutFormat::deduce_format(TensorFormat src, TensorFormat& dst) {
megdnn_throw(
"Only naive and opencl handle support "
"Image2DPack4TensorFormat, try to export MGB_USE_MEGDNN_DBG=2 "
"and also export CUDA_VISIBLE_DEVICES=\'\' at CUDA env"
"to enable naive handle");
}
#undef CHECK_SRC


Loading…
Cancel
Save