Skip to content

Conversation

@metax666
Copy link
Collaborator

@metax666 metax666 commented Nov 7, 2025

No description provided.

zhang-chenyi and others added 30 commits September 4, 2025 14:55
[Metax] fix fail test when backend is mack
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
…#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] 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] 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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [Metax] fix illegal address access error in test_momentum_op
* [Metax] fix cufft and fix some blas kernel apply
* [Metax] update metax CI
* [Metax] update metax CI

* [Metax] update metax CI CMakeLists
* [Metax] add github action

---------

Co-authored-by: Mingkun.Zhang <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [metax]chaneg build

---------

Co-authored-by: Mingkun.Zhang <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [metax]chaneg build

---------
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel
* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library
* [Metax] fix dgc & mklml compile product path problem

* [Metax] update metax_gpu CMakeLists.txt

* [Metax] organize documents
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* modify cmake for warpctc and warprnnt

* modify conv for tf32 and fp32

* modify conv kernel

* modify library to static library

* modify kernel
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
Co-authored-by: ZhouDuan <[email protected]>
* 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
duqimeng and others added 24 commits October 17, 2025 18:16
* modify kernels

* modify kernels
* [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 83bc87f.

* [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 <[email protected]>
Co-authored-by: duqimeng <[email protected]>
Co-authored-by: Mingkun.Zhang <[email protected]>
Co-authored-by: metax666 <[email protected]>
Co-authored-by: jiaxinWang-metax <[email protected]>
Co-authored-by: MingkunZhang <[email protected]>
Co-authored-by: chezhang <[email protected]>
Co-authored-by: zhang-chenyi <[email protected]>
* updata flag_and_fix_activation

* updataignore

---------
* updata_patch

---------
* [Metax] fix weight_quant & weight_only_linear bug
* fix and add some kernels
* [Metax] fix 'WeightQuantizeKernel' wint4 branch
#135)

* [Metax] adjust quanted weight layout transformation
#136)

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

---------
* [Metax] optimize wint4 quantization implementation
* change_flag
* [Metax] register fused_fc_elementwise_layernorm kernel
* [Metax] add private CI
* [Metax] add Upload
@paddle-bot
Copy link

paddle-bot bot commented Nov 7, 2025

Thanks for your contribution!

1184319564 and others added 3 commits November 7, 2025 17:44
Fix CI and Add tests for CI
* [metax] add schedule
@metax666 metax666 merged commit e43fc9d into PaddlePaddle:develop Nov 7, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants