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 2017/03/30 21:26:41 UTC

[jira] [Updated] (SYSTEMML-1445) Add support for matrix-vector GPU axpy operation

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

Niketan Pansare updated SYSTEMML-1445:
--------------------------------------
    Summary: Add support for matrix-vector GPU axpy operation  (was: Add support for GPU axpy operation)

> Add support for matrix-vector GPU axpy operation
> ------------------------------------------------
>
>                 Key: SYSTEMML-1445
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1445
>             Project: SystemML
>          Issue Type: Sub-task
>          Components: Compiler, Runtime
>            Reporter: Niketan Pansare
>            Assignee: Niketan Pansare
>             Fix For: SystemML 0.13
>
>
> Here's a short snippet to invoke the axpy rewrite and reproduce the issue on GPU:
> {code}
> n = 100
> m = 10
> #a = 2
> a = as.scalar(rand(rows=1, cols=1))
> x = rand(rows=n, cols=m)
> y = rand(rows=1, cols=m)
> z = x + a*y  # broadcasting
> if (1==1){}
> print(sum(z))
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)