Hi, Ganesh,

Ganesh V <[email protected]> wrote on 06/23/2009 07:30:39 PM:

> > We were not planning to include any matrix/vector classes in the X10
> > standard libraries, though they were mentioned in some discussions.
> > They are reasonably easy to implement at the user level.  Are you
> > referring simply to abstract types with the right behavior, or are
> > you interested specifically in bindings to a BLAS library?
> 
> Thanks for the reply. I was actually referring to both (or rather a
> combination). By this I mean a x10 library written from scratch (and
> not bindings to existing BLAS routines written in C or Fortran). I do
> understand though that this is quite a substantial work, and would not
> be feasible to have it immediately implemented.

Well, as the discussion on the list shows, there is some demand for a
library like this.  Unfortunately, the X10 core team currently does not
have the resources to work on the implementation of a matrix library.
However, X10 is an open-source project, and we would be happy to get
more participation and contributions from the community.  We have
already integrated some of the missing functionality in the Math
library implemented by Josh Milthorpe.

So if you wish to spend some time on this and propose an API, we will
definitely discuss it in the core team.  The best mechanism for such
a proposal is to actually write the X10 code and attach it to a JIRA
issue (which will let us track it and comment on it in a publicly
accessible forum).  Also note that there's no need to actually provide
the full implementation right away -- X10 supports an "incomplete"
method attribute for exactly that purpose.  The actual implementation
could be filled in later.

Let me know if you plan to work on this and are interested in more
details.
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
X10: Parallel Productivity and Performance (http://x10.sf.net/)


------------------------------------------------------------------------------
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to