Skip to content

Conversation

@duqimeng
Copy link

No description provided.

duqimeng and others added 30 commits July 23, 2025 20:25
modify profile
replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'
[Metax] register bce_loss_grad & bce_loss & index_add_grad kernels
【Metax】blas handle support
[Metax] register some kernels & update CMakeLists
[Metax] fix metax unittest fail
@metax666 metax666 merged commit 4eb455e into metax666:develop Sep 17, 2025
1 check failed
metax666 added a commit that referenced this pull request Nov 25, 2025
* [fix] fix fail test when backend is mack

* [metax]change_cupti_and_fix_softmax (#7)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* [Metax] fix dgc & mklml compile product path problem (#8)

* [Metax] fix accuracy kernel & add test_accuracy_op_metax.py unit test (#9)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] fix accuracy kernel & add test_accuracy_op_metax.py unit test

* [Metax] add mixed_vector fix & update change patch

* [Metax] update metax_gpu CMakeLists.txt (#10)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] fix accuracy kernel & add test_accuracy_op_metax.py unit test

* [Metax] add mixed_vector fix & update change patch

* [Metax] update metax_gpu CMakeLists.txt

* [metax] updata_qr_kernel (#11)

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* [Metax] fix illegal address access error in test_momentum_op (#12)

* [Metax] fix illegal address access error in test_momentum_op

* [Metax] fix cufft and fix some blas kernel apply (#13)

* [Metax] fix cufft and fix some blas kernel apply

* [metax] add warpctc_warprnn (#14)

* [metax] fix bug

* [Metax] update metax CI (#15)

* [Metax] update metax CI

* [Metax] update metax CI CMakeLists (#16)



* [Metax] update metax CI

* [Metax] update metax CI CMakeLists

* [Metax] add github action (#18)

* [Metax] add github action

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* [metax] chang build (#19)



* [metax]chaneg build

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* change_build (#20)


* [metax]chaneg build

---------

* change_build (#21)

* change_build (#22)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* 【metax】modify cmake for warpctc and warprnnt (#17)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* [metax]modify library to static library (#24)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* [Metax] organize documents (#25)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [metax]fix_code style and index_elementwise_put_kernel (#27)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* change_build_917 (#29)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* chang_build (#30)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* [metax]modify kernel (#31)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* change_metax_work (#32)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* change_build (#33)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* [metax] modify fused_bias_dropout_residual_layer_norm (#34)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* change_build (#35)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* change_build (#36)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* change_warpctc.cmake (#38)

* change_warpctc.cmake

* change_warpctc.cmake (#39)


* change warpctc.cmake

* test (#40)



* test

---------

* test_ut (#41)


* change_run_ut

---------

* tets (#43)


* remove_tets

---------

* test (#44)



* test

---------

* [metax] modify compile (#42)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* modify compile

* modify blas

* [Metax] add log analysis script (#46)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [Metax] add log analysis script

* add_generate_pb (#47)


* add_generate_pb

---------

* modify blas (#51)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* modify compile

* modify blas

* modify blas

* modify blas

* modify blas

* [metax] modify tf32 (#52)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* modify compile

* modify blas

* modify blas

* modify blas

* modify blas

* modify context

* [Metax] update metax backend CI test (#53)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [Metax] add log analysis script

* [Metax] update metax backend CI test

* [Metax] fix log_analysis.py bug (#54)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [Metax] add log analysis script

* [Metax] update metax backend CI test

* [Metax] fix log_analysis.py bug

* [Metax] update metax CI CMakeLists & scripts (#56)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [Metax] add log analysis script

* [Metax] update metax backend CI test

* [Metax] fix log_analysis.py bug

* [Metax] update metax CI CMakeLists & scripts

* [Metax] fix MatmulKernel problem (#57)

* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents

* [Metax] add log analysis script

* [Metax] update metax backend CI test

* [Metax] fix log_analysis.py bug

* [Metax] update metax CI CMakeLists & scripts

* [Metax] fix MatmulKernel problem

* [Metax] update metax CI program

* [metax]fix paddle bug" (#58)


* [metax]fix paddle bug

* change—ut (#59)

* change_ut

* change_ut (#60)


* change_ut

---------

* change_ut (#63)



* change_ut

* change_ut

---------

* [Metax] add keyword filter in CI CMakeLists.txt (#64)

* [Metax] add keyword filter in CI CMakeLists.txt

* [Metax] add ignore case list

* [metax] modify kernels (#67)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* modify compile

* modify blas

* modify blas

* modify blas

* modify blas

* modify context

* modify kernels

* Fix part of the missing kernel issues (#66)

Co-authored-by: root <root@lt-wks-10-0-180-15.pub.metax-tech.com>

* [Metax] fix index_elementwise_get kernel (#68)

* [Metax] add keyword filter in CI CMakeLists.txt

* [Metax] add ignore case list

* [Metax] fix phi::backends::gpu::DnnVersion() symbol not found

* Revert "[Metax] fix phi::backends::gpu::DnnVersion() symbol not found"

This reverts commit 087a9c1240f024210d536e543a2fc55db1175529.

* [Metax] fix index_elementwise_get kernel

* [metax]fix patch and fix missing kernel (#72)


* [metax]fix patch and fix missing kernel

* [metax] modify kernels (#73)



* modify kernels

* [metax] modify kernels (#74)



* modify kernels

* [metax] link mccl and fix missing kernel (#76)

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file (#77)



* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

---------

* [metax] rm file (#78)


* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

* [metax] rm file

* [metax] rm file

---------

* metax_fix_ci (#79)


* [metax] add Rules

---------

* [metax] add print tensor (#91)

* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel

* modify fused_bias_dropout_residual_layer_norm

* modify compile

* modify blas

* modify blas

* modify blas

* modify blas

* modify context

* modify kernels

* modify kernels

* modify kernels

* add print tensor

* [Metax] change_patch (#94)


* [metax] change_patch

---------

* update paddle (#95)



* update paddle

---------

* [metax] fix dot error (#96)


* [metax] fix dot error

---------

* Update metax_work.yaml

* [metax]rm opt path and fix activation_kernel bug (#98)


* [metax]rm opt path and fix activation_kernel bug

---------

* updata_paddle (#99)


* updata paddle

---------

* [Metax] Fix some tests (#102)



* fix some tests

* [metax] support wint4 in quantize (#103)

* updata_metax (#104)


* test

* test

---------

* updata_metax (#105)



* chang_meatx_yaml

* chang_meatx_yaml

* updata_metax

* test

* test

* test

* test

---------

* add one test to metax (#107)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* fix some tests

* add one test

---------

Co-authored-by: sw <1640472053@qq.com>
Co-authored-by: duqimeng <77875733+duqimeng@users.noreply.github.com>
Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>

* uodata_metax (#106)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_warpctc.cmake

* change warpctc.cmake

* test

* change_run_ut

* remove_tets

* test

* add_generate_pb

* [metax]fix paddle bug

* change_ut

* change_ut

* change_ut

* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

* [metax] rm file

* [metax] rm file

* [metax] add Rules

* [metax] change_patch

* update paddle

* [metax] fix dot error

* [metax]rm opt path and fix activation_kernel bug

* updata paddle

* chang_meatx_yaml

* chang_meatx_yaml

* updata_metax

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* updata eigen_and fix_bug (#109)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_warpctc.cmake

* change warpctc.cmake

* test

* change_run_ut

* remove_tets

* test

* add_generate_pb

* [metax]fix paddle bug

* change_ut

* change_ut

* change_ut

* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

* [metax] rm file

* [metax] rm file

* [metax] add Rules

* [metax] change_patch

* update paddle

* [metax] fix dot error

* [metax]rm opt path and fix activation_kernel bug

* updata paddle

* chang_meatx_yaml

* chang_meatx_yaml

* updata_metax

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* updata_enigen

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* updata paddle (#110)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_warpctc.cmake

* change warpctc.cmake

* test

* change_run_ut

* remove_tets

* test

* add_generate_pb

* [metax]fix paddle bug

* change_ut

* change_ut

* change_ut

* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

* [metax] rm file

* [metax] rm file

* [metax] add Rules

* [metax] change_patch

* update paddle

* [metax] fix dot error

* [metax]rm opt path and fix activation_kernel bug

* updata paddle

* chang_meatx_yaml

* chang_meatx_yaml

* updata_metax

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* updata_enigen

* updata_paddle

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>

* test

* [metax] modify kernels (#117)

* modify kernels

* modify kernels

* fix activation_grad kernel (#118)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* fix some tests

* add one test

* fix one kernel

---------

Co-authored-by: sw <1640472053@qq.com>
Co-authored-by: duqimeng <77875733+duqimeng@users.noreply.github.com>
Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>

* updata flag_and_fix_activation



* updata flag_and_fix_activation

* updataignore

---------

* updata_patch (#120)

* updata_patch

---------

* Update Paddle submodule to latest develop (#121)

Co-authored-by: tianshuo78520a <tianshuo78520a@users.noreply.github.com>

* [metax] modify kernels (#122)


* modify kernels

* [Metax] fix weight_quant & weight_only_linear bug (#125)

* [Metax] fix weight_quant & weight_only_linear bug

* fix and add some kernels (#126)

* fix and add some kernels

* [Metax] fix 'WeightQuantizeKernel' wint4 branch (#133)

* [Metax] fix 'WeightQuantizeKernel' wint4 branch

* [Metax] add quanted weight layout transformation using CPU programming (#135)

* [Metax] adjust quanted weight layout transformation

* [Metax] add quanted weight layout transformation using GPU programming (#136)


* [Metax] add quanted weight layout transformation using GPU programming

* [Metax] updata_softmax (#138)



* updata_softmax

* udata patch (#139)


* updata_patch

---------

* [Metax] optimize wint4 quantization implementation (#140)



* [Metax] optimize wint4 quantization implementation

* change_flag (#141)



* change_flag

* [Metax] register fused_fc_elementwise_layernorm kernel (#143)



* [Metax] register fused_fc_elementwise_layernorm kernel

* updata paddle

* [Metax] add private CI (#144)

* [Metax] add private CI

* [Metax] add Upload (#145)

* [Metax] add Upload

* test (#154)

* ReRun CI (#150)

* [metax]fix collect_fpn_proposals (#157)

* [Metax_change_ut]

* fix sum&collect_fpn_proposals op register

* modify profile

* [Metax] fix paddle bug replace 'MoeGradDispatchKernel' to 'MoeGateDispatchKernel'

* [Metax] register bce_loss_grad & bce_loss & index_add_grad kernels

* [Metax] con2d_grad use gpudnn

* blas handle support

* [Metax] register some kernels & update CMakeLists

* [Metax] fix metax unittest fail

* [Metax] add group_norm & label_smooth kernel and update matmul kernel

* [Metax] fix rmsprop kernel register and add meshgrid & meshgrid_grad kernel register

* add test

* add test

* [test]  chang the logic of workspace_host in cholesky_kernel_register

alloc(cpuplace,size), test pass
alloc(cpuplace, size, stream), crash

* [Metax] fix compile fail

* Revert "[Metax] fix compile fail"

This reverts commit 83bc87f686227962b0262e044225c6ed5507b824.

* [Metax] fix compile fail by 'conv_transpose_grad_kernel_impl.h'

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] con2d_grad use gpudnn

* [Metax]fix bug and add qr lstsq logsoftmax

* [Metax] change_patch

* [Metax] update unit test CMakeLists.txt

* [Metax] update unit test CMakeLists.txt

* [feature] add unique_consecutive kernel

* [metax] add some kernel

* [metax] add some kernel

* [Metax] register baddbmm kernel & update blas api

* [Metax] register baddbmm kernel & update blas api

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [feature]  add add unique_consecutive kernel.cu

* [fix] fix some test case due to missing op register

* [fix]  fix some fail text

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax]fix lu eigvalshsqueeze rnn kernel

* add and fix some kernels

* [Metax] register deformable_conv kernel & fix 'ModulatedDeformableCol2imCoord' symbol undefined

* [Metax] fix conflict

* [Metax] adapt to paddle-cpu-20250901 & resolve the issue of 'test_elementwise_mul_op_metax' failure

* [Metax] update repeat_interleave kernel & ignore max op test

* [metax]fix lu eigvalshsqueeze rnn kernel

* [metax] chang patch fix copy

* [metax] chang patch fix copy

* [Metax] update metax_gpu unit test

* [Metax] fix test CMakeList.txt

* [metax]change_cupti_and_fix_softmax

* [metax]change_patch

* [metax]change_patch

* [metax] updata_qr_kernel

* [metax] updata_qr_kernel

* [Metax] fix cufft and fix some blas kernel apply

* [metax] fix bug

* [Metax] add github action

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]chaneg build

* [metax]fix_code style and index_elementwise_put_kernel

* [metax]change_build

* [metax]change_build

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_metax_work

* change_warpctc.cmake

* change warpctc.cmake

* test

* change_run_ut

* remove_tets

* test

* add_generate_pb

* [metax]fix paddle bug

* change_ut

* change_ut

* change_ut

* [metax]fix patch and fix missing kernel

* [metax] link mccl and fix missing kernel

* [metax] rename yaml file

* [metax] rm file

* [metax] rm file

* [metax] add Rules

* [metax] change_patch

* update paddle

* [metax] fix dot error

* [metax]rm opt path and fix activation_kernel bug

* updata paddle

* chang_meatx_yaml

* chang_meatx_yaml

* updata_metax

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* updata_enigen

* updata_paddle

* test

* updata ignore

* updata_ignore

* updata flag_and_fix_activation

* updataignore

* updata_patch

* feat: add gammaln_grad_kernel.cu

* updata_softmax

* updata_patch

* change_flag

* [metax] add private CI

* [metax] add private CI

* [metax] add private CI

* [Metax] add private CI

* [Metax] add private CI

* [Metax] add private CI

* [Metax] add private CI

* [Metax] add private CI

* [Metax] add private CI

* [Metax] add Upload

* chang yaml

* chang ut

* updata_paddle

* [metax] add schedule

* test

* [metax]fix collect_fpn_proposals

---------

Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: metax666 <metax_pde@outlook.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>
Co-authored-by: root <root@lt-wks-10-0-180-15.pub.metax-tech.com>

* [Metax]Update version information (#158)

* [Metax] update env (#163)

* [metax] Timed trigger (#164)

* 【Metax】update (#165)

* [Metax] fix version (#166)

* [Metax] fix nterpolate_grad_kernel (#167)

* [metax]fix version.txt (#169)

* test (#170)

* update yaml (#171)

* [Metax]add parameterized (#172)

* [Metax] Assign data stream to CUDA (#174)

* [Metax] fix CUDA Kernel No.50 (#175)

* [metax] change yaml (#176)

* [metax] Add some tests for CI (#173)

* Change test script to use 8 jobs instead of 16

* 【Metax】fix patch (#178)

* [METAX] Modify CI logic (#179)

* [Metax] fix patch (#180)

* ignore bilinear_interp_v2_op (#181)

* change yaml-yml (#182)

* test (#183)

* rm metax ci (#184)

* updata paddle (#185)

* updata_paddle (#186)

* tets

---------

Co-authored-by: chezhang <1376507468@qq.com>
Co-authored-by: duqimeng <77875733+duqimeng@users.noreply.github.com>
Co-authored-by: Mingkun.Zhang <2496808993@qq.com>
Co-authored-by: jiaxinWang-metax <189149612@qq.com>
Co-authored-by: MingkunZhang <39252862+StareAtYou@users.noreply.github.com>
Co-authored-by: zhang-chenyi <74278535+zhang-chenyi@users.noreply.github.com>
Co-authored-by: ZhouDuan <1184319564@qq.com>
Co-authored-by: Theendlessofhell <148317258+Theendlessofhell@users.noreply.github.com>
Co-authored-by: root <root@lt-wks-10-0-180-15.pub.metax-tech.com>
Co-authored-by: ZhouDuan <136539532+1184319564@users.noreply.github.com>
Co-authored-by: sw <1640472053@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tianshuo78520a <tianshuo78520a@users.noreply.github.com>
Co-authored-by: Yuqiang Ge <143453447+YqGe585@users.noreply.github.com>
Co-authored-by: metax666 <metax666@metax-tech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants