Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-11-02 Thread deXtoRious via Digitalmars-d
On Saturday, 29 October 2016 at 11:25:17 UTC, Nicholas Wilson wrote: On Saturday, 29 October 2016 at 10:21:02 UTC, Guillaume Piolat wrote: On Saturday, 29 October 2016 at 01:43:03 UTC, Nicholas Wilson wrote: If you have any experience with either OpenCL or CUDA we'd love to have your input.

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-29 Thread Nicholas Wilson via Digitalmars-d
On Saturday, 29 October 2016 at 10:21:02 UTC, Guillaume Piolat wrote: On Saturday, 29 October 2016 at 01:43:03 UTC, Nicholas Wilson wrote: If you have any experience with either OpenCL or CUDA we'd love to have your input. Have experience with both, more CUDA than OpenCL though. Feel free

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-29 Thread Guillaume Piolat via Digitalmars-d
On Saturday, 29 October 2016 at 01:43:03 UTC, Nicholas Wilson wrote: If you have any experience with either OpenCL or CUDA we'd love to have your input. Have experience with both, more CUDA than OpenCL though. Feel free to contact me.

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-28 Thread Nicholas Wilson via Digitalmars-d
On Friday, 28 October 2016 at 16:14:56 UTC, Sameer Pradhan wrote: I must plead ignorance on the finer interface details, but from what I am reading this seems like an amazing development. I am so happy that that D has a solid base for GPU work. The post from a few weeks back with

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-28 Thread Sameer Pradhan via Digitalmars-d
On Friday, 28 October 2016 at 06:31:19 UTC, Ilya Yaroshenko wrote: On Friday, 28 October 2016 at 03:44:05 UTC, Andrei Alexandrescu wrote: On 10/27/16 3:59 AM, Ilya Yaroshenko wrote: [...] I must plead ignorance on the finer interface details, but from what I am reading this seems like an

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-28 Thread Ilya Yaroshenko via Digitalmars-d
On Friday, 28 October 2016 at 03:44:05 UTC, Andrei Alexandrescu wrote: On 10/27/16 3:59 AM, Ilya Yaroshenko wrote: Mir GLAS (Generic Linear Algebra Subprograms) has its own repository [1] now. Big news: 1. Mir GLAS does not require D / C++ runtime and can be used in any programming language

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-27 Thread Andrei Alexandrescu via Digitalmars-d
On 10/27/16 3:59 AM, Ilya Yaroshenko wrote: Mir GLAS (Generic Linear Algebra Subprograms) has its own repository [1] now. Big news: 1. Mir GLAS does not require D / C++ runtime and can be used in any programming language as common C library! See read README [1] for more details. Cool work!

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-27 Thread Ali Çehreli via Digitalmars-d
On 10/26/2016 12:59 PM, Ilya Yaroshenko wrote: Mir GLAS (Generic Linear Algebra Subprograms) Ilya is giving a talk in about 5 hours on D runtime infrastructure which Mir GLAS is a proof of concept of: http://forum.dlang.org/thread/nu8qq8$2i1a$1...@digitalmars.com Ali

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-26 Thread rikki cattermole via Digitalmars-d
Please wait around a year after the last major breaking api change. Its the kind of library that will be severely limited by Phobos requirements. After all by your own post, the API still needs a lot of work done to it and this way it can mature up nicely.

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-26 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 26 October 2016 at 20:23:01 UTC, jmh530 wrote: On Wednesday, 26 October 2016 at 19:59:21 UTC, Ilya Yaroshenko wrote: Thanks!

Re: Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-26 Thread jmh530 via Digitalmars-d
On Wednesday, 26 October 2016 at 19:59:21 UTC, Ilya Yaroshenko wrote: Mir GLAS (Generic Linear Algebra Subprograms) has its own repository [1] now. Keep up the good work! On the read-me page, I have a few suggestions for improvements. The installation section could use some improvement.

Mir GLAS is a C library and passes Natlib's test suite! And questions :-)

2016-10-26 Thread Ilya Yaroshenko via Digitalmars-d
Mir GLAS (Generic Linear Algebra Subprograms) has its own repository [1] now. Big news: 1. Mir GLAS does not require D / C++ runtime and can be used in any programming language as common C library! See read README [1] for more details. 2. Netlib's BLAS test suite are part of CI testing.