We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa678a commit 9ee7cbbCopy full SHA for 9ee7cbb
blog/2024-11-25-optimizing-matmul/snippets/naive.tsx
@@ -46,7 +46,6 @@ export const RustNaiveKernel: React.FC = () => (
46
<Snippet
47
language="rust"
48
className="text-xs"
49
- showLineNumbers
50
title="Naive kernel with Rust GPU"
51
>
52
{RustKernelSource}
0 commit comments