You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2016/10/12 22:30:20 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 ]

Niketan Pansare updated SYSTEMML-1034:
--------------------------------------
    Description: 
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]

  was:
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


> 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
>             Fix For: SystemML 0.11
>
>
> 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.3.4#6332)