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

Alejandro Claudio Esquivel Gonzalez commented on HAMA-524:
----------------------------------------------------------

So, you say that the task has been already assigned and there will not be 
change on that? or that if you find a good idea to break this task into pieces 
you could accept more students?

There are different formats to process the Sparse Matrix-vector multiplication 
if the Sparse matrix is in diagonal, tridiagonal form, band matrix, etc. I 
think you could identify the best format for each matrix and split the 
conversion and operation of different formats into different tasks. 

Also, there are more matrix operations that need different storage structures 
to be processed efficiently, for example editing a single value of the matrix 
works better if it's in Yale format.

Thanks.
                
> [GSoC 2012] Sparse Matrix-Vector multiplication (SpMV) on Hama
> --------------------------------------------------------------
>
>                 Key: HAMA-524
>                 URL: https://issues.apache.org/jira/browse/HAMA-524
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp, examples, matrix
>            Reporter: Edward J. Yoon
>            Assignee: Mikalai Parafeniuk
>              Labels: gsoc, gsoc2012, newbie
>
> Implement Efficient and Fast SpMV algorithm which can be widely used in 
> scientific computing, financial modeling, information retrieval, and others, 
> using Hama Bulk Synchronous Parallel framework.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to