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

Implement some GB ops #1342

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
07e5dce
add expm1 on diopi torch impl
DoorKickers Aug 14, 2024
a7fc14d
add tan on diopi torch impl
DoorKickers Aug 14, 2024
299455e
add acos on diopi torch impl
DoorKickers Aug 14, 2024
9a9a39e
fix format & add sinh on diopi torch impl
DoorKickers Aug 14, 2024
dca4fcc
add cosh on diopi torch impl
DoorKickers Aug 14, 2024
766a976
add asinh on diopi torch impl
DoorKickers Aug 14, 2024
6f4e9d6
add acosh on diopi torch impl
DoorKickers Aug 14, 2024
89168cd
add atanh on diopi torch impl
DoorKickers Aug 14, 2024
56b3150
conbine some hyperbolic trigo fucntion diopi test into hyperbolic_tri…
DoorKickers Aug 14, 2024
74b8872
add argmin on diopi torch impl & del diopi test hyperbolic_trigo_func…
DoorKickers Aug 14, 2024
a8c9223
add argsort on diopi torch impl
DoorKickers Aug 14, 2024
6fd5621
add sort_backward on diopi torch impl
DoorKickers Aug 15, 2024
8e0948a
refactor diopi_test for sort_backward & add cumsum_backward
DoorKickers Aug 22, 2024
0f2194c
add complex on diopi torch impl
DoorKickers Aug 22, 2024
4f4870c
add conj on diopi torch impl
DoorKickers Aug 22, 2024
0e6bcc1
refactor some format & add imag on diopi torch impl
DoorKickers Aug 22, 2024
5eb369e
add real on diopi torch impl
DoorKickers Aug 22, 2024
30fadee
fix setCurStream & add grid_sample & prepare for diopiPool2d
DoorKickers Aug 23, 2024
dbebe51
add norm_backward, normalize, normalize_backward, layer_normGB, layer…
DoorKickers Oct 14, 2024
e66858d
prepare for pool1d, pool2d, pool3d
DoorKickers Oct 14, 2024
41fad0b
finish diopi_pool related
DoorKickers Oct 15, 2024
de320eb
add part of pool1d in diopi_configs.py and diopi_functions.py
DoorKickers Oct 15, 2024
d0b25fa
finish all of pool1d, pool2d and pool3d
DoorKickers Oct 15, 2024
d106821
update layer_normGB, add instance_norm_backward
DoorKickers Oct 16, 2024
87df8ec
add conv_transpose3d
DoorKickers Oct 16, 2024
d6e63fb
Merge remote-tracking branch 'upstream/main' into zhanglantian/implem…
DoorKickers Oct 16, 2024
d6eac97
fix clang format
DoorKickers Oct 16, 2024
c75f57f
remove conflicted layer_norm
DoorKickers Oct 16, 2024
68aa0be
finish comment and fix fused_adam caused by previously merge
DoorKickers Oct 17, 2024
25901cd
remove unused code & try to fix adam
DoorKickers Oct 17, 2024
d8a1c54
add layerNorm GB national standard operator's explanation
DoorKickers Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading