Skip to content

Commit 26750a5

Browse files
Merge pull request #61 from laasya-konidala/add-hipkernels-blog
typo
2 parents 4615148 + d473766 commit 26750a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_blogs/hipkernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class ModelNew(nn.Module):
389389

390390
</details>
391391

392-
The weakest SFT generations attempted the opposite approach. In **Levek 2 Problem 3**, the model began an over-ambitious rewrite of the entire block: it defined separate custom kernels for ConvTranspose3D, LayerNorm, AvgPool3D, and GELU, but the generation did not complete the forward method, so the candidate failed before we could evaluate whether the rewritten computation was correct.
392+
The weakest SFT generations attempted the opposite approach. In **Level 2 Problem 3**, the model began an over-ambitious rewrite of the entire block: it defined separate custom kernels for ConvTranspose3D, LayerNorm, AvgPool3D, and GELU, but the generation did not complete the forward method, so the candidate failed before we could evaluate whether the rewritten computation was correct.
393393

394394
<details class="kernel-details" markdown="1">
395395
<summary><strong>Level 2 Problem 3</strong> — ConvTranspose3d_Sum_LayerNorm_AvgPool_GELU </summary>

0 commit comments

Comments
 (0)