Re: LDC 0.15.0 alpha1 released! Please help test!

2014-10-25 Thread E.S. Quinn via Digitalmars-d-announce

I notice that there's no mingw based windows version with his
release. Does this msvc based build output gdb-compatible
debugging symbols?


Re: LDC 0.15.0 alpha1 released! Please help test!

2014-10-25 Thread Trass3r via Digitalmars-d-announce

Does this msvc based build output gdb-compatible
debugging symbols?


No DWARFs in there.


Re: LDC 0.15.0 alpha1 released! Please help test!

2014-10-25 Thread David Nadlinger via Digitalmars-d-announce

On Saturday, 25 October 2014 at 09:38:45 UTC, E.S. Quinn wrote:

I notice that there's no mingw based windows version with his
release.


That's just an issue with building the packages for the alpha, 
the release will have a MinGW version.


David


Re: [OT] Re: Final version of dlang-fr released

2014-10-25 Thread Ali Raza via Digitalmars-d-announce

reminds me of the cold war era: Turkish population favored the
Americans to the neighboring Soviets to the extent that rus 
salatası
(a mayonnaise-based salad) has started to be called amerikan 
salatası

by the public.




_
Pakistan


Re: CUDA bindings

2014-10-25 Thread Dmitri Nesteruk via Digitalmars-d-announce

On Tuesday, 21 October 2014 at 08:31:03 UTC, ponce wrote:

On Thursday, 16 October 2014 at 21:18:15 UTC, ponce wrote:

Dear D users,

I'd like to announce DerelictCUDA, dynamic bindings to the 
CUDA library.

https://github.com/derelictorg/derelictcuda

For now, only the CUDA Driver API is exposed, providing most 
of the warp control.


For a visual explanation of the different APIs in CUDA, see 
http://stackoverflow.com/questions/242894/cuda-driver-api-vs-cuda-runtime


More APIs could be implemented if the interest happens to be 
non-null.


CUDA Runtime API added.


This is great! I know that C++ uses  and  to enclose kernel 
calls and thus create the link between CPU and GPU code when NVCC 
rips things apart. How is this done in your bindings?