CUDA and the D programming language

Hi guys,

Just a quick question, has anyone had any experience doing GPU programming alongside the D programming language?
Cheers.

I plan to start this soon. Let me know if you find good resources to get you going. I’m particularly interested in tricks to getting addresses to dynamic arrays to pass to CUDA functions. I may roughly just write the kernel invocation functions in C and call that from D. But…then I have the same question :)