Commit Graph

616 Commits

Author SHA1 Message Date
gsd 17932b6511 finish kldivloss #24 2025-11-25 19:51:35 +08:00
gsd a3d266cba8 finish huberloss #23 2025-11-25 19:50:22 +08:00
gsd 1b38e21740 finish contrastiveloss #22 2025-11-25 19:49:13 +08:00
gsd 9beab7c4f7 finish CharbonnierLoss #21 2025-11-25 19:47:41 +08:00
wut0n e6d28a4f94 feat:add good variance #26 2025-11-25 17:19:36 +08:00
wut0n 50583015dc feat:add high performance weighted_sum #25 2025-11-25 17:17:36 +08:00
wut0n 94375aa6b3 feat:add high performance cosine #24 2025-11-25 17:15:34 +08:00
wut0n bc838ced06 feat:add high performance squared_euclidean #23 2025-11-25 17:13:35 +08:00
wut0n fafe668b60 feat:add good performance Braycurtis #22 2025-11-25 17:11:19 +08:00
吴姿芝 686a12c6d4 finish add a swish_layernorm #10 2025-11-25 16:51:57 +08:00
hli28146 3e659475bb finish cumsum #11 2025-11-25 16:20:09 +08:00
吴姿芝 dd03a33fe2 feat:add a tanhshrink #9 2025-11-25 16:17:37 +08:00
吴姿芝 7b9bca218c feat:add a hardmish #8 2025-11-25 15:58:07 +08:00
wut0n dc62aa27e1 fixs:repair performance euclidean #14 2025-11-25 15:41:36 +08:00
wut0n 9a1cb0455b feat:add good performance Hamming #20 2025-11-25 14:02:11 +08:00
wut0n 34437e5980 feat:add high performance Minkowski distance #18 2025-11-23 23:33:23 +08:00
wut0n e95c4fd24f feat:add high performance Manhattan distance #17 2025-11-23 23:31:47 +08:00
wut0n 9c575b57a1 feat:add high performance Chebyshev distance #16 2025-11-23 23:29:18 +08:00
uucoco a867a5c7a7 finish softsign #18 2025-11-23 20:58:11 +08:00
uucoco 04370396d5 finish IOULoss#17 2025-11-23 20:44:51 +08:00
uucoco 6118f63f85 finish softshrink #16 2025-11-23 19:53:30 +08:00
uucoco e97653848b finish softplus #15 2025-11-23 19:52:17 +08:00
uucoco b03431a4a8 finish softmin #14 2025-11-23 19:50:59 +08:00
wut0n 9a5b3618be feat:add high performance cosinedistance #15 2025-11-23 16:27:11 +08:00
wut0n 485ded3dff feat:add high performance euclidean #14 2025-11-23 16:25:34 +08:00
wut0n 5de8f51f5c feat:add high performance hingeloss #13 2025-11-23 16:23:34 +08:00
wut0n 0880f7a05c feat:add high performance #12 2025-11-23 16:21:47 +08:00
wut0n 386f647a74 feat:add high performance tripletloss #7 2025-11-23 16:19:02 +08:00
吴姿芝 97468aa90a feat:add a bilinear #6 2025-11-23 16:14:27 +08:00
吴姿芝 6d3f827889 feat:add a localresponsenormalizetion_simple #5 2025-11-23 14:56:12 +08:00
Lwh20070813 e19cce12c3 optimized LogCoshLoss #2 2025-11-23 14:07:37 +08:00
Lwh20070813 01f384d503 optimized PearsonCorraletion #1 2025-11-23 14:06:09 +08:00
wut0n 1a08253d4b feat:add high performance contrastiveloss #11 2025-11-23 14:02:40 +08:00
wut0n af27a5b8c5 feat:add high performance Bceloss #8 2025-11-22 16:38:47 +08:00
吴姿芝 f429831660 feat:add a selu_clip #4 2025-11-22 15:50:40 +08:00
吴姿芝 af06d0bbda feat:add pairwise_distance #3 2025-11-22 15:44:18 +08:00
吴姿芝 d88ec2fb52 feat:add mish #1 2025-11-22 15:02:47 +08:00
wut0n 4a17029d55 feat:add high performance Mseloss #10 2025-11-21 21:51:41 +08:00
wut0n 17cda113b7 feat:Add high performance L1loss #9 2025-11-21 21:21:58 +08:00
wut0n f899f64309 feat:add high performance diceloss #6 2025-11-21 19:40:36 +08:00
Kuohais 1f391fe477 Merge pull request 'finish lppool1d #6' (#125) from hli28146/GPUCodeForces:lppool1d into main 2025-11-21 14:03:35 +08:00
Kuohais 5256224c5d Merge pull request 'finish FocalLoss #18' (#160) from gsd123/GPUCodeForces:gsd18 into main 2025-11-21 14:03:27 +08:00
Kuohais 6d19f9e6c5 Merge pull request 'finish DiceLoss #17' (#159) from gsd123/GPUCodeForces:gsd17 into main 2025-11-21 14:03:20 +08:00
Kuohais 58577fa4c0 Merge pull request 'finish GeneratorLoss #19' (#163) from gsd123/GPUCodeForces:gsd19 into main 2025-11-21 14:03:09 +08:00
Kuohais bba362d6d0 Merge pull request 'finish WelschLoss #20' (#162) from gsd123/GPUCodeForces:gsd20 into main 2025-11-21 14:03:03 +08:00
Kuohais 309b4a1972 Merge pull request 'finish swish operator #7' (#164) from Ljy123/GPUCodeForces:swish into main 2025-11-21 14:02:57 +08:00
Kuohais f04044d41b Merge pull request 'finish rmsnorm operator #8' (#165) from Ljy123/GPUCodeForces:rmsnorm into main 2025-11-21 14:02:38 +08:00
Kuohais 39712d5725 Merge pull request 'finish IntraClassCorrelation #11' (#172) from uucoco/GPUCodeForces:uucoco11 into main 2025-11-21 14:02:00 +08:00
Kuohais f4c55b7b0b Merge pull request 'finish CharbonnierLoss #10' (#171) from uucoco/GPUCodeForces:uucoco10 into main 2025-11-21 14:01:50 +08:00
Kuohais 14913c2d0e Merge pull request 'finish CoVariance #12' (#173) from uucoco/GPUCodeForces:uucoco12 into main 2025-11-21 14:01:39 +08:00