This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 3af776fca6bff7d0075c90cc2bf5560cb5a64b72 Author: Andrew Musselman <[email protected]> AuthorDate: Tue Mar 5 20:13:44 2019 -0800 NOJIRA: Adding comment about class not found error in example in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f40e61..2d49852 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Which will load a matrix multiplication timer function definition. To run the ma scala> timeSparseDRMMMul(1000,1000,1000,1,.02,1234L) {...} res3: Long = 16321 ``` -We can see that the JVM only version is rather slow, thus our motive for GPU and Native Multithreading support. +Note the 0.14.0 release is missing a class required for this; will be fixed in 0.14.1. We can see that the JVM only version is rather slow, thus our motive for GPU and Native Multithreading support. To get an idea of what’s going on under the hood of the timer, we may examine the .mscala (mahout scala) code which is both fully functional scala and the Mahout R-Like DSL for tensor algebra: ```
