Skip to content

Commit 7c0ae49

Browse files
authored
[TUTORIALS] Fixed minor typo in tutorial on low memory dropout (triton-lang#2850)
1 parent 7d3f045 commit 7c0ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tutorials/04-low-memory-dropout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def seeded_dropout(x, p, seed):
163163
#
164164
# 1. Extend the kernel to operate over a matrix and use a vector of seeds - one per row.
165165
# 2. Add support for striding.
166-
# 3. (challenge) Implement a kernel for sparse Johnson-Lindenstrauss transform which generates the projection matrix one the fly each time using a seed.
166+
# 3. (challenge) Implement a kernel for sparse Johnson-Lindenstrauss transform which generates the projection matrix on the fly each time using a seed.
167167

168168
# %%
169169
# References

0 commit comments

Comments
 (0)