Skip to content

Commit 73dc596

Browse files
committed
arithmetic
1 parent 00515b6 commit 73dc596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/05-speed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"GFloat vectorized, JAX JIT : 3.18 nsec (1000 runs at size 1000000)\n",
9999
"ML_dtypes : 3.13 nsec (1000 runs at size 1000000)\n",
100100
"```\n",
101-
"So the JAX JIT code is ~2000x faster than the scalar code, and comparable to `ml_dtypes`'s C++ CPU implementation."
101+
"So the JAX JIT code is ~1000x faster than the scalar code, and comparable to `ml_dtypes`'s C++ CPU implementation."
102102
]
103103
}
104104
],

0 commit comments

Comments
 (0)