[
https://issues.apache.org/jira/browse/SPARK-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14252849#comment-14252849
]
Ekasit Kijsipongse commented on SPARK-3785:
-------------------------------------------
I have done something with offloading the RDD.map() function to GPU through the
use of aparapi. The performance was not satisfied due to the data copying
between host/device. Unless we can apply the series of operations on GPU before
moving the data back to host, we cannot get any performance gain.
> Support off-loading computations to a GPU
> -----------------------------------------
>
> Key: SPARK-3785
> URL: https://issues.apache.org/jira/browse/SPARK-3785
> Project: Spark
> Issue Type: Brainstorming
> Components: MLlib
> Reporter: Thomas Darimont
> Priority: Minor
>
> Are there any plans to adding support for off-loading computations to the
> GPU, e.g. via an open-cl binding?
> http://www.jocl.org/
> https://code.google.com/p/javacl/
> http://lwjgl.org/wiki/index.php?title=OpenCL_in_LWJGL
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]