CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 06:51:42 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/PaddlePaddle/Paddle.git
etag: W/"668a803238d49e9ccf6f0a4ecb707469"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=12vhZ21eD8LyHY40Ics2mafV3lvL7Jw2MC36gc54i3fpY4fEztn44XD60FWL24bqaTIrAF9Z2kaef4W33hWqRIZ%2BdumKtxxv13OWXhZWdHKL%2BZyR3Ca2JXe2uOAOENMicOYOzgRm63hzqRdnFrqIA6JR022AvYofydsyoc66hR8eW6QIU5i0uaQGSnDqTQc%2B8Mj55udWb2XUUYy86G2O6eYYo0rUDaluXclEdFsfslBpNKUtGr6JgOkMXi6HEBvhHnyVJtfo8OFRXD%2FicVncKQ%3D%3D--Mtlldak30aWmDHvr--zEwqgZE2jrG7P2suR5fEpA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1942532247.1753426302; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 06:51:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 06:51:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E1F2:167D14:3C5F06:4AE8CF:6883297E
add type promotion for complex and real number. (#63842) · PaddlePaddle/Paddle@3f10cae · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/eager/api/manual/eager_manual/forwards/multiply_fwd_func.cc
Copy file name to clipboardExpand all lines: paddle/fluid/eager/auto_code_generator/generator/eager_gen.py
Copy file name to clipboardExpand all lines: paddle/fluid/eager/type_promotion_utils.h
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 3f10cae
authored
add type promotion for complex and real number. (#63842)
* add type promotion for complex and real number.
* fix
* reduce api support
* add more api support
* fix
* fix
* remove matmul
* add T+S logic.
* fix bug
* fix unittest
* fix
* fix
* fix unittest
* fix gumbel
* rm print
* fix more unittests.
* fix test_llama_group_log_softmax.py
* fix bug, and add 0-d + 0-d logic.
* rm print
* fix behavior of bool and int
* add unittest for all type promotion.
* rm unintest which is unsupport dtype
* fix
* fix
* add error unittest
* fix increase unittest
* bug fix
* fixed by comment
* remove useless code.
* fix
* fix
* fix TypePromotionForZeroDimTensor
* add inplace API support, add special case can skip type promotion (add x=float32,y=float16/bfloat16).
* add broatcast support for MultiPrecisionAddKernelImpl.1 parent 5248add commit 3f10caeCopy full SHA for 3f10cae
File tree
Expand file treeCollapse file tree
36 files changed
+5013
-801
lines changedFilter options
- paddle
- fluid
- eager
- api/manual/eager_manual/forwards
- auto_code_generator/generator
- pybind
- phi
- common
- kernels/kps
- python/paddle
- base
- layers
- distribution
- metric
- nn/functional
- tensor
- test
- auto_parallel
- deprecated/legacy_test
- dygraph_to_static
- indexing
- ir/pir/cinn/symbolic
- legacy_test
- sot
Expand file treeCollapse file tree
36 files changed
+5013
-801
lines changedpaddle/fluid/eager/api/manual/eager_manual/forwards/multiply_fwd_func.cc
Copy file name to clipboardExpand all lines: paddle/fluid/eager/api/manual/eager_manual/forwards/multiply_fwd_func.cc+18-2Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
250 | 266 |
| |
251 | 267 |
| |
252 | 268 |
| |
| |||
424 | 440 |
| |
425 | 441 |
| |
426 | 442 |
| |
427 |
| - | |
| 443 | + | |
428 | 444 |
| |
429 | 445 |
| |
430 | 446 |
| |
|
paddle/fluid/eager/auto_code_generator/generator/eager_gen.py
Copy file name to clipboardExpand all lines: paddle/fluid/eager/auto_code_generator/generator/eager_gen.py+81-2Lines changed: 81 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
89 | 127 |
| |
90 | 128 |
| |
91 | 129 |
| |
92 | 130 |
| |
| 131 | + | |
93 | 132 |
| |
94 | 133 |
| |
95 | 134 |
| |
| |||
537 | 576 |
| |
538 | 577 |
| |
539 | 578 |
| |
540 |
| - | |
| 579 | + | |
541 | 580 |
| |
542 | 581 |
| |
543 | 582 |
| |
544 | 583 |
| |
545 | 584 |
| |
546 |
| - | |
| 585 | + | |
547 | 586 |
| |
548 | 587 |
| |
549 | 588 |
| |
| |||
1511 | 1550 |
| |
1512 | 1551 |
| |
1513 | 1552 |
| |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
1514 | 1565 |
| |
1515 | 1566 |
| |
1516 | 1567 |
| |
| |||
1601 | 1652 |
| |
1602 | 1653 |
| |
1603 | 1654 |
| |
| 1655 | + | |
1604 | 1656 |
| |
1605 | 1657 |
| |
1606 | 1658 |
| |
| |||
1846 | 1898 |
| |
1847 | 1899 |
| |
1848 | 1900 |
| |
| 1901 | + | |
1849 | 1902 |
| |
1850 | 1903 |
| |
1851 | 1904 |
| |
1852 | 1905 |
| |
1853 | 1906 |
| |
1854 | 1907 |
| |
1855 | 1908 |
| |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
1856 | 1933 |
| |
| 1934 | + | |
1857 | 1935 |
| |
1858 | 1936 |
| |
| 1937 | + | |
1859 | 1938 |
| |
1860 | 1939 |
| |
1861 | 1940 |
| |
|
paddle/fluid/eager/type_promotion_utils.h
Copy file name to clipboardExpand all lines: paddle/fluid/eager/type_promotion_utils.h+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 |
|
You can’t perform that action at this time.
0 commit comments