1. 03 4月, 2020 1 次提交
    • Z
      support Exhaustive search in dygraph (#23415) · dbfbd7ea
      zhongpu 提交于
      * use global conv cache; test=develop
      
      * use singleton cache; test=develop
      
      * fix format error; test=develop
      
      * add cudnn helper header; test=develop
      
      * fix header error; test=develop
      
      * fix mac unitest; test=develop
      
      * fix mac unitest; test=develop
      
      * fix file format; test=develop
      
      * fix include file error, test=develop
      
      * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop
      
      * fix test_elementwise_mul_op_dim, test=develop
      
      * fix compile error, test=develop
      Co-authored-by: Nphlrain <phliuhongyu@126.com>
      dbfbd7ea
  2. 24 3月, 2020 1 次提交
  3. 22 2月, 2020 1 次提交
  4. 22 1月, 2020 1 次提交
  5. 07 1月, 2020 1 次提交
  6. 02 12月, 2019 1 次提交
  7. 01 11月, 2019 1 次提交
    • Z
      fix the bug of conv_transpose cudnn kernel, test=develop (#20958) · f4f85831
      Zhang Ting 提交于
      fix the bug of conv_transpose cudnn kernel: before version 1.6, the data_format is AnyLayout in inference model. When use version 1.6 and load the model which is saved by previous version, the error occurs.  This is because the cudnn kernel in version 1.6 is not compitable with Anylayout setting.
      f4f85831
  8. 31 10月, 2019 1 次提交
  9. 09 10月, 2019 1 次提交
  10. 07 10月, 2019 1 次提交