On Friday, 6 October 2017 at 18:12:43 UTC, kerdemdemir wrote:
Hi,

I have a cuda kernel already working in my cpp project(https://github.com/kerdemdemir/CUDABeamformer/blob/master/CudaBeamformer/kernel.cu)

I am trying to convert this to D with using DCompute. I already compiled the DCompute source code and have dcompute.lib. But I am really not good with using libraries and don't know how to use DCompute in my D project(https://github.com/kerdemdemir/DSharpEar/tree/master/DSharpEar). I am not using DUB and compiling with VisualD.

Can you guys please help with importing DCompute into my project?

Regards
Erdem

You should add DCompute as a DUB dependancy.

Reply via email to