We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00515b6 commit 73dc596Copy full SHA for 73dc596
docs/source/05-speed.ipynb
@@ -98,7 +98,7 @@
98
"GFloat vectorized, JAX JIT : 3.18 nsec (1000 runs at size 1000000)\n",
99
"ML_dtypes : 3.13 nsec (1000 runs at size 1000000)\n",
100
"```\n",
101
- "So the JAX JIT code is ~2000x faster than the scalar code, and comparable to `ml_dtypes`'s C++ CPU implementation."
+ "So the JAX JIT code is ~1000x faster than the scalar code, and comparable to `ml_dtypes`'s C++ CPU implementation."
102
]
103
}
104
],
0 commit comments