-
Notifications
You must be signed in to change notification settings - Fork 269
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
飞桨黑客马拉松第四期飞桨科学计算套件No.204设计文档RFC #490
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eccb8eb - Browse repository at this point
Copy the full SHA eccb8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1b662 - Browse repository at this point
Copy the full SHA 8e1b662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8604bb5 - Browse repository at this point
Copy the full SHA 8604bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd6aa5 - Browse repository at this point
Copy the full SHA 3bd6aa5View commit details -
【Hackathon No.32】为 Paddle 优化 expand_as 前向&反向 op 在 GPU 上的计算性能 (#414)
* 【Hackathon No.32】 为 Paddle 优化 expand_as 前向&反向 op 在 GPU 上的计算性能 * Update 20230305_expand_as_optimization.md * Update 20230305_expand_as_optimization.md * Update 20230305_expand_as_optimization.md 开头表格中的文件名写错了 * Update 20230305_expand_as_optimization.md 补充了fp16输入数据类型在paddle baseline以及tensorflow上的性能测试结果,并重新对两个框架的表现进行了对比分析。 --------- Co-authored-by: Hanchiao <46010859+Timber-Ye@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fccdfd5 - Browse repository at this point
Copy the full SHA fccdfd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5116e39 - Browse repository at this point
Copy the full SHA 5116e39View commit details
Commits on Mar 20, 2023
-
【Hackathon 4th No.7】为 Paddle 新增 Unflatten API (#460)
* update api doc * update api doc * update api doc format * update api doc format * update api doc format * update test case * update edge case * update datatypes * update api name * update api doc
Configuration menu - View commit details
-
Copy full SHA for 8fd8cb5 - Browse repository at this point
Copy the full SHA 8fd8cb5View commit details
Commits on Mar 21, 2023
-
upload meeting minutes for 20230314 PPWG-TVM meeting (#473)
* upload the agenda for the 20230307 meeting * upload meeting minutes for 20230307 meeting and correct a typo for 20230222 meeting minutes * upload meeting minutes for 20230314 PPWG-TVM meeting
Configuration menu - View commit details
-
Copy full SHA for 0336364 - Browse repository at this point
Copy the full SHA 0336364View commit details -
【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API (#453)
* 【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API * [Change]修改初始化参数及相关测试项,去掉logits;修改继承父类为ExponentialFamily
Configuration menu - View commit details
-
Copy full SHA for 21894cf - Browse repository at this point
Copy the full SHA 21894cfView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a8c2ba - Browse repository at this point
Copy the full SHA 3a8c2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1b70a - Browse repository at this point
Copy the full SHA 5e1b70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e76a12 - Browse repository at this point
Copy the full SHA 2e76a12View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6165c6f - Browse repository at this point
Copy the full SHA 6165c6fView commit details
Commits on Mar 24, 2023
-
【PaddlePaddle Hackathon 第四期】No.19:为 Paddle 新增 polygamma API (#472)
* Create 20220320_api_design_for_polygamma.md * Create 20230320_api_design_for_polygamma.md * apidoctest * review0322 * review0323 * 'review0323(2)' * 'review0323(3)' * 'review0324'
Configuration menu - View commit details
-
Copy full SHA for 0773157 - Browse repository at this point
Copy the full SHA 0773157View commit details
Commits on Mar 28, 2023
-
【Hackathon 4th No.30】为 Paddle 新增 paddle.sparse.sum 稀疏 API (#411)
* add sparse sum rfc * fix sparse_backward_ops.yaml * modify title * modify api * modify 7 * modified * modify sec 7 * modify sec 7
Configuration menu - View commit details
-
Copy full SHA for 805463f - Browse repository at this point
Copy the full SHA 805463fView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b16388 - Browse repository at this point
Copy the full SHA 9b16388View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5e224 - Browse repository at this point
Copy the full SHA bc5e224View commit details -
Add 2023.03.30 pfcc meeting agenda. (#485)
* add meeting agenda * 格式化 Contributor 列表 * update * 添加新人 * 添加会议议程 * modify * modify * 添加会议链接
Configuration menu - View commit details
-
Copy full SHA for e7cd196 - Browse repository at this point
Copy the full SHA e7cd196View commit details -
Configuration menu - View commit details
-
Copy full SHA for b468f0d - Browse repository at this point
Copy the full SHA b468f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc923d5 - Browse repository at this point
Copy the full SHA fc923d5View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0cb30e9 - Browse repository at this point
Copy the full SHA 0cb30e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1009f7e - Browse repository at this point
Copy the full SHA 1009f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0f2af - Browse repository at this point
Copy the full SHA 0c0f2afView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2af529 - Browse repository at this point
Copy the full SHA c2af529View commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 460c4fe - Browse repository at this point
Copy the full SHA 460c4feView commit details
Commits on Apr 3, 2023
-
【Hackathon4 No.36】为 Paddle 优化 tile op 在 GPU 上的计算性能 (#479)
* add 20230319_tile_op_optimization.md * Correct typos * Correct typos * Correct typos * Correct typos * Correct typos * Correct typos
Configuration menu - View commit details
-
Copy full SHA for 99b845a - Browse repository at this point
Copy the full SHA 99b845aView commit details
Commits on Apr 4, 2023
-
【Hackathon4 No.44】为 Paddle 优化 logsumexp op 在 GPU 上的计算性能 (#413)
* add rfc of logsumexp optimization * update * update computation graph * update * update
Configuration menu - View commit details
-
Copy full SHA for 69a3692 - Browse repository at this point
Copy the full SHA 69a3692View commit details -
【Hackathon No. 91】Update rfcs for register_hook (#491)
* recommit: rfc for TensorHook * update: rfc for register_hook
Configuration menu - View commit details
-
Copy full SHA for c400f2b - Browse repository at this point
Copy the full SHA c400f2bView commit details
Commits on Apr 6, 2023
-
【Hackathon No.235】 Adding support for PaddleSlim quantized model to T…
…VM PaddlePaddle front end (#500)
Configuration menu - View commit details
-
Copy full SHA for 8dd92d5 - Browse repository at this point
Copy the full SHA 8dd92d5View commit details -
【Hackathon 4th No.84】为神经网络编译器 CINN 增加 ReverseComputeInline 原语 (#465)
* add cinn reverse rfc * modified * add tvm steps * Update rfcs/CINN/APIs/20230316_cinn_api_design_reverse_compute_inline.md Co-authored-by: TeFeng Chen <ctfeng66@163.com> * add api scheme * add api scheme * Update rfcs/CINN/APIs/20230316_cinn_api_design_reverse_compute_inline.md Co-authored-by: TeFeng Chen <ctfeng66@163.com> * modify --------- Co-authored-by: TeFeng Chen <ctfeng66@163.com>
Configuration menu - View commit details
-
Copy full SHA for 4e6e27e - Browse repository at this point
Copy the full SHA 4e6e27eView commit details -
Add 2023.03.30 pfcc meeting minutes. (#499)
* add meeting agenda * 格式化 Contributor 列表 * update * 添加新人 * 添加会议议程 * modify * modify * 添加会议链接 * add meeting 19 minutes
Configuration menu - View commit details
-
Copy full SHA for 897b990 - Browse repository at this point
Copy the full SHA 897b990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 081ce4f - Browse repository at this point
Copy the full SHA 081ce4fView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 452b045 - Browse repository at this point
Copy the full SHA 452b045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad3ef9 - Browse repository at this point
Copy the full SHA 2ad3ef9View commit details -
[Hackathon4.243] add_LayoutXLM_for_fastdeploy (#506)
* erfinv * false commit * erfinv * false commit * rfc for layoutxlm
Configuration menu - View commit details
-
Copy full SHA for 57e6f71 - Browse repository at this point
Copy the full SHA 57e6f71View commit details -
No.179:将PointPillars集成到FastDeploy,并在Jetson Orin硬件上部署验证精度和速度 (#476)
* No.179:将PointPillars集成到FastDeploy,并在Jetson Orin硬件上部署验证精度和速度 * No.179:将PointPillars集成到FastDeploy,并在Jetson Orin硬件上部署验证精度和速度 * 标题修正
Configuration menu - View commit details
-
Copy full SHA for e39829b - Browse repository at this point
Copy the full SHA e39829bView commit details -
* Add PPOCRV3 Deploy PFC * Add PPOCRV3 Deploy PFC * update 20230221_add_solov2_for_fastdeploy * update 20230228_pplcnet_deploy_for_arm * update 20230228_pplcnet_deploy_for_arm * update
Configuration menu - View commit details
-
Copy full SHA for d8cdf10 - Browse repository at this point
Copy the full SHA d8cdf10View commit details -
【Hackathon4 No.185】 Add "Deploy PaddleDetection by Java" RFC (#377)
* 使用java完成PaddleDetection部署提案 * deploy paddledetection by java * modify RFC * update RFC * update RFC
Configuration menu - View commit details
-
Copy full SHA for 609f233 - Browse repository at this point
Copy the full SHA 609f233View commit details -
【Hackathon 4th No.240】完成CANN接入FastDeploy,并完成高性能文本分类服务ERNIE-3.0,测试模型运行…
…正确 (#497) * Create 20230402_add_CANN_backend_for_FastDeploy.md * Update 20230402_add_CANN_backend_for_FastDeploy.md * Update 20230402_add_CANN_backend_for_FastDeploy.md
Configuration menu - View commit details
-
Copy full SHA for e9cc12b - Browse repository at this point
Copy the full SHA e9cc12bView commit details -
【Hackathon 4th No.241】实现寒武纪MagicMind接入FastDeploy,并使用YOLOv5进行测试 (#495)
* Create 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md * Update 20230331_add_MagicMind_backend_for_FastDeploy.md
Configuration menu - View commit details
-
Copy full SHA for d5b5df5 - Browse repository at this point
Copy the full SHA d5b5df5View commit details -
[Hackathon4.242] add 20230406_add_slanet_for_fastdeploy.md (#501)
* erfinv * false commit * erfinv * false commit * add rfc for slanet
Configuration menu - View commit details
-
Copy full SHA for 2aea1ff - Browse repository at this point
Copy the full SHA 2aea1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c53b3d - Browse repository at this point
Copy the full SHA 7c53b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55884c6 - Browse repository at this point
Copy the full SHA 55884c6View commit details
Commits on Apr 14, 2023
-
【Hackathon4】No.5 为 Paddle 新增 nextafter API (#483)
* add rfc_nextafter * fix rfc * fix * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 6517a0c - Browse repository at this point
Copy the full SHA 6517a0cView commit details
Commits on Apr 18, 2023
-
【Hackathon 4 No.85】【开源社区对比研究】 以 CI 流水线为例 (#498)
* add 0302 meeting * add 0302 meeting * fix link * fix * fix * fix * fix * Update 2023-03-02-meeting-agenda.md * fix * add pfcc-minutes * add pfcc-minutes * fix * add CI * fix * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 1b53cde - Browse repository at this point
Copy the full SHA 1b53cdeView commit details -
【Hackathon 4 No.86】【开源社区对比研究】 以贡献文档为例 (#420)
* [ reports ]add dev_guides * [reports] Supplementary content * [reports] Supplementary docs content * [reports] Supplementary i18n content * [reports] Fix errors * [reports] Supplementary mindspore i18n content
Configuration menu - View commit details
-
Copy full SHA for c03f957 - Browse repository at this point
Copy the full SHA c03f957View commit details
Commits on Apr 20, 2023
-
【Hackathon4 No.33】为 Paddle 优化 Histogram op 在 GPU 上的计算性能 (#486)
* add 20230328_histogram_op_optimization.md * Correct typos * Correct typos * modify the optimization way
Configuration menu - View commit details
-
Copy full SHA for 0a4b4f7 - Browse repository at this point
Copy the full SHA 0a4b4f7View commit details -
Create 2023-04-20-meeting-agenda.md (#515)
* Create 2023-04-20-meeting-agenda.md * Update 2023-04-20-meeting-agenda.md --------- Co-authored-by: Tao Luo <luotao02@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for 7489346 - Browse repository at this point
Copy the full SHA 7489346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9cde5 - Browse repository at this point
Copy the full SHA 0f9cde5View commit details -
【Hackathon4 No.34】为 Paddle 优化 Lerp OP在GPU上的性能 (#513)
为 Paddle 优化 Lerp OP在GPU上的性能 任务:PaddlePaddle/Paddle#50657 (comment)
Configuration menu - View commit details
-
Copy full SHA for 1e1d9e5 - Browse repository at this point
Copy the full SHA 1e1d9e5View commit details -
Create 20230420_paddle2tvm_design_fix_ops (#516)
为TVM PaddlePaddle前端完善 logical_or_cn/batch_norm/gaussian_random/one_hot_v2 算子支持程度,并完善算子测试。
Configuration menu - View commit details
-
Copy full SHA for c279c45 - Browse repository at this point
Copy the full SHA c279c45View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1988d4 - Browse repository at this point
Copy the full SHA c1988d4View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22f408e - Browse repository at this point
Copy the full SHA 22f408eView commit details -
【Hackathon No.93】增加 linux 下 cpu tensor file_descriptor 传输方案 (#369)
* 【Hackathon No.93】增加 linux 下 cpu tensor file_descriptor 传输方案 * Update 20230222_design_for_cpu_tensor_file_descriptor.md * Update 20230222_design_for_cpu_tensor_file_descriptor.md
Configuration menu - View commit details
-
Copy full SHA for 1858cac - Browse repository at this point
Copy the full SHA 1858cacView commit details -
【Hackathon4 No.26】为 Paddle 新增 paddle.sparse.nn.Softmax 稀疏 API 的 coo 格…
…式计算逻辑 (#514) * erfinv * false commit * erfinv * false commit * ass softmax coo * add cuda kernel design
Configuration menu - View commit details
-
Copy full SHA for a574d37 - Browse repository at this point
Copy the full SHA a574d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c85e8 - Browse repository at this point
Copy the full SHA 23c85e8View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5dfac4a - Browse repository at this point
Copy the full SHA 5dfac4aView commit details