-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【PaddlePaddle Hackathon 2】18、为 Paddle 新增 paddle.heaviside 和 paddle.Tensor.heaviside API #40827
【PaddlePaddle Hackathon 2】18、为 Paddle 新增 paddle.heaviside 和 paddle.Tensor.heaviside API #40827
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f0c781 - Browse repository at this point
Copy the full SHA 0f0c781View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc55eaa - Browse repository at this point
Copy the full SHA cc55eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69dcfb - Browse repository at this point
Copy the full SHA b69dcfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ed56b - Browse repository at this point
Copy the full SHA 07ed56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcef00 - Browse repository at this point
Copy the full SHA 6dcef00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6161b - Browse repository at this point
Copy the full SHA 0c6161bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e96b9ac - Browse repository at this point
Copy the full SHA e96b9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b813f - Browse repository at this point
Copy the full SHA 71b813fView commit details -
Change bn muable data to phi (PaddlePaddle#40748)
* move mutable_data to context alloc * move mutable_data to context alloc * remvoe duplicate code
Configuration menu - View commit details
-
Copy full SHA for d9a41fc - Browse repository at this point
Copy the full SHA d9a41fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a20d7 - Browse repository at this point
Copy the full SHA 97a20d7View commit details -
[new-exec] async prepare deps (PaddlePaddle#40713)
* async prepare deps * fix bug that std::future is not set * add ut * refine code * fix standalone ut * disable prof
Configuration menu - View commit details
-
Copy full SHA for 814f721 - Browse repository at this point
Copy the full SHA 814f721View commit details
Commits on Mar 23, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 1825db8 - Browse repository at this point
Copy the full SHA 1825db8View commit details -
Fix test case timeout (PaddlePaddle#40820)
* Fix test case timeout * test=document_fix * test=document_fix
Configuration menu - View commit details
-
Copy full SHA for c638fb4 - Browse repository at this point
Copy the full SHA c638fb4View commit details -
Removed redundant use of declarations.h (PaddlePaddle#40703)
* Removed redundant use of declarations.h * Fixed minor bug
Configuration menu - View commit details
-
Copy full SHA for 2a1b4c0 - Browse repository at this point
Copy the full SHA 2a1b4c0View commit details -
Add Gpu Timer Tool (PaddlePaddle#40642)
* add kernel profiler * add gpu timer tool * remove warmup * fix rocm complilation error
Configuration menu - View commit details
-
Copy full SHA for 291d894 - Browse repository at this point
Copy the full SHA 291d894View commit details -
[KP] fix compilation bug in phi (PaddlePaddle#40805)
* [KP] fix compilation bug in phi * delete the comment * delete useless comment
Configuration menu - View commit details
-
Copy full SHA for 7a78aec - Browse repository at this point
Copy the full SHA 7a78aecView commit details -
[Phi] Move fill_constant_batch_size_like op kernel into phi (PaddlePa…
…ddle#40784) * add full_batch_size_like phi kernel * remove fill constant bs like * update year
Configuration menu - View commit details
-
Copy full SHA for b03ef42 - Browse repository at this point
Copy the full SHA b03ef42View commit details -
[Phi]Move log/log2/log10/log1p Kernels to Phi (PaddlePaddle#40785)
* move activation * fix bugs when run ce
Configuration menu - View commit details
-
Copy full SHA for 13c9943 - Browse repository at this point
Copy the full SHA 13c9943View commit details -
[phi] transfer unsqueeze to phi (PaddlePaddle#40596)
* transfer unsqueeze to phi * fix conflict * add squeeze * add infershape * fix xpu and npu error
Configuration menu - View commit details
-
Copy full SHA for 9121115 - Browse repository at this point
Copy the full SHA 9121115View commit details -
[Auto Parallel] Add distributed mul op for paddle.fluid.layers.fc (Pa…
…ddlePaddle#40207) * [Auto Parallel] Add distributed mul for the old version
Configuration menu - View commit details
-
Copy full SHA for b518fa2 - Browse repository at this point
Copy the full SHA b518fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdafbc7 - Browse repository at this point
Copy the full SHA fdafbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db41e39 - Browse repository at this point
Copy the full SHA db41e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b8335 - Browse repository at this point
Copy the full SHA 17b8335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d3ebc - Browse repository at this point
Copy the full SHA 95d3ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5897099 - Browse repository at this point
Copy the full SHA 5897099View commit details -
Add profiler features (PaddlePaddle#40357)
* add event record for model profiling * fix format * fix format * fix code example bug * no * add profiler statistic * add profiler feature * fix bug * fix bug * fix bug * fix bug * required: gpu * required: gpu * fix bug * required: gpu * fix ci bug * fix ci error * fix ci error * upgrade document * fix doc * fix ci bug * add doc and fix bug * nothing * fix bug * fix format bug * modify format * add deprecated description for old profiler * fix bug * fix bug * fix * add load_profiler_reuslt doc * add load_profiler_reuslt doc * add load_profiler_reuslt doc * help fix old profiler sample code * add api doc * fix format * fix api doc * fix api doc format * fix api doc format * fix api doc c format * fix api doc format
Configuration menu - View commit details
-
Copy full SHA for c15e382 - Browse repository at this point
Copy the full SHA c15e382View commit details -
Performance optimization for StreamSafeCudaAllocator (PaddlePaddle#40718
Configuration menu - View commit details
-
Copy full SHA for d8bff98 - Browse repository at this point
Copy the full SHA d8bff98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0be93 - Browse repository at this point
Copy the full SHA 3d0be93View commit details -
Add complex type compatibility for stft api and stft op. (PaddlePaddl…
…e#40113) * Add stft_op. * Add stft_grad_op. * Add stft_op unittest. * [DLTP-45176] Add complex compatibility in static mode for stft api. * [DLTP-45176] Add complex compatibility in static mode for stft api. * Add doc. * Update unitests of stft op. * Update spectral helper. * fix coding style.
Configuration menu - View commit details
-
Copy full SHA for 319f95d - Browse repository at this point
Copy the full SHA 319f95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8991e9a - Browse repository at this point
Copy the full SHA 8991e9aView commit details -
Support initializing specific grad tensors to zero for selected opera…
…tors (PaddlePaddle#39963) * Supported Complex2Real Conversion for Eager Dygraph * Supported Complex2Real Conversion for Eager Dygraph * Enabled complex type promotion test for matmul_v2 * Fix CI issues * Support initializing specific grad tensors to zero for selected operators * Merged adj_edges_ with GradSlotMeta * Fixed monir issue * Adjusted num runs * Recovered Eager performance tests configurations * Recovered Eager performance tests configurations * Adjusted performance tests configurations * Fixed Minor Issues with performance tests * Moved out Edge from GradSlotMeta * Fixed issues from merge * Fixed typo * Addressed review comments * Fixed merge issues * Fixed minor issues * Fixed minor issue * Fixed major issues and enabled auto_prune test cases * Fixed issues from merge
Configuration menu - View commit details
-
Copy full SHA for 2f50ae9 - Browse repository at this point
Copy the full SHA 2f50ae9View commit details -
[Eager] Slice (PaddlePaddle#40587)
* fix some slice bug, test=develop * eager slice, test=develop * eager slice, test=develop * refine, test=develop * refine, test=develop * fix bug, test=develop * refine, test=develop * rename function name, test=develop
Configuration menu - View commit details
-
Copy full SHA for b07d239 - Browse repository at this point
Copy the full SHA b07d239View commit details -
Add yaml config part2 (PaddlePaddle#40742)
* fix error; test=develop * update * close some yaml * fix backward attrite error; test=develop * add div test * polish code; test=develop * remove none gbk charactor; * remove some yaml; * fix optional bug * recover yaml config * resolve confilct; test=develop * close div; test=develop
Configuration menu - View commit details
-
Copy full SHA for f4075db - Browse repository at this point
Copy the full SHA f4075dbView commit details -
[Phi]Remove InferShape and Kernel of flatten_contiguous_range op (Pad…
…dlePaddle#40638) * remove flatten infermeta * fix bugs when run inference ci * fix bugs when run inference ci * fix bugs when run ci * support infrt * inplace infershape code'
Configuration menu - View commit details
-
Copy full SHA for 778008d - Browse repository at this point
Copy the full SHA 778008dView commit details -
[Phi] Move deformable_conv and deformable_conv_v1 to phi (PaddlePaddl…
…e#40794) * move deformable_conv_grad to phi * move infershape of deformable_conv to phi * adjust some code format * move deformable_conv_v1 to phi
Configuration menu - View commit details
-
Copy full SHA for 7e3752b - Browse repository at this point
Copy the full SHA 7e3752bView commit details -
AddAwaitableTask (PaddlePaddle#40770)
* AddAwaitableTask for WorkQueue Co-authored-by: liutiexing <liutiexing@google.com>
Configuration menu - View commit details
-
Copy full SHA for 323d55a - Browse repository at this point
Copy the full SHA 323d55aView commit details -
Support sharding (PaddlePaddle#40637)
* suppor sharding api * support multi api for sharding in eager * support multi api for sharding in eager * fix test * fix test coverage
Configuration menu - View commit details
-
Copy full SHA for fe291da - Browse repository at this point
Copy the full SHA fe291daView commit details -
[Eager Hook + Inplace] Refactor register_hook and test with inplace o…
…peration (PaddlePaddle#40778) * disable scatter case in test_inplace_eager_fluid * Update register_hook logic * Add register_hook test cases Co-authored-by: pangyoki <pangyoki@126.com>
Configuration menu - View commit details
-
Copy full SHA for ff7cbaa - Browse repository at this point
Copy the full SHA ff7cbaaView commit details -
[AutoParallel] engine & dist_saver (PaddlePaddle#40528)
* add dist_saver and update engine * add dist_saver and update engine
Configuration menu - View commit details
-
Copy full SHA for 3980e22 - Browse repository at this point
Copy the full SHA 3980e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36492bc - Browse repository at this point
Copy the full SHA 36492bcView commit details -
two-phase training for ps (PaddlePaddle#40762)
* fix benchmark and communicator config * fix bugs of the_one_ps * multi program and fix bug in optimizer * multi program in the_one_ps * public commcontext * ps optimizer multi programs * cvm & datanorm backend * fix dim * fix unittest * fix * the one ps merge * remove comm * add DownpourLiteWorker * all * fix * fix * device worker downpour lite * fix * fix bug in global shuffle * save inference model * fix & add log * fix * remove log * fix * fix save summary * fix * fix pscore * fix * fix * fix * fix * fix * remove logs * fix * fix * fix * fix * fix * add some comments * fix Co-authored-by: esythan <esythan@126.com>
Configuration menu - View commit details
-
Copy full SHA for b1a4668 - Browse repository at this point
Copy the full SHA b1a4668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e505d - Browse repository at this point
Copy the full SHA 81e505dView commit details -
[NPU] add npu support for conv3d and conv3d_grad (PaddlePaddle#38480)
* [NPU] add npu support for conv3d and conv3d_grad * [NPU] delete failed unittests due to Ascend not support * [NPU] delete debug codes * [NPU] optimize codes, notest * [NPU] remove const_cast * [NPU] optimize for remove const_cast * [NPU] fix written errors
Configuration menu - View commit details
-
Copy full SHA for ff568af - Browse repository at this point
Copy the full SHA ff568afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 292011e - Browse repository at this point
Copy the full SHA 292011eView commit details -
Added support for BF16 datatype for all oneDNN activation kernels (Pa…
…ddlePaddle#40721) * added missing BF16 activations * added softplus bf16 * minor change * disabled tests for GPU
Configuration menu - View commit details
-
Copy full SHA for 8e67629 - Browse repository at this point
Copy the full SHA 8e67629View commit details -
Configuration menu - View commit details
-
Copy full SHA for c751e40 - Browse repository at this point
Copy the full SHA c751e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521cded - Browse repository at this point
Copy the full SHA 521cdedView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e1155e - Browse repository at this point
Copy the full SHA 7e1155eView commit details -
Trt engine (PaddlePaddle#40744)
* infrt add trt engine * fix register * file generate * fix ci error * fix conflict * add copyright * update * update * update * update engine name * refactor trt code * update * update * update * update * fix conflict * update * refactor code * first commit * update pdtensor to denseTensor * code * style * code * code style * add the tensor map, test=develop * update * update * update * trt engine * update trt mlir and runtime * update mlir test * update * update * update Co-authored-by: DannyIsFunny <912790387@qq.com> Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf8be32 - Browse repository at this point
Copy the full SHA cf8be32View commit details -
[Phi] Move mul op kernel into phi (PaddlePaddle#40833)
* add mul phi kernel * remove mul op kernel * remove original mul grad op * fix cinn test * fix dygraph test failed
Configuration menu - View commit details
-
Copy full SHA for 1b49181 - Browse repository at this point
Copy the full SHA 1b49181View commit details -
[Auto Parallel] Update cost model (PaddlePaddle#40457)
* refactor cost model
Configuration menu - View commit details
-
Copy full SHA for c1c9368 - Browse repository at this point
Copy the full SHA c1c9368View commit details -
[phi] Split selected_rows CMake compilation (PaddlePaddle#40864)
* [phi] Split selected_rows CMake compilation * move file back * move file back
Configuration menu - View commit details
-
Copy full SHA for e6cbd72 - Browse repository at this point
Copy the full SHA e6cbd72View commit details -
Refine eager run_program OP for dy2st UT (PaddlePaddle#40768)
* Refine eager run_program OP for dy2st UT * append run_program error string and refine run_program_grad * remove some comments * refine ConstructXGradTensors
Configuration menu - View commit details
-
Copy full SHA for 4ccd5cb - Browse repository at this point
Copy the full SHA 4ccd5cbView commit details -
Polish optest: refine the optest parameter logic. support name, dtype…
…, out, output in arbitrary position (PaddlePaddle#40824) * 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility * matmul * disable unittests: test_elementwise_add_op test_scatter_nd_op test_gather_nd_op test_scatter_op test_index_sample_op test_elementwise_add_mkldnn_op * refine the logic of prepara_parameter logic * fix Tensor(gpu) 2 Scalar segment fault.
Configuration menu - View commit details
-
Copy full SHA for a8df390 - Browse repository at this point
Copy the full SHA a8df390View commit details -
test gpu graph engine's performance (PaddlePaddle#40775)
* extract sub-graph * graph-engine merging * fix * fix * fix heter-ps config * test performance * test performance * test performance * test * test * update bfs * change cmake
Configuration menu - View commit details
-
Copy full SHA for 83ae161 - Browse repository at this point
Copy the full SHA 83ae161View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5bebf0 - Browse repository at this point
Copy the full SHA d5bebf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d60e81 - Browse repository at this point
Copy the full SHA 1d60e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8562668 - Browse repository at this point
Copy the full SHA 8562668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0133943 - Browse repository at this point
Copy the full SHA 0133943View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a4347 - Browse repository at this point
Copy the full SHA d3a4347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bcb4f8 - Browse repository at this point
Copy the full SHA 0bcb4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa3a72 - Browse repository at this point
Copy the full SHA 7fa3a72View commit details -
[Refactor] refactored eager_gen.py PR PaddlePaddle#1 (PaddlePaddle#40815
) * [Refactor] refactored eager_gen.py PR PaddlePaddle#1 * [Refactor] refactored eager_gen.py PR PaddlePaddle#1 * Refactored version 2 * Added automatic code generation utils * Fixed merge issues
Configuration menu - View commit details
-
Copy full SHA for 68c9e3e - Browse repository at this point
Copy the full SHA 68c9e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51a579 - Browse repository at this point
Copy the full SHA f51a579View commit details -
[Phi] Migrate InferShape of multiplex, qr, tril_triu (PaddlePaddle#40102
Configuration menu - View commit details
-
Copy full SHA for 2e73653 - Browse repository at this point
Copy the full SHA 2e73653View commit details -
Configuration menu - View commit details
-
Copy full SHA for f95f3a6 - Browse repository at this point
Copy the full SHA f95f3a6View commit details -
Add sparse convertion api and sparse creation api (PaddlePaddle#40780)
zhangkaihuo authoredMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for a8f8660 - Browse repository at this point
Copy the full SHA a8f8660View commit details -
[Auto Parallel] Gradient merge pass support dist attribute (PaddlePad…
…dle#40737) * [Auto Parallel] gradient merge pass support dist attribute
Configuration menu - View commit details
-
Copy full SHA for 0443c6f - Browse repository at this point
Copy the full SHA 0443c6fView commit details -
Fix rnn, wmt16 docs;test=document_fix (PaddlePaddle#40783)
* Fix rnn, wmt16 docs;test=document_fix * Fix wmt14 docs;test=document_fix * Add more description;test=document_fix
Configuration menu - View commit details
-
Copy full SHA for cc8e98c - Browse repository at this point
Copy the full SHA cc8e98cView commit details -
test=document_fix , fix launch doc (PaddlePaddle#40848)
* test=document_fix , fix launch doc * test=document_fix , fix typo
Configuration menu - View commit details
-
Copy full SHA for 2e8f988 - Browse repository at this point
Copy the full SHA 2e8f988View commit details -
Refine events waiter (PaddlePaddle#40876)
* add align for WorkQueue * add spinlock * merge develop * merge * Add EventsWaiter * Add EventsWaiter * update * Revert "Add EventsWaiter" This reverts commit e206173. * update * update Error MSG * update EventsWaiter * update Co-authored-by: liutiexing <liutiexing@google.com>
Configuration menu - View commit details
-
Copy full SHA for 36ee6dd - Browse repository at this point
Copy the full SHA 36ee6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83906bc - Browse repository at this point
Copy the full SHA 83906bcView commit details -
make vcvars64 and cuda_version can be set in xly pipe (PaddlePaddle#4…
…0870) * make vcvars64 and cuda_version can be set in xly pipe * make third_party_path reused by ci and build pipe;test=windows_ci_inference;test=windows_op;test=windows_ci
Configuration menu - View commit details
-
Copy full SHA for a916424 - Browse repository at this point
Copy the full SHA a916424View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff9e28 - Browse repository at this point
Copy the full SHA bff9e28View commit details -
Wrap dist api for dygraph mode (PaddlePaddle#40408)
lilong12 authoredMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 9d8cfc1 - Browse repository at this point
Copy the full SHA 9d8cfc1View commit details -
[MoE]Assign pos op (PaddlePaddle#40580)
* # This is a combination of 10 commits. # The first commit's message is: add expert count op add ut for expert_count # This is the 2nd commit message: update UT only for cuda # This is the 3rd commit message: fix for rocm # This is the 4th commit message: update ut # This is the 5th commit message: add moe module # This is the 6th commit message: add expert count op add ut for expert_count # This is the 7th commit message: update UT only for cuda # This is the 8th commit message: update ut # This is the 9th commit message: add moe module # This is the 10th commit message: make expert count private * add assign pos op * fix upper num name * add api _assign pos * add ut for assign pos op * update date * fix for win * update for test (timeout) * fix ut * update * fix ut for number count Co-authored-by: hlygit66666 <2570058140@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 305f32d - Browse repository at this point
Copy the full SHA 305f32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9954189 - Browse repository at this point
Copy the full SHA 9954189View commit details -
Correct MultipleQuantizeSquash (PaddlePaddle#40717)
* Correct MultipleQuantizeSquash * Correct logging
Configuration menu - View commit details
-
Copy full SHA for 753964a - Browse repository at this point
Copy the full SHA 753964aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d1fe3 - Browse repository at this point
Copy the full SHA 38d1fe3View commit details -
[AMP] Support amp for Intermediate_dygraph (PaddlePaddle#40623)
* approve amp for intermediate_dygraph * add amp_utils for intermediate_dygraph * add amp needcast check for mlu & npu * test unittest * add SetGradNode for set_stop_gradient && add checktensor for GradientHooks * refine code * refien unittest of imperative_amp for new dygraph * inplace api skip amp * add test_imperative_qat_amp for intermediate amp * refine code * refine test_amp ci strategy * refine unittest code * refine amp_utils code * refine amp getpromotetype for some special op * refine unittest code
Configuration menu - View commit details
-
Copy full SHA for c12f7d4 - Browse repository at this point
Copy the full SHA c12f7d4View commit details -
Support intermediate for Sparse API (PaddlePaddle#40840)
* support intermediate for saprse api * close intermediate in yaml * fix dygraph_api dep for eager
Configuration menu - View commit details
-
Copy full SHA for 98244a9 - Browse repository at this point
Copy the full SHA 98244a9View commit details -
fix build_cinn_pass internal var may be control var problem (PaddlePa…
…ddle#40812) * fix build_cinn_pass internal var may be control var problem * add annotation and vlog by review advice
Configuration menu - View commit details
-
Copy full SHA for 310b7db - Browse repository at this point
Copy the full SHA 310b7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a5035 - Browse repository at this point
Copy the full SHA 22a5035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92afe14 - Browse repository at this point
Copy the full SHA 92afe14View commit details -
[Phi] Move batch size like infershape into phi (PaddlePaddle#40847)
* move batch size like infershape * revert other op change * call infermeta in infershape * adjust batchsize like pos
Configuration menu - View commit details
-
Copy full SHA for 6d3db9c - Browse repository at this point
Copy the full SHA 6d3db9cView commit details -
[Phi] Move mean op kernel into phi (PaddlePaddle#40872)
* add mean phi kernel * remove original mean kernel * add alias name
Configuration menu - View commit details
-
Copy full SHA for 8df9176 - Browse repository at this point
Copy the full SHA 8df9176View commit details
Commits on Mar 25, 2022
-
support get_item where the index is a bool scalar tensor (PaddlePaddl…
…e#40829) * support get_item where the index is a bool scalar tensor * add unittests for supporting get_item where the index is a bool scalar tensor
Configuration menu - View commit details
-
Copy full SHA for 0f5e90a - Browse repository at this point
Copy the full SHA 0f5e90aView commit details -
Scalar support marking data_type in yaml (PaddlePaddle#40867)
* Scalar support marking data_type in yaml * fix code-gene bug
Configuration menu - View commit details
-
Copy full SHA for 0408701 - Browse repository at this point
Copy the full SHA 0408701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139a30e - Browse repository at this point
Copy the full SHA 139a30eView commit details -
[NPU] add merged_momentum (PaddlePaddle#40875)
* [NPU] add merged_momentum * fix * fix device
Configuration menu - View commit details
-
Copy full SHA for 2b74b73 - Browse repository at this point
Copy the full SHA 2b74b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b69fd - Browse repository at this point
Copy the full SHA c7b69fdView commit details -
Fix loop index for FillZeroForEmptyGradInputs (PaddlePaddle#40909)
* Fix loop index for FillZeroForEmptyGradInputs * Call fill zero in run_program_grad
Configuration menu - View commit details
-
Copy full SHA for 3228fc3 - Browse repository at this point
Copy the full SHA 3228fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfadf61 - Browse repository at this point
Copy the full SHA cfadf61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6547833 - Browse repository at this point
Copy the full SHA 6547833View commit details -
[OpTest] Polish optest (PaddlePaddle#40879)
* 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility * matmul * disable unittests: test_elementwise_add_op test_scatter_nd_op test_gather_nd_op test_scatter_op test_index_sample_op test_elementwise_add_mkldnn_op * refine the logic of prepara_parameter logic * fix Tensor(gpu) 2 Scalar segment fault. * add multi-attribute. (test_unsqueeze_op); add python_sig_out for customizing op sig out * fix some bugs, support python_out_sig
Configuration menu - View commit details
-
Copy full SHA for d43e843 - Browse repository at this point
Copy the full SHA d43e843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db9cd4 - Browse repository at this point
Copy the full SHA 1db9cd4View commit details -
Refactor Dygraph Flags (PaddlePaddle#40786)
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
Configuration menu - View commit details
-
Copy full SHA for 3085d5e - Browse repository at this point
Copy the full SHA 3085d5eView commit details -
fix paddle.vision.transforms.Resize en docs (PaddlePaddle#40719)
* Update transforms.py * Update transforms.py * Update transforms.py * Update functional.py
Configuration menu - View commit details
-
Copy full SHA for 236a3bc - Browse repository at this point
Copy the full SHA 236a3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c01d1c - Browse repository at this point
Copy the full SHA 1c01d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cd575 - Browse repository at this point
Copy the full SHA e1cd575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830c37f - Browse repository at this point
Copy the full SHA 830c37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e904309 - Browse repository at this point
Copy the full SHA e904309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c59327 - Browse repository at this point
Copy the full SHA 4c59327View commit details -
Configuration menu - View commit details
-
Copy full SHA for eecc373 - Browse repository at this point
Copy the full SHA eecc373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7df5b - Browse repository at this point
Copy the full SHA 6e7df5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1f4af - Browse repository at this point
Copy the full SHA 5f1f4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d907ee - Browse repository at this point
Copy the full SHA 2d907eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0f3ab - Browse repository at this point
Copy the full SHA 7f0f3abView commit details -
Merge branch 'heaviside' of https://github.com/BrilliantYuKaimin/Paddle…
… into heaviside
Configuration menu - View commit details
-
Copy full SHA for 3de9b51 - Browse repository at this point
Copy the full SHA 3de9b51View commit details