Commit 4eb455e
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 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]>1 parent a513aae commit 4eb455e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments