1. 11 8月, 2021 13 次提交
  2. 10 8月, 2021 10 次提交
  3. 09 8月, 2021 5 次提交
  4. 08 8月, 2021 1 次提交
  5. 06 8月, 2021 6 次提交
  6. 05 8月, 2021 5 次提交
    • V
      [NPU] Support npu op: (1) cos (2) cos_grad (#34573) · 6151ccd4
      veyron95 提交于
      * [NPU] Support npu op: (1) cos (2) cos_grad
      
      * Update test_cos_op_npu.py
      
      * Update activation_op_npu.cc
      
      * rm redundant {1}
      6151ccd4
    • W
      [NPU] Add relu6 and relu6_grad npu op (#34596) · 68399947
      WJJ1995 提交于
      * Add relu6 and relu6_grad npu op
      
      * fixed pre-commit-config.yaml
      
      * fixed for CI
      68399947
    • H
      New executor dev (#34407) · 012d12b5
      hong 提交于
      * first test version
      
      * add test exec;
      
      * add data transfer; test=develop
      
      * add new exec head;
      
      * add memcpy; test=develop
      
      * add python fetch
      
      * add new test
      
      * add graph node; test=develop
      
      * remove useless new executor test; test=develop
      
      * remove gperf dependency; test=develop
      
      * fix compile bugs; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      
      * add uni test; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      
      * add interpreter cmakefile; test=develop
      
      * remove useless code; test=develop
      012d12b5
    • C
      remove boost::algorithm::ends_with ,boost macro and boost::lexical_cast apis (#34310) · bb7b4c0c
      chentianyu03 提交于
      * replace boost::algorithm::ends_with with self define ends_with function
      
      * remove BOOST macro in certain operators
      
      * remove boost::lexical_cast
      
      * add test for string_helper
      
      * add more test case for string_helper
      
      * modify join_string func and test case
      
      * fix build_strategy_test failed bug
      
      * remove string_helper_test from parallel_UT_rule.py
      bb7b4c0c
    • L
      1d7b75dd