Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
277 commits
Select commit Hold shift + click to select a range
9510f7d
Merge branch 'metax666:develop' into develop
duqimeng Aug 26, 2025
fa7cc1a
[Metax] fix metax unittest fail
StareAtYou Aug 26, 2025
a907545
[Metax] fix metax unittest fail
metax666 Aug 26, 2025
7a6312e
[Metax] add group_norm & label_smooth kernel and update matmul kernel
StareAtYou Aug 26, 2025
90bb94e
[Metax] add group_norm & label_smooth kernel and update matmul kernel
metax666 Aug 27, 2025
9f130fe
[Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad …
StareAtYou Aug 27, 2025
ca38fb5
Merge branch 'metax666:develop' into develop
StareAtYou Aug 27, 2025
f0cc1e0
add test
zhang-chenyi Aug 27, 2025
8e8b732
add test
zhang-chenyi Aug 27, 2025
8d7efbd
Merge branch 'metax666:develop' into develop
zhang-chenyi Aug 27, 2025
28c992b
Merge branch 'develop' of https://github.com/zhang-chenyi/PaddleCusto…
zhang-chenyi Aug 27, 2025
d3470bb
[test] chang the logic of workspace_host in cholesky_kernel_register
zhang-chenyi Aug 27, 2025
db17ebf
Merge branch 'develop' of https://github.com/zhang-chenyi/PaddleCusto…
zhang-chenyi Aug 27, 2025
83bc87f
[Metax] fix compile fail
StareAtYou Aug 27, 2025
f1e8d0c
Revert "[Metax] fix compile fail"
StareAtYou Aug 27, 2025
a13daa8
[Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'
StareAtYou Aug 27, 2025
95a179b
[Metax] fix bug & add some kernel register
metax666 Aug 28, 2025
4576ef4
[Metax]fix bug and add qr lstsq logsoftmax
duqimeng Aug 28, 2025
ca51a1e
Merge branch 'metax666:develop' into develop
duqimeng Aug 28, 2025
7789e9b
[Metax] con2d_grad use gpudnn
duqimeng Aug 22, 2025
afd0863
[Metax]fix bug and add qr lstsq logsoftmax
duqimeng Aug 28, 2025
6da0f0d
Merge branch 'metax666:develop' into develop
duqimeng Aug 28, 2025
e1e07ba
[Metax] change_patch
duqimeng Aug 28, 2025
046637c
[Metax] change_patch
metax666 Aug 28, 2025
c27b492
Merge branch 'PaddlePaddle:develop' into develop
metax666 Aug 28, 2025
05ecd9d
[Metax] update unit test CMakeLists.txt
StareAtYou Aug 28, 2025
b1bf7e8
[Metax] update unit test CMakeLists.txt
StareAtYou Aug 28, 2025
f90d585
Merge branch 'metax666:develop' into develop
StareAtYou Aug 28, 2025
874d9b6
Merge branch 'metax666:develop' into develop
zhang-chenyi Aug 28, 2025
0ca02b9
[feature] add unique_consecutive kernel
zhang-chenyi Aug 28, 2025
40d8f21
[metax-feature] add kernel for test_math_op_patch_var_base
metax666 Aug 28, 2025
3e9b526
[metax] add some kernel
duqimeng Aug 28, 2025
8911576
[metax] add some kernel
duqimeng Aug 28, 2025
8471597
Merge branch 'metax666:develop' into develop
duqimeng Aug 28, 2025
0758887
Merge branch 'metax666:develop' into develop
StareAtYou Aug 29, 2025
61be33d
[Metax] register baddbmm kernel & update blas api
StareAtYou Aug 29, 2025
2fe962e
[Metax] register baddbmm kernel & update blas api
StareAtYou Aug 29, 2025
531fedb
Merge branch 'metax666:develop' into develop
StareAtYou Aug 29, 2025
c0dcfff
[Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol…
StareAtYou Aug 29, 2025
bd65451
[feature] add add unique_consecutive kernel.cu
zhang-chenyi Aug 29, 2025
0def63d
[fix] fix some test case due to missing op register
zhang-chenyi Aug 29, 2025
e503c9e
[fix] fix some fail text
zhang-chenyi Aug 29, 2025
9844878
[metax]fix lu eigvalshsqueeze rnn kernel
duqimeng Aug 29, 2025
70b86e7
[metax]fix lu eigvalshsqueeze rnn kernel
duqimeng Aug 29, 2025
1e90757
add and fix some kernels
1184319564 Aug 30, 2025
f93307d
[Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol…
StareAtYou Aug 29, 2025
c4b0eb9
[Metax] fix conflict
StareAtYou Sep 1, 2025
06dda18
[Metax] fix conflict
StareAtYou Sep 1, 2025
dae6ce8
[Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_ele…
StareAtYou Sep 1, 2025
b4a5c62
[Metax] update repeat_interleave kernel & ignore max op test
StareAtYou Sep 2, 2025
7cf4405
Merge branch 'metax666:develop' into develop
StareAtYou Sep 2, 2025
0015f2e
[Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol…
metax666 Sep 2, 2025
fc2c0f5
Merge branch 'metax666:develop' into develop
duqimeng Sep 2, 2025
829c3b6
Merge dev
duqimeng Sep 2, 2025
3104a9c
【metax】add and fix some kernels
metax666 Sep 2, 2025
175cca6
[metax]fix lu eigvalshsqueeze rnn kernel
metax666 Sep 2, 2025
c7db810
[metax]fix lu eigvalshsqueeze rnn kernel
duqimeng Aug 29, 2025
f5813ed
[metax] chang patch fix copy
duqimeng Sep 2, 2025
6f0b705
[metax] chang patch fix copy
duqimeng Sep 2, 2025
8f47f0e
[metax] chang patch fix copy
metax666 Sep 2, 2025
b420f97
[Metax] update metax_gpu unit test
StareAtYou Sep 2, 2025
c08533e
[Metax] update metax_gpu unit test
metax666 Sep 2, 2025
414715f
[Metax] fix test CMakeList.txt
StareAtYou Sep 2, 2025
aa6b5bf
[Metax] fix test CMakeList.txt
metax666 Sep 2, 2025
69f3721
[fix] fix fail test when backend is mack
zhang-chenyi Sep 4, 2025
e45d324
[Metax] fix fail test when backend is mack
metax666 Sep 4, 2025
ef9d554
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 4, 2025
0bfc6e7
[metax]change_cupti_and_fix_softmax
duqimeng Sep 9, 2025
cb93f6a
[metax]change_cupti_and_fix_softmax
duqimeng Sep 9, 2025
2e99f62
[metax]change_patch
duqimeng Sep 9, 2025
026551a
[metax]change_patch
duqimeng Sep 9, 2025
a1530d2
[metax]change_cupti_and_fix_softmax (#7)
duqimeng Sep 9, 2025
352f02e
[Metax] fix dgc & mklml compile product path problem (#8)
StareAtYou Sep 9, 2025
b09babb
Merge branch 'metax666:develop' into develop
duqimeng Sep 9, 2025
8f13fae
[Metax] fix accuracy kernel & add test_accuracy_op_metax.py unit test…
StareAtYou Sep 11, 2025
8938293
[Metax] update metax_gpu CMakeLists.txt (#10)
StareAtYou Sep 11, 2025
31594f8
[metax] updata_qr_kernel
duqimeng Sep 11, 2025
4fb467c
[metax] updata_qr_kernel
duqimeng Sep 11, 2025
f54187f
[metax] updata_qr_kernel (#11)
duqimeng Sep 11, 2025
5dc60a3
Merge branch 'metax666:develop' into develop
duqimeng Sep 11, 2025
7964c35
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 12, 2025
1e04216
[Metax] fix illegal address access error in test_momentum_op (#12)
StareAtYou Sep 15, 2025
e4fd192
Merge branch 'metax666:develop' into develop
duqimeng Sep 15, 2025
471b184
[Metax] fix cufft and fix some blas kernel apply
duqimeng Sep 15, 2025
aca80a4
[Metax] fix cufft and fix some blas kernel apply (#13)
duqimeng Sep 15, 2025
1c54010
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 15, 2025
a0d237c
Merge branch 'metax666:develop' into develop
duqimeng Sep 15, 2025
4c86266
[metax] fix bug
duqimeng Sep 15, 2025
fb547db
[metax] add warpctc_warprnn (#14)
duqimeng Sep 15, 2025
8e98198
[Metax] update metax CI (#15)
StareAtYou Sep 15, 2025
528ec55
[Metax] update metax CI CMakeLists (#16)
StareAtYou Sep 16, 2025
a8b4696
[Metax] add github action
duqimeng Sep 16, 2025
5b31405
[Metax] add github action (#18)
duqimeng Sep 16, 2025
8dff471
[metax]chaneg build
duqimeng Sep 16, 2025
ee4eefd
[metax]chaneg build
duqimeng Sep 16, 2025
b93c971
[metax] chang build (#19)
duqimeng Sep 16, 2025
8a36c4c
[metax]chaneg build
duqimeng Sep 16, 2025
bd5ac4d
Merge branch 'develop' into develop
duqimeng Sep 16, 2025
656d684
[metax]chaneg build
duqimeng Sep 16, 2025
2c224ad
[metax]chaneg build
duqimeng Sep 16, 2025
4c65070
Merge branch 'develop' of https://github.com/duqimeng/PaddleCustomDev…
duqimeng Sep 16, 2025
6dbbe84
change_build (#20)
duqimeng Sep 16, 2025
a7f6ed7
[metax]chaneg build
duqimeng Sep 16, 2025
9bfec7e
Merge branch 'develop' into develop
metax666 Sep 16, 2025
ef1b28e
change_build (#21)
duqimeng Sep 16, 2025
00014e2
[metax]chaneg build
duqimeng Sep 16, 2025
25e76dc
Merge branch 'develop' of https://github.com/duqimeng/PaddleCustomDev…
duqimeng Sep 16, 2025
3737e48
change_build (#22)
duqimeng Sep 16, 2025
16f3584
【metax】modify cmake for warpctc and warprnnt (#17)
jxwangmetax Sep 16, 2025
e95cc2c
Merge branch 'metax666:develop' into develop
duqimeng Sep 16, 2025
ce54693
[metax]modify library to static library (#24)
jxwangmetax Sep 16, 2025
4cda637
[Metax] organize documents (#25)
StareAtYou Sep 16, 2025
a7f53dd
Merge branch 'metax666:develop' into develop
duqimeng Sep 16, 2025
6ada0e9
[metax]fix_code style and index_elementwise_put_kernel
duqimeng Sep 17, 2025
23fca59
[metax]fix_code style and index_elementwise_put_kernel (#27)
duqimeng Sep 17, 2025
a513aae
change_build_917 (#29)
duqimeng Sep 17, 2025
3834990
[metax]change_build
duqimeng Sep 17, 2025
4eb455e
chang_build (#30)
duqimeng Sep 17, 2025
77ebcb8
[metax]change_build
duqimeng Sep 17, 2025
19c9184
Merge branch 'develop' into develop
metax666 Sep 17, 2025
1773978
[metax]modify kernel (#31)
jxwangmetax Sep 17, 2025
4339ed4
Merge branch 'metax666:develop' into develop
duqimeng Sep 17, 2025
44532ba
change_metax_work
duqimeng Sep 17, 2025
69af381
change_metax_work (#32)
duqimeng Sep 17, 2025
02047f9
change_metax_work
duqimeng Sep 17, 2025
bda901e
change_metax_work
duqimeng Sep 17, 2025
7fe6f2d
change_build (#33)
duqimeng Sep 17, 2025
b22fc13
[metax] modify fused_bias_dropout_residual_layer_norm (#34)
jxwangmetax Sep 17, 2025
1c7d32a
change_metax_work
duqimeng Sep 17, 2025
ed8f128
Merge branch 'develop' into develop
metax666 Sep 17, 2025
c3d1444
change_build (#35)
duqimeng Sep 17, 2025
287691f
Merge branch 'metax666:develop' into develop
duqimeng Sep 17, 2025
569a867
change_build (#36)
duqimeng Sep 17, 2025
976ecec
change_metax_work
duqimeng Sep 17, 2025
0c6ebe2
change_warpctc.cmake
duqimeng Sep 18, 2025
0edc6f6
change_warpctc.cmake (#38)
duqimeng Sep 18, 2025
5e7a84b
change warpctc.cmake
duqimeng Sep 18, 2025
2688c86
change_warpctc.cmake (#39)
duqimeng Sep 18, 2025
6f031fe
test (#40)
duqimeng Sep 18, 2025
542efeb
test
duqimeng Sep 18, 2025
40daeb9
change_run_ut
duqimeng Sep 18, 2025
4c21a9c
Merge branch 'develop' into develop
metax666 Sep 18, 2025
e84d399
test_ut (#41)
duqimeng Sep 18, 2025
322dc15
remove_tets
duqimeng Sep 18, 2025
0e4b75d
Merge branch 'develop' of https://github.com/duqimeng/PaddleCustomDev…
duqimeng Sep 18, 2025
b5f2feb
tets (#43)
duqimeng Sep 18, 2025
bd106bd
Merge branch 'metax666:develop' into develop
duqimeng Sep 18, 2025
e20eca7
test (#44)
duqimeng Sep 18, 2025
7dbab02
test
duqimeng Sep 18, 2025
27ebafe
Merge branch 'develop' of https://github.com/duqimeng/PaddleCustomDev…
duqimeng Sep 18, 2025
e37f633
[metax] modify compile (#42)
jxwangmetax Sep 19, 2025
1af5148
[Metax] add log analysis script (#46)
StareAtYou Sep 19, 2025
bd39be9
Merge branch 'metax666:develop' into develop
duqimeng Sep 19, 2025
f79b1bd
add_generate_pb
duqimeng Sep 19, 2025
518bee8
add_generate_pb (#47)
duqimeng Sep 19, 2025
bc02549
modify blas (#51)
jxwangmetax Sep 22, 2025
1977ca8
[metax] modify tf32 (#52)
jxwangmetax Sep 22, 2025
f8a0cca
Merge branch 'metax666:develop' into develop
duqimeng Sep 22, 2025
1ae2618
[Metax] update metax backend CI test (#53)
StareAtYou Sep 22, 2025
37aa236
Merge branch 'metax666:develop' into develop
duqimeng Sep 22, 2025
76d5eb0
[Metax] fix log_analysis.py bug (#54)
StareAtYou Sep 23, 2025
6f925da
Merge branch 'metax666:develop' into develop
duqimeng Sep 23, 2025
9c17b6e
[Metax] update metax CI CMakeLists & scripts (#56)
StareAtYou Sep 23, 2025
e08b161
[metax]fix paddle bug
duqimeng Sep 23, 2025
51c98a2
[Metax] fix MatmulKernel problem (#57)
StareAtYou Sep 23, 2025
d113018
[metax]fix paddle bug" (#58)
duqimeng Sep 23, 2025
9404022
Merge branch 'metax666:develop' into develop
duqimeng Sep 23, 2025
1a0a84e
change_ut
duqimeng Sep 23, 2025
8991299
change—ut (#59)
duqimeng Sep 23, 2025
ece9f09
change_ut
duqimeng Sep 23, 2025
a770e6f
change_ut (#60)
duqimeng Sep 23, 2025
d1d25ad
change_ut
duqimeng Sep 24, 2025
902112b
change_ut (#63)
duqimeng Sep 24, 2025
9a88a09
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 24, 2025
8ff82b6
Merge branch 'metax666:develop' into develop
duqimeng Sep 24, 2025
4ae65f7
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 24, 2025
cfe44ce
[Metax] add keyword filter in CI CMakeLists.txt (#64)
StareAtYou Sep 25, 2025
78946fd
[metax] modify kernels (#67)
jxwangmetax Sep 26, 2025
ac78af2
Fix part of the missing kernel issues (#66)
Theendlessofhell Sep 26, 2025
bfdf3da
Merge branch 'metax666:develop' into develop
duqimeng Sep 26, 2025
4ce9fe6
[Metax] fix index_elementwise_get kernel (#68)
StareAtYou Sep 26, 2025
be4aeff
Merge branch 'metax666:develop' into develop
duqimeng Sep 26, 2025
d75ccc7
[metax]fix patch and fix missing kernel
duqimeng Sep 29, 2025
3c8d017
[metax]fix patch and fix missing kernel (#72)
duqimeng Sep 29, 2025
7303ae2
[metax] modify kernels (#73)
jxwangmetax Sep 29, 2025
8b184a3
[metax] modify kernels (#74)
jxwangmetax Sep 29, 2025
b6b8778
Merge branch 'metax666:develop' into develop
duqimeng Sep 30, 2025
901d3db
[metax] link mccl and fix missing kernel
duqimeng Sep 30, 2025
60f0ed6
[metax] link mccl and fix missing kernel (#76)
duqimeng Sep 30, 2025
a561f35
[metax] rename yaml file
duqimeng Sep 30, 2025
cccf6b7
[metax] rename yaml file (#77)
duqimeng Sep 30, 2025
6b5bf86
Merge branch 'metax666:develop' into develop
duqimeng Sep 30, 2025
e4d8201
[metax] rm file
duqimeng Sep 30, 2025
1da25ed
[metax] rm file
duqimeng Sep 30, 2025
7a7a7a0
[metax] rm file (#78)
duqimeng Sep 30, 2025
70ef70d
Merge branch 'PaddlePaddle:develop' into develop
metax666 Sep 30, 2025
46bd1f5
Merge branch 'metax666:develop' into develop
duqimeng Sep 30, 2025
b851f71
[metax] add Rules
duqimeng Sep 30, 2025
5a76d35
metax_fix_ci (#79)
duqimeng Sep 30, 2025
ceb55eb
[metax] add print tensor (#91)
jxwangmetax Oct 11, 2025
3371548
Merge branch 'develop' of https://github.com/duqimeng/PaddleCustomDev…
duqimeng Oct 13, 2025
15abb81
[metax] change_patch
duqimeng Oct 13, 2025
e533cc4
[Metax] change_patch (#94)
duqimeng Oct 13, 2025
071b09a
Merge branch 'PaddlePaddle:develop' into develop
metax666 Oct 13, 2025
9d0f8d1
Merge branch 'metax666:develop' into develop
duqimeng Oct 13, 2025
6c9cc56
update paddle
duqimeng Oct 13, 2025
d398e1a
update paddle (#95)
duqimeng Oct 13, 2025
a0eab7b
[metax] fix dot error
duqimeng Oct 13, 2025
813b923
[metax] fix dot error (#96)
duqimeng Oct 13, 2025
6abf13c
Update metax_work.yaml
metax666 Oct 14, 2025
62449a2
Merge branch 'metax666:develop' into develop
duqimeng Oct 14, 2025
6771101
Merge branch 'PaddlePaddle:develop' into develop
metax666 Oct 14, 2025
543779f
[metax]rm opt path and fix activation_kernel bug
duqimeng Oct 14, 2025
16d655b
[metax]rm opt path and fix activation_kernel bug (#98)
duqimeng Oct 14, 2025
cc2cc82
updata paddle
duqimeng Oct 14, 2025
4b596b9
updata_paddle (#99)
duqimeng Oct 14, 2025
81bba78
chang_meatx_yaml
duqimeng Oct 15, 2025
7bf9eff
chang_meatx_yaml
duqimeng Oct 15, 2025
94623f4
[Metax] Fix some tests (#102)
1184319564 Oct 16, 2025
5cba594
updata_metax
duqimeng Oct 16, 2025
07b41e0
[metax] support wint4 in quantize (#103)
zhang-chenyi Oct 16, 2025
5e0ecb7
test
duqimeng Oct 16, 2025
bc43936
test
duqimeng Oct 16, 2025
581a9e2
updata_metax (#104)
duqimeng Oct 16, 2025
a9ace1e
test
duqimeng Oct 16, 2025
fca93c9
test
duqimeng Oct 16, 2025
7e13706
Merge branch 'develop' into develop
duqimeng Oct 16, 2025
4ab7f54
updata_metax (#105)
duqimeng Oct 16, 2025
3da0968
Merge branch 'metax666:develop' into develop
duqimeng Oct 16, 2025
123b0f4
test
duqimeng Oct 16, 2025
2dbbc48
test
duqimeng Oct 16, 2025
c9d1957
test
duqimeng Oct 16, 2025
b264eea
test
duqimeng Oct 16, 2025
df81dc8
test
duqimeng Oct 16, 2025
b03a090
test
duqimeng Oct 16, 2025
3857e28
test
duqimeng Oct 16, 2025
ef5306d
add one test to metax (#107)
1184319564 Oct 16, 2025
1e43eb5
test
duqimeng Oct 16, 2025
027c099
uodata_metax (#106)
duqimeng Oct 16, 2025
1c7d572
updata_enigen
duqimeng Oct 17, 2025
b08a863
updata eigen_and fix_bug (#109)
duqimeng Oct 17, 2025
a606026
updata_paddle
duqimeng Oct 17, 2025
53f4bde
updata paddle (#110)
duqimeng Oct 17, 2025
9eaf30f
test
duqimeng Oct 17, 2025
bf3074e
test
duqimeng Oct 17, 2025
d0ae239
Merge branch 'PaddlePaddle:develop' into develop
metax666 Oct 17, 2025
6da8de3
updata ignore
duqimeng Oct 17, 2025
06686ae
Merge remote-tracking branch 'upstream/develop' into develop
duqimeng Oct 17, 2025
3313baa
updata_ignore
duqimeng Oct 17, 2025
ea31ea3
Update Paddle submodule to latest develop
tianshuo78520a Oct 18, 2025
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
2 changes: 1 addition & 1 deletion Paddle
Submodule Paddle updated 87 files
+0 −4 paddle/fluid/inference/tensorrt/convert/cumsum_op.cc
+0 −2 paddle/fluid/inference/tensorrt/engine.cc
+0 −2 paddle/fluid/inference/tensorrt/helper.h
+0 −84 paddle/fluid/inference/tensorrt/op_teller.cc
+0 −8 paddle/fluid/inference/tensorrt/plugin/anchor_generator_op_plugin.cu
+0 −12 paddle/fluid/inference/tensorrt/plugin/custom_generic_plugin.cu
+0 −6 paddle/fluid/inference/tensorrt/plugin/elementwiseadd_transpose_op_plugin.cu
+39 −0 paddle/fluid/ir_adaptor/translator/op_translator.cc
+0 −2 paddle/fluid/operators/tensorrt/tensorrt_engine_op.h
+5 −6 paddle/fluid/pir/serialize_deserialize/patch/0.yaml
+0 −2 paddle/fluid/platform/tensorrt/engine.cc
+0 −2 paddle/fluid/platform/tensorrt/helper.h
+3 −0 paddle/phi/api/include/compat/ATen/core/TensorBase.h
+6 −5 paddle/phi/api/include/compat/ATen/core/TensorBody.h
+10 −0 paddle/phi/backends/custom/custom_device.cc
+5 −0 paddle/phi/backends/device_base.cc
+2 −0 paddle/phi/backends/device_base.h
+7 −0 paddle/phi/backends/device_ext.h
+7 −0 paddle/phi/backends/device_manager.cc
+2 −0 paddle/phi/backends/device_manager.h
+135 −0 paddle/phi/infermeta/spmd_rules/bmm.cc
+27 −0 paddle/phi/infermeta/spmd_rules/bmm.h
+2 −2 paddle/phi/infermeta/spmd_rules/elementwise.cc
+2 −2 paddle/phi/infermeta/spmd_rules/elementwise.h
+3 −1 paddle/phi/infermeta/spmd_rules/rules.cc
+1 −0 paddle/phi/infermeta/spmd_rules/rules.h
+18 −2 paddle/phi/kernels/activation_grad_kernel.h
+8 −1 paddle/phi/kernels/activation_kernel.h
+41 −32 paddle/phi/kernels/funcs/activation_functor.h
+2 −2 paddle/phi/kernels/funcs/cublaslt.h
+0 −2 paddle/phi/kernels/funcs/im2col_cfo_cpu.h
+18 −3 paddle/phi/kernels/gpu/activation_grad_kernel.cu
+14 −1 paddle/phi/kernels/gpu/activation_kernel.cu
+19 −1 paddle/phi/kernels/gpu/grid_sample_utils.h
+4 −1 paddle/phi/kernels/gpu/index_elementwise_put_grad_kernel.cu
+2 −2 paddle/phi/kernels/gpu/llm_int8_linear_kernel.cu
+1 −1 paddle/phi/kernels/impl/activation_grad_impl.h
+1 −1 paddle/phi/kernels/impl/activation_impl.h
+3 −2 paddle/phi/ops/yaml/backward.yaml
+1 −0 paddle/phi/ops/yaml/legacy/backward_exclude.yaml
+1 −0 paddle/phi/ops/yaml/legacy/ops_exclude.yaml
+11 −0 paddle/phi/ops/yaml/legacy/static_backward.yaml
+14 −0 paddle/phi/ops/yaml/legacy/static_ops.yaml
+2 −1 paddle/phi/ops/yaml/ops.yaml
+3 −0 python/paddle/base/__init__.py
+1 −1 python/paddle/distributed/fleet/recompute/recompute.py
+1 −1 python/paddle/incubate/jit/inference_decorator.py
+2 −8 python/paddle/nn/layer/layers.py
+1 −1 python/paddle/tensor/linalg.py
+14 −14 python/paddle/tensorrt/impls/activation.py
+1 −1 python/paddle/tensorrt/impls/common.py
+8 −8 python/paddle/tensorrt/impls/creation.py
+1 −1 python/paddle/tensorrt/impls/einsum.py
+13 −13 python/paddle/tensorrt/impls/logic.py
+14 −14 python/paddle/tensorrt/impls/manipulation.py
+19 −19 python/paddle/tensorrt/impls/math.py
+1 −1 python/paddle/tensorrt/impls/ops.py
+11 −11 python/paddle/tensorrt/impls/others.py
+1 −1 python/paddle/tensorrt/impls/pooling.py
+6 −6 python/paddle/tensorrt/impls/search.py
+1 −1 python/paddle/tensorrt/impls/vision.py
+1 −1 python/unittest_py/requirements.txt
+4 −2 test/auto_parallel/high_order_grad.py
+89 −0 test/cpp/auto_parallel/matmul_co_shard_spmd_rule_test.cc
+14 −0 test/cpp/compat/compat_basic_test.cc
+1 −7 test/cpp/inference/infer_ut/CMakeLists.txt
+8 −8 test/ir/pir/fused_pass/test_fused_weight_only_linear_pass.py
+54 −0 test/legacy_test/op_test.py
+1 −1 test/legacy_test/test_activation_stride_op.py
+4 −1 test/legacy_test/test_compat_slogdet.py
+4 −1 test/legacy_test/test_div_op.py
+3 −8 test/legacy_test/test_elementwise_max_op.py
+1 −1 test/legacy_test/test_elementwise_tensor_split.py
+19 −19 test/legacy_test/test_fused_gemm_epilogue_op.py
+11 −18 test/legacy_test/test_fused_linear_param_grad_add.py
+11 −23 test/legacy_test/test_fused_multi_transformer_int8_op.py
+3 −4 test/legacy_test/test_gather_op.py
+1 −1 test/legacy_test/test_index_add_op.py
+38 −0 test/legacy_test/test_layer_to.py
+2 −2 test/legacy_test/test_multinomial_op.py
+4 −1 test/legacy_test/test_random_op.py
+5 −3 test/legacy_test/test_randperm_op.py
+3 −4 test/legacy_test/test_softmax_op.py
+10 −4 test/legacy_test/test_swiglu.py
+2 −2 test/legacy_test/test_transpose_op.py
+22 −27 test/legacy_test/test_tvm_ffi.py
+1 −1 test/sot/test_sot_place.py
3 changes: 0 additions & 3 deletions backends/metax_gpu/tests/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ test_conv3d_layer
test_conv3d_transpose_part2_op
test_fused_conv2d_add_act_op
test_swiglu_metax
test_set_value_op
test_pad_op
test_squared_l2_norm_op
test_concat_op
test_dygraph_spectral_norm
test_bincount_op