luhenry commented on a change in pull request #32253:
URL: https://github.com/apache/spark/pull/32253#discussion_r619486088



##########
File path: mllib-local/pom.xml
##########
@@ -75,6 +75,11 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>dev.ludovic.netlib</groupId>
+      <artifactId>blas</artifactId>
+    </dependency>

Review comment:
       Long story short: yes, it works without the profile active (and is even 
faster, data in https://github.com/apache/spark/pull/32253#issue-619173915), 
and is hardware accelerated with the profile or when the Foreign Linker API is 
active.
   
   Let me document what gets probed and the impact of having the profile in 
place, I think this is going to clarify many of the questions you've had.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to