Skip to content

Commit

Permalink
Merge pull request #1 from DerekCuevas/DerekCuevas-typo-1
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
DerekCuevas committed Aug 7, 2015
2 parents 221b5a4 + 421d0d1 commit c984fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/tutorial_opencl.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ hugely, but it still has unused computation power.
speed to Neanderthal's highly optimized native ATLAS BLAS engine, which is
a speed demon in its own right! And we got a 25x speedup.**

**How it stands to pure Java? Check out the [Neanderthal Benchmarks page](benchmarks.html).
**How does Neanderthal compare to pure Java? Check out the [Neanderthal Benchmarks page](benchmarks.html).
For 8192x8192 matrices, an optimized and decently fast pure Java library Vectorz
(which is the core.matrix flagship implementation)
working with primitives and optimizing cache use, needs 6.14 minutes to compute.
Expand Down

0 comments on commit c984fa6

Please sign in to comment.