Hello Saurabh,

Aside from learning Chapel, you can check current linear algebra
capabilities of Chapel:

BLAS API:
http://chapel.cray.com/docs/master/modules/packages/BLAS.html

LAPACK API:
http://chapel.cray.com/docs/master/modules/packages/LAPACK.html

Both are wrappers around BLAS and LAPACK libraries already installed on
the system. (ie they do not do the actual computation in Chapel space
but call the appropriate function in the underlying low-level library)

With this project, we want to have similar (possibly a subset of)
features implemented as a Chapel module that does the actual computation
in Chapel.

Hope this helps.
Engin


On 03/11/2017 07:10 AM, Saurabh Sood wrote:
> Hi,
> 
> My name is Saurabh Sood. I am a Computer Science Engineering Student
> from Bangalore, India. I would like to take part in GSoC 2017 in your
> organisation, and want to work on the 'Linear Algebra Library' project.
> 
> I am familiar with parallel concepts and programming using OpenMP in C
> and C++, and I am currently finding my way around Chapel.
> 
> I would like to discuss on how to go about this project.
> 
> Regards,
> Saurabh Sood
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> 
> 
> 
> _______________________________________________
> Chapel-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/chapel-developers
> 

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to