Re: LDC 1.4.0

2017-09-11 Thread Moritz Maxeiner via Digitalmars-d-announce
On Monday, 11 September 2017 at 23:32:55 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. [...] Fantastic news, thanks for your work!

LDC 1.4.0

2017-09-11 Thread kinke via Digitalmars-d-announce
Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. * Full Android support, incl. emulated TLS.

Re: DCompute: First kernels run successfully

2017-09-11 Thread Nicholas Wilson via Digitalmars-d-announce
On Monday, 11 September 2017 at 22:40:02 UTC, Walter Bright wrote: On 9/11/2017 5:23 AM, Nicholas Wilson wrote: I'm pleased to announce that I have run the first dcompute kernel and it was a success! Excellent!

Re: DCompute: First kernels run successfully

2017-09-11 Thread Nicholas Wilson via Digitalmars-d-announce
On Monday, 11 September 2017 at 20:45:43 UTC, kerdemdemir wrote: Hi Wilson, Since I believe GPU-CPU hybrid programming is the future I believe you are doing a great job for your and D lang's future. To successfully run the dcompute CUDA test you will need a very recent LDC (less than two

Re: DCompute: First kernels run successfully

2017-09-11 Thread Walter Bright via Digitalmars-d-announce
On 9/11/2017 5:23 AM, Nicholas Wilson wrote: I'm pleased to announce that I have run the first dcompute kernel and it was a success! Excellent! https://media.licdn.com/mpr/mpr/AAEAAQgvJDY4OTI4MmE0LTVlZDgtNGQzYy1iN2U1LWU5Nzk1NjlhNzIwNg.jpg

Re: D on devdocs

2017-09-11 Thread Andre Pany via Digitalmars-d-announce
On Monday, 11 September 2017 at 03:23:47 UTC, ANtlord wrote: Hello. I'm not sure that you know, but documentation of D language has become to devdocs.io. It is web service provides offline documentation. We've got a useful tool for documentation viewing and reading. The next step is an

Re: DCompute: First kernels run successfully

2017-09-11 Thread kerdemdemir via Digitalmars-d-announce
Hi Wilson, Since I believe GPU-CPU hybrid programming is the future I believe you are doing a great job for your and D lang's future. To successfully run the dcompute CUDA test you will need a very recent LDC (less than two days) with the NVPTX backend* enabled along with a CUDA environment

Re: D on devdocs

2017-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/11/2017 09:17 AM, ANtlord wrote: > we should develop only one Scrapper Ali's worthless contribution of the day: It should be Scraper. Ali

Re: D on devdocs

2017-09-11 Thread ANtlord via Digitalmars-d-announce
On Monday, 11 September 2017 at 15:02:17 UTC, Moritz Maxeiner wrote: Do you know how much work would it be to reuse devdocs (I see it is open source) as a basis for hosting dub package docs)? I'm sorry, but I can't assess required time because I'm not a Ruby developer. I have learned basics

Re: DCompute: First kernels run successfully

2017-09-11 Thread jmh530 via Digitalmars-d-announce
On Monday, 11 September 2017 at 12:23:16 UTC, Nicholas Wilson wrote: I'm pleased to announce that I have run the first dcompute kernel and it was a success! Keep up the good work.

Re: LDC 1.4.0-beta1

2017-09-11 Thread jmh530 via Digitalmars-d-announce
On Monday, 11 September 2017 at 14:49:44 UTC, kinke wrote: There's a difference between "doesn't compile" and "asserts". Please always compare to the matching DMD version, 2.074.1 in this case, which produces an empty string as well, I guess because the writer was taken by value in Phobos

Re: D on devdocs

2017-09-11 Thread Moritz Maxeiner via Digitalmars-d-announce
On Monday, 11 September 2017 at 03:23:47 UTC, ANtlord wrote: Hello. I'm not sure that you know, but documentation of D language has become to devdocs.io. It is web service provides offline documentation. We've got a useful tool for documentation viewing and reading. The next step is an

Re: LDC 1.4.0-beta1

2017-09-11 Thread kinke via Digitalmars-d-announce
On Sunday, 10 September 2017 at 16:25:52 UTC, jmh530 wrote: The following code compiles on DMD, but not on LDC (tested versions 1.3.0 and the 1.4.0 beta). unittest { import std.array : appender; import std.format : formattedWrite; auto x = appender!(string); typeof(x) y;

Re: D on devdocs

2017-09-11 Thread Adil Baig via Digitalmars-d-announce
Bravo. I don't know how many people actually use the service, but lots of web/backend devs use devdocs. This puts D on their map and, hopefully, we get attention from a much larger audience. On Mon, Sep 11, 2017 at 7:23 AM, ANtlord via Digitalmars-d-announce <

DCompute: First kernels run successfully

2017-09-11 Thread Nicholas Wilson via Digitalmars-d-announce
I'm pleased to announce that I have run the first dcompute kernel and it was a success! There is still a fair bit of polish to the driver needed to make the API sane and more complete, not to mention more similar to the (untested) OpenCL driver API. But it works! (Contributions are of course