You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/09/09 04:59:00 UTC

[jira] [Updated] (SYSTEMML-1034) Implement solve builtin function using cublas kernels

     [ https://issues.apache.org/jira/browse/SYSTEMML-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glenn Weidner updated SYSTEMML-1034:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

> Implement solve builtin function using cublas kernels
> -----------------------------------------------------
>
>                 Key: SYSTEMML-1034
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1034
>             Project: SystemML
>          Issue Type: Sub-task
>          Components: Runtime
>            Reporter: Niketan Pansare
>            Assignee: Nakul Jindal
>             Fix For: SystemML 0.15
>
>
> 1. Extend BinaryOp to enable GPU for solve
> 2. Add MatrixMatrixBuiltinGPUInstruction and use JCuBlas2's cublasDtrsmBatched and cublasDgeqrfBatched (or cublasDgetrfBatched) methods.
> For reference implementation, see https://github.com/apache/incubator-systemml/blob/master/src/main/java/org/apache/sysml/runtime/matrix/data/LibCommonsMath.java#L97
> [~nakul02]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)