- 25 5月, 2022 1 次提交
-
-
由 xiongkun 提交于
* change logic for optimize * modifty * optimize the backward speed of EinsumOp * add cache optimizer for einsum op * EinsumOp: fix new dygraph mode error * fix bug * change Cache->InnerCache * fix code * fix * add nan inf utils for einsum op * add as_extra * Compatible with v2.3 EinsumOp * remove dispensable
-
- 24 5月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move grad_add * fix unittest bugs * fix compile bugs
-
- 23 5月, 2022 4 次提交
-
-
由 YuanRisheng 提交于
* add double grad yaml * fix bugs when compile infrt
-
由 zyfncg 提交于
* remove storage * add glog include * add glog include * add glog include
-
由 zhouweiwei2014 提交于
* remove is_init_py of RandomGenerator, and use Global Generator if not OP seed * fix comment
-
由 shixingbo 提交于
-
- 20 5月, 2022 4 次提交
-
-
由 niuliling123 提交于
-
由 Leo Chen 提交于
* use fp32 compute type for cublasGemmStridedBatchedEx with fp16 input/output * add flags to control compute type * default to false * add unit test * default to true
-
由 YuanRisheng 提交于
-
由 xiaoguoguo626807 提交于
* add tril_indices cpu kernal * modify tril_indice cpu op * modify bug * modify bug * add tril_indices python api * add tril_indices python api * resolve conflict * add tril_indices test * modify details * add tril_indices.cu * pythonapi pass * save tril_indices * CPU tril_indices pass * delete vlog * modify test_tril_indices_op.py * delete tril_indices_kernel.cc.swp * delete tril_indice.cu * modify code style * add newline in creation.py * modify creation.py linux newline * delete annotation * check code style * check .py style add final_state?? * modify code style * add gpu_tril_indices * modify gpu_compiled_juage * modify gpu judge * code style * add test example * modify english document modify english document modify english document modify document modify document * modify pram name * modify pram name * modify pram * reduce test ex
-
- 19 5月, 2022 2 次提交
-
-
由 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
-
由 zyfncg 提交于
* remove shared_storage * fix bug * fix rnn bug
-
- 18 5月, 2022 2 次提交
-
-
由 niuliling123 提交于
-
由 zyfncg 提交于
* add intermediate for some api * fix bug * fix fluid.layer
-
- 16 5月, 2022 2 次提交
-
-
由 niuliling123 提交于
-
由 Yiqun Liu 提交于
-
- 12 5月, 2022 2 次提交
-
-
由 Shuangchi He 提交于
-
由 tiancaishaonvjituizi 提交于
-
- 11 5月, 2022 1 次提交
-
-
由 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 * remove node pruning
-
- 10 5月, 2022 3 次提交
-
-
由 xiongkun 提交于
* change logic for optimize * modifty
-
由 BrilliantYuKaimin 提交于
* Create elementwise_heaviside_op.cc * add ElementwiseHeavisideFunctor * Create test_elementwise_heaviside_op.py * 增加heaviside的python接口 * add heaviside in white list * 增加heaviside的签名 * 增加heaviside的核函数 * 增加heaviside梯度的核函数 * 增加heaviside梯度的注册 * 调整代码格式 * Update elementwise_sig.cc * add heaviside in __all__ * Update heaviside docs * Update math.py * Update math.py * Update math.py
-
由 shixingbo 提交于
-
- 09 5月, 2022 2 次提交
-
-
由 joanna.wozna.intel 提交于
* Add AdamW jit kernel * Second implementation * Add missing header * Correct number of jit kernels in the test
-
由 niuliling123 提交于
-
- 06 5月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 05 5月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 04 5月, 2022 1 次提交
-
-
由 XiaoguangHu 提交于
* fix bug of batch_norm_grad kernel with fp16 * format code
-
- 01 5月, 2022 1 次提交
-
-
由 Lijunhui 提交于
-
- 29 4月, 2022 2 次提交
-
-
由 xiongkun 提交于
* Extend python einsum interface to make einsum_v2 support multi-operands and switch it to default. * add opt_einsum dependence * add yaml and support eager model * fix by code review
-
由 YuanRisheng 提交于
* add double yaml * add inline func
-
- 28 4月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* opt attr eaque perf * opt attr select code * fix one hot infermeta * polish get attr impl * fix tests failed * add testcases
-
由 FlyingQianMM 提交于
* set device id of Place() to get GPUContext needed by LimitGridDim in ElemwiseGradBroadcast * fix code style
-
- 27 4月, 2022 5 次提交
-
-
由 Leo Chen 提交于
-
由 Leo Chen 提交于
* Fix the race condition in cumsum operator * Optimize cumsum operator
-
由 zyfncg 提交于
* optimize performance of dygraph * optimize performance of dygraph and elementwise_add * optimize the trace op * fix bug * fix bug * fix unittest bug * fix code format
-
由 zhouweiwei2014 提交于
-
由 zhouweiwei2014 提交于
-
- 26 4月, 2022 3 次提交
-
-
由 BrilliantYuKaimin 提交于
* 增加PixelUnshuffle的形状推断 * 增加PixelUnshuffle的算子注册 * 增加PixelUnshuffle及其梯度的核函数 * 增加PixelUnshuffle算子的描述 * 增加PixelUnshuffle算子的签名 * 在Python层面增加PixelUnshuffle * 增加PixelUnshuffle的单测 * Update test_pixel_unshuffle.py * test=document_fix * Update test_pixel_unshuffle.py 增加对extra_repr的测试 * 修正代码格式 * Update test_pixel_unshuffle.py 修正对extra_repr的测试 * 修改pixel_unshuffle核函数的实现位置 * 修正代码格式 * 完善对输入的检查 * Update test_pixel_unshuffle.py * 完善pixel_unshuffle的输入检查 * Update pixel_unshuffle_op.cc * Update unary.cc * add pixel_unshuffle * Update test_pixel_unshuffle.py * Update vision.py * 调整代码格式 * Update vision.py * Delete extra spaces * Update pixel_unshuffle_sig.cc * Update vision.py * Update vision.py * add PixelUnshuffleGradInferMeta * remove PixelUnshuffleOpArgumentMapping * Update pixel_unshuffle_op.cc * 调整pixel_unshuffle及其梯度的核函数的实现位置 * Update pixel_unshuffle_op.cc
-
由 zyfncg 提交于
* optimize the performanece of sum api * optimize IsDenseTensorInput * remove debug log
-
由 zhangkaihuo 提交于
-