Skip to content
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】9、为 Paddle 新增 logspace API #40777

Closed

Conversation

BrilliantYuKaimin
Copy link
Contributor

@BrilliantYuKaimin BrilliantYuKaimin commented Mar 21, 2022

PR types

New features

PR changes

APIs

Describe

增加了paddle.logspace。具体地,paddle.logspace(start, stop, num, base)能产生一个以base**start为首项、以base**end为末项、共有num项的等比数列。
Issue:#40326
设计文档:PaddlePaddle/community#56

@paddle-bot-old paddle-bot-old bot added contributor External developers status: proposed labels Mar 21, 2022
@paddle-bot-old
Copy link

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot-old
Copy link

PR格式检查通过,你的PR将接受Paddle专家以及开源社区的review,请及时关注PR动态。
The format inspection passed. Your PR will be reviewed by experts of Paddle and developers from the open-source community. Stay tuned.

JiabinYang and others added 17 commits March 24, 2022 11:34
)

* [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
)

* migrate infershape

* fix tril_triu infershape error

* fix qr_op infershape

* add parse qr mode func

* move order
…dle#40737)

* [Auto Parallel] gradient merge pass support dist attribute
* Fix rnn, wmt16 docs;test=document_fix

* Fix wmt14 docs;test=document_fix

* Add more description;test=document_fix
* test=document_fix , fix launch doc

* test=document_fix , fix typo
* 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>
…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
zhangbo9674 and others added 26 commits March 31, 2022 15:36
* Enhance test_eigh_op

* Use eigen decomposition to validate eigen values and vectors
* Fix that TestEighBatchAPI didn't run the batched input

* Enhance test_eigvalsh_op

* Align cusolver tolerance to validate eigenvalues
* Fix that BatchAPI didn't run the batched input

* Add abs for |d_ref|

* Remove comment
* [Yaml] Migrate sqrt/square/reciprocal yaml

* clean file

* fix unittest error
* rename scalar_array to int_array

* update cmake

* fix conflict

* remove useless log
* add CUDA_TOOLKIT_ROOT_DIR option in cmake command

* make sure dir in cmake use / rather than \
* back fl

* delete ssl cert

* .

* make warning

* .

* unittest paral degree

* solve unittest

* heter & multi cloud commm ready

* .

* .
* fix error; test=develop

* update

* close some yaml

* fix backward attrite error; test=develop

* add div test

* polish code; test=develop

* update

* update

* fix bug

* update bitwise code; test=develop

* update

* update

* fix some bug

* update

* revert cmakelist

* fix optional bug;

* fix bug

* fix bug;

* add backward test

* open bn

* update

* update

* revert eager_gen

* polish code

* fix topk error

* update

* update

* fix bug;

* move label smooth, nll loss

* revert topk

* fix topk label smooth bug;

* remove batch_norm

* remove topk

* change flip infer meta

* fix flip bug

* update yaml

* close abs

* fix histogram bug

* fix histogram bug

* add abs

* fix histogram kernel

* remove expand
…le#41131)

* add several yaml

* polish strided slice kernel & add yaml

* reorder yaml

* add several yaml

* revert yaml config change

* resolve conflict

* Update test_strided_slice_op.py
@BrilliantYuKaimin
Copy link
Contributor Author

操作失误,重新提PR至此:#41261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet