You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ignatenko (JIRA)" <ji...@apache.org> on 2017/06/28 17:28:00 UTC

[jira] [Comment Edited] (IGNITE-5535) BLAS support for offheap vector/matrix

    [ https://issues.apache.org/jira/browse/IGNITE-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064995#comment-16064995 ] 

Oleg Ignatenko edited comment on IGNITE-5535 at 6/28/17 5:27 PM:
-----------------------------------------------------------------

briefly discussed this JIRA with Yury: looks like we've got two options to consider - either we do it all at Ignite side or additionally make some modifications in [BLAS|https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms] ([netlib-java|https://github.com/fommil/netlib-java]). The open question for the latter is whether it's feasible licensing wise (BLAS is probably LGPL(?)). Also Yury suspects that [CacheUtils|https://github.com/apache/ignite/blob/master/modules/ml/src/main/java/org/apache/ignite/ml/math/impls/CacheUtils.java] may need to be rather heavily reworked along the way


was (Author: oignatenko):
briefly discussed this JIRA with Yury: looks like we've got two options to consider - either we do it all at Ignite side or additionally make some modifications in [BLAS|https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms]. The open question for the latter is whether it's feasible licensing wise (BLAS is LGPL). Also Yury suspects that [CacheUtils|https://github.com/apache/ignite/blob/master/modules/ml/src/main/java/org/apache/ignite/ml/math/impls/CacheUtils.java] may need to be rather heavily reworked along the way

> BLAS support for offheap vector/matrix
> --------------------------------------
>
>                 Key: IGNITE-5535
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5535
>             Project: Ignite
>          Issue Type: Task
>          Components: ml
>            Reporter: Yury Babak
>            Assignee: Oleg Ignatenko
>
> We want to add BLAS support for offheap stuctures. Current we implement only onheap version.



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