GPUCodeForces/S1
Kuohais 1f391fe477 Merge pull request 'finish lppool1d #6' (#125) from hli28146/GPUCodeForces:lppool1d into main 2025-11-21 14:03:35 +08:00
..
1 fixes #1 2025-10-29 10:49:42 +08:00
2 fixes groupnorm #2 2025-10-30 15:55:47 +08:00
3 fixes softmax #3 2025-10-30 17:54:54 +08:00
4 fixes geglu #4 2025-10-30 18:06:44 +08:00
5 fixes reglu #5 2025-10-30 21:30:18 +08:00
6 finish layernorm #6 2025-10-31 15:24:46 +08:00
7 finish Instancenorm #7 2025-11-03 17:18:15 +08:00
8 fixes localresponsenorm #8 2025-11-04 10:26:53 +08:00
9 fix import missing 2025-10-18 11:10:45 +08:00
10 optimize batchnorm1d operator 2025-10-30 12:32:48 +08:00
11 change dir name 2025-11-06 16:18:38 +08:00
12 redirect to 30 2025-11-12 09:41:29 +08:00
13 finish evonorm #13 2025-11-04 17:14:00 +08:00
14 fixes bcewithlogitsloss #14 2025-11-06 10:39:11 +08:00
15 fixes hingeembeddingloss #15 2025-11-05 16:37:13 +08:00
16 fixes marginrankingloss #16 2025-11-06 10:47:24 +08:00
17 finish crossentropyloss #17 2025-11-05 22:15:59 +08:00
18 finish circleloss #18 2025-11-06 12:01:38 +08:00
19 finish infonceloss #19 2025-11-06 13:16:31 +08:00
20 finish poissonnllloss #20 2025-11-06 14:13:58 +08:00
21 fixes upsamplingnearest2d #21 2025-11-06 17:38:05 +08:00
22 finish ReflectionPad3d #22 2025-11-07 15:06:18 +08:00
23 finish ReflectionPad2d #23 2025-11-07 15:10:54 +08:00
24 finish ReflectionPad1d #24 2025-11-07 15:19:07 +08:00
25 add a matmul operator 2025-11-11 13:38:45 +08:00
26 fixes #26 2025-11-12 09:40:59 +08:00
27 fixes 2025-11-11 18:46:54 +08:00
28 fixes mseloss #28 2025-11-12 09:29:33 +08:00
29 fixes kldivloss #29 2025-11-11 19:15:50 +08:00
30 redirect to 30 2025-11-12 09:41:29 +08:00
31 finish GaussianNLLLoss #31 2025-11-12 11:17:34 +08:00
32 finish NLLLoss #32 2025-11-12 11:22:16 +08:00
33 finish TanimotoCoefficient #33 2025-11-12 11:39:18 +08:00
35 fixed softmarginloss 2025-11-12 14:06:06 +08:00
36 finish multimarginloss 2025-11-12 14:48:12 +08:00
37 fixes pairwisedistance #37 2025-11-12 15:03:58 +08:00
38 fixes pairwisedistance #38 2025-11-12 15:07:00 +08:00
39 finish TripletMarginWithDistanceLoss #39 2025-11-12 15:11:24 +08:00
40 finish SmoothL1Loss #40 2025-11-12 16:15:55 +08:00
41 finish PearsonCorrelation #41 2025-11-12 21:22:03 +08:00
42 finish LogCoshLoss #42 2025-11-12 21:27:42 +08:00
43 finish linear_gelu operator #43 2025-11-13 10:10:33 +08:00
44 finish multilabelmarginloss #44 2025-11-13 10:58:25 +08:00
Example 强调提交规范 2025-11-13 16:19:48 +08:00
Ljy123_#1 finish layernorm #1 2025-11-13 21:31:19 +08:00
Ljy123_#3 finish gelu 2025-11-17 21:41:40 +08:00
Ljy123_#6 optimzied softmax 2025-11-17 22:01:20 +08:00
Ljy123_#7 finish swish 2025-11-18 21:00:38 +08:00
Ljy123_#8 finish rmsnorm 2025-11-18 21:02:51 +08:00
ZZZJ_#1 fixed cosineloss #1 2025-11-17 18:23:48 +08:00
gsd123_#1 fix reglu #1 2025-11-14 10:50:31 +08:00
gsd123_#2 fix geglu #2 2025-11-14 10:52:35 +08:00
gsd123_#3 fix layernorm #3 2025-11-14 10:54:10 +08:00
gsd123_#4 fix Instancenrm #4 2025-11-14 10:55:28 +08:00
gsd123_#5 fix evonorm #5 2025-11-14 10:56:40 +08:00
gsd123_#6 fix CrossEntropyLoss #6 2025-11-14 10:57:42 +08:00
gsd123_#7 fix poissonnllloss #7 2025-11-14 10:58:43 +08:00
gsd123_#8 fix infonceloss #8 2025-11-14 10:59:44 +08:00
gsd123_#9 fix circleloss#9 2025-11-14 11:01:22 +08:00
gsd123_#10 fix ReflectionPad1d #10 2025-11-14 11:02:36 +08:00
gsd123_#11 fix ReflectionPad2d #11 2025-11-14 11:03:48 +08:00
gsd123_#12 fix ReflectionPad3d #12 2025-11-14 11:04:58 +08:00
gsd123_#13 fix SmoothL1Loss #13 2025-11-14 11:06:01 +08:00
gsd123_#14 fix TripletMarginWithDistanceLoss #14 2025-11-14 11:07:01 +08:00
gsd123_#15 fix CosineEmbeddingLoss #15 2025-11-14 11:08:28 +08:00
gsd123_#16 finish CauchyLoss #16 2025-11-17 14:14:54 +08:00
gsd123_#17 finish DiceLoss #17 2025-11-18 16:51:32 +08:00
gsd123_#18 finish FocalLoss #18 2025-11-18 16:52:46 +08:00
gsd123_#19 finish Generator #19 2025-11-18 16:54:17 +08:00
gsd123_#20 finish WelschLoss #20 2025-11-18 16:55:28 +08:00
hli28146_#1 finish tripletmarginloss #1 2025-11-17 16:11:21 +08:00
hli28146_#2 finish multimarginloss 2025-11-17 16:18:25 +08:00
hli28146_#3 finish softmarginloss #3 2025-11-17 16:22:19 +08:00
hli28146_#4 finish huberloss #4 2025-11-17 16:26:20 +08:00
hli28146_#5 finish multilabelmarginloss #5 2025-11-17 16:30:36 +08:00
hli28146_#6 finish lppool1d #6 2025-11-18 10:35:21 +08:00
hli28146_#7 finish cholesky #7 2025-11-14 18:41:56 +08:00
hli28146_#8 finish vecdot #8 2025-11-17 22:28:01 +08:00
hli28146_#9 finish cross #9 2025-11-17 22:30:08 +08:00
hli28146_#10 finish logsumexp #10 2025-11-17 22:36:15 +08:00
uucoco_#1 fix GaussianNLLLoss #1 2025-11-13 20:28:09 +08:00
uucoco_#2 fix NLLLoss #2 2025-11-13 20:38:27 +08:00
uucoco_#3 fix TanimotoCoefficient #3 2025-11-13 20:40:59 +08:00
uucoco_#4 finish HammingDistance #4 2025-11-13 20:45:47 +08:00
uucoco_#5 finish BhattacharyyaDistance #5 2025-11-13 20:48:52 +08:00
uucoco_#6 finish HellingerDistance #6 2025-11-13 20:50:33 +08:00
uucoco_#7 finish MinkowskiDistance #7 2025-11-13 20:52:16 +08:00
uucoco_#8 finish ChannelShuffle #8 2025-11-16 13:23:46 +08:00
uucoco_#9 finish JaccardSimilarity #9 2025-11-16 13:27:30 +08:00
uucoco_#10 finish CharbonnierLoss #10 2025-11-18 21:54:57 +08:00
uucoco_#11 finish IntraClassCorrelation #11 2025-11-18 21:56:49 +08:00
uucoco_#12 finish CoVariance #12 2025-11-18 22:00:30 +08:00
uucoco_#13 finish Variance #13 2025-11-18 22:01:36 +08:00
wut0n_#1 feat: Add high-performance LayerNorm operator with vectorized Welford algorithm #1 2025-11-19 21:21:51 +08:00
wut0n_#2 feat:add focal loss optimization 2025-11-20 18:35:27 +08:00
wut0n_#3 feat:Rmsnorm #3 2025-11-20 21:12:55 +08:00
wut0n_#4 feat:Instancenorm #4 2025-11-20 21:15:22 +08:00
wut0n_#5 feat: add high-performance GroupNorm CUDA implementation 2025-11-21 00:50:30 +08:00
wwmm_#1 fixes rope #1 2025-11-17 20:58:14 +08:00
wwmm_#2 fixes cosinesimilarity #2 2025-11-17 21:06:28 +08:00
wwmm_#3 fixes embeddingbag #3 2025-11-17 21:12:52 +08:00
README.md Update README.md 2025-11-13 16:32:02 +08:00

README.md

提交前的注意事项

  • 确保已经阅读了赛题入门代码解读的内容
  • 你的提交包含类似于S1/Example下的四份完整文件
  • 选手提交时的run_code.py应于S1/Example/run_code.py中的保持一致