[fix typo]: funtion -> function (1 line change) (#19790)

This commit is contained in:
SoluMilken
2026-03-04 00:57:02 +08:00
committed by GitHub
parent daabfe7e4c
commit 95e4a25b17

View File

@@ -25,7 +25,7 @@ To maximize Triton kernel efficiency, several strategies can be employed:
triton.Config({'waves_per_eu': 4}, num_warps=16, num_stages=1),
], key=['BLOCK_N', 'NUM_TOKEN_BLKS'], use_cuda_graph=True)
@triton.jit
def _triton_kernel_funtion():
def _triton_kernel_function():
...
```
## 2. Torch Tunable Operations