- 20 5月, 2022 3 次提交
-
-
由 zhupengyang 提交于
-
由 zn 提交于
-
由 yaoxuefeng 提交于
merge dymf branch
-
- 19 5月, 2022 11 次提交
-
-
由 qipengh 提交于
-
由 Rui Li 提交于
Signed-off-by: NKernelErr <me@lirui.tech>
-
由 jakpiase 提交于
* added md support inside (de)quantizes * added missing file * changed paddle enforce text * another paddle enforce change * same as before * removed broken tests
-
由 Sing_chan 提交于
* run all demo ci before exit;test=document_fix;test=windows_ci_inference * fix bug;test=document_fix;test=windows_ci_inference * improve log * commetn test code * modify according to zhouwei's comments
-
由 zyfncg 提交于
* change the output format of C++ backward api * fix merge conflict * fix sparse api code auto-gen * fix eager_gen bug * fix bug of output is null * fix bug of conv2d_grad_impl * fix optional grad * fix bug of eager-gen double_grad * fix bug * fix multiply_double_grad bug * fix bug of higher order derivative * fix bug of FillZeroForEmptyGradInput * remove redundant vector in grad_node * fix bug of test_deformable_conv_v1_op * fix bug of test_deformable_conv_v1_op * some refacotr
-
由 Aganlengzi 提交于
-
由 danleifeng 提交于
-
由 zyfncg 提交于
* remove shared_storage * fix bug * fix rnn bug
-
由 Chen Weihang 提交于
* refine enforce code * refine enforce code * fix compile failed * fix infrt failed
-
由 seemingwang 提交于
* enable graph-engine to return all id * change vector's dimension * change vector's dimension * enlarge returned ids dimensions * add actual_val * change vlog * fix bug * bug fix * bug fix * fix display test * singleton of gpu_graph_wrapper * change sample result's structure to fit training * recover sample code * fix * secondary sample * add graph partition * fix pybind * optimize buffer allocation * fix node transfer problem * remove log * support 32G+ graph on single gpu * remove logs * fix * fix * fix cpu query * display info * remove log * remove empyt file * distribute labeled data evenly in graph engine Co-authored-by: NDesmonDay <908660116@qq.com>
-
由 shentanyue 提交于
* support yolov5s static/int8 * fix eltwise_sub and div weight compute * fix delete_fill_constant_pass
-
- 18 5月, 2022 7 次提交
-
-
由 csy0225 提交于
-
由 Feiyu Chan 提交于
Add Code Generation for operators, op makers and argument mapping functions (#41772)
-
由 Weilong Wu 提交于
* [Eager] Polish eager code generation * Remove useless code in codegen
-
由 Sławomir Siwek 提交于
* matmul refactor * remove UT which only check ENFORCE output * code format * improve memory usage
-
由 Aganlengzi 提交于
* [NPU] add take_along_axis and take_along_axis_grad ops * [NPU] add take_along_axis and take_along_axis_grad ops * fix ut because cpu kernel can not be fallbacked
-
由 Yuang Liu 提交于
-
由 Thunderbrook 提交于
* fix device_free * fix hang
-
- 17 5月, 2022 8 次提交
-
-
由 Chen Weihang 提交于
-
由 Aganlengzi 提交于
* [NPU] add multinomial op * fix place * deal with cann version * fix for old operator * change another way
-
由 zhupengyang 提交于
-
由 Chen Weihang 提交于
* add nan_inf_utils for eager * support check nan and inf * add unittest for coverage
-
由 Siming Dai 提交于
-
由 Allen Guo 提交于
* rm updateOptimizerFromHost for eval mode (#742) * rm updateOptimizerFromHost for eval mode * fix ci * clean files
-
由 Chen Weihang 提交于
* adapt faster tokenizer op * add eager test * add unittest
-
由 Aganlengzi 提交于
-
- 16 5月, 2022 11 次提交
-
-
由 Tomasz Socha 提交于
* Clean-up bfloat16 tester * New blacklist mechanizm for dequantization * Style * Style II * Style III
-
由 niuliling123 提交于
-
由 liutiexing 提交于
* WorkQueue supports always_spinning option * update * update * fix stat
-
由 Chen Weihang 提交于
-
由 wbn 提交于
* Add the new XDNN implementation. test=kunlun * Add the new XDNN implementation. test=kunlun * Modify the code based on review, test=kunlun
-
由 Yiqun Liu 提交于
-
由 zyfncg 提交于
* update code * change the return type for inplace dygraph api * change the tuple construct
-
由 Weilong Wu 提交于
* [Eager] Fix test_model.py under eager in windows-openblas ci * Use || in this case * recover _in_eager_mode_
-
由 WangXi 提交于
-
由 jiangcheng 提交于
* optimize cinn find graph by graph address * graph_key use int64_t instead of program string * fix framework _to_readable_code python code * rename get_readable_comile_key to get_serialize_comile_key
-
由 seemingwang 提交于
* enable graph-engine to return all id * change vector's dimension * change vector's dimension * enlarge returned ids dimensions * add actual_val * change vlog * fix bug * bug fix * bug fix * fix display test * singleton of gpu_graph_wrapper * change sample result's structure to fit training * recover sample code * fix * secondary sample * add graph partition * fix pybind * optimize buffer allocation * fix node transfer problem * remove log * support 32G+ graph on single gpu * remove logs * fix * fix * fix cpu query * display info * remove log * remove empyt file Co-authored-by: NDesmonDay <908660116@qq.com>
-