1. 23 5月, 2023 2 次提交
  2. 22 5月, 2023 11 次提交
  3. 20 5月, 2023 1 次提交
  4. 19 5月, 2023 4 次提交
  5. 18 5月, 2023 9 次提交
    • Z
      [inference][trt]Remove trt sparse weight api (#53905) · 1007690b
      Zhang Jun 提交于
      * Revert "[inference][trt]add trt sparse weights switch (#53562)"
      
      This reverts commit 4a69a536.
      
      * remove kSPARSE_WEIGHTS
      
      * remove kFASTER_DYNAMIC_SHAPES_0805 and add 'TrtMajorVersion' function
      1007690b
    • H
      Fused elementwises kernels and ops (#51427) · fb4a6ecf
      Hulek 提交于
      * Fused elementwises kernels and ops
      
      * change fuse pass name
      
      * adjust .pbtxt files
      
      * adjust quantization attributes
      
      * add missing arguments and fix others, review fixed
      
      * simplify fused kernel registration
      
      * fix elementwise unit tests
      
      * reuse one fused elementwise op
      
      * adjust proto
      
      * Add supported datatypes
      
      * Change 'Scale' to 'scale' in tests, change some tests to onednn
      
      * Revert breaking changes
      
      * Fix unit tests
      
      * Delete obsolete test cases
      
      * Delete commented out code
      
      * Fix codestyle
      
      * delete temporary condition
      
      * fix conflicts and delete duplicate fusing
      
      * Fix code after merge
      
      * Move tests to new directory
      
      * fix tests volatility
      
      * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py
      
      * Update CMakeLists.txt add mkldnn op test
      
      ---------
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      fb4a6ecf
    • H
      move fusion_group kernel to phi (#53781) · 26da689d
      huangjiyi 提交于
      26da689d
    • C
      Fix typos, test=document_fix (#53927) · e916e80c
      co63oc 提交于
      e916e80c
    • T
      Del test_async_read_write in CPU (#53882) · acb5039a
      tianshuo78520a 提交于
      * fix
      
      * fix
      acb5039a
    • X
      [Dy2static-Fallback] add set_eval_frame function in pybind. (#52006) · 7b1695af
      xiongkun 提交于
      * [Dy2static-Fallback] add set_eval_frame function in pybind.
      1. add set_eval_frame function in pybind.
      
      * add unittest for eval frame hooker.
      
      * [support py38]
      
      * fix-GeneratorExit error in eval frame hooker
      
      * support python == 3.9
      
      * support 3.10
      
      * fix some comments
      7b1695af
    • H
    • R
      support auto generate for op layer_norm (#53178) · 4f07b653
      RedContritio 提交于
      * simplify layer_norm_op.cc
      
      * support auto generate for op layer_norm
      
      * update unittest for composite_layer_norm
      
      * remove layer_norm_op.cc from scripts
      
      * replace layer_norm_op with generated_op
      
      * add get_expected_kernel for layer_norm
      
      * update cmake kernel register function for layer_norm_mkldnn_op
      4f07b653
    • shaojie_wang's avatar
      [AMP]Master grad in static graph (#53362) · 972581d8
      shaojie_wang 提交于
      * add master gradients on static graph
      
      * add unit test for bf16 master grad static graph
      
      * use float16 as v100 test dtype
      
      * only skip GPU which do not support bf16
      
      * use linear layer to test master grad
      
      * 1.push master grad creation before all optimizer ops; 2.remove useless unittest; 3.use a function to create master grad states
      972581d8
  6. 17 5月, 2023 2 次提交
  7. 16 5月, 2023 6 次提交
  8. 15 5月, 2023 5 次提交