Need importing dcompute.lib into my project

Nicholas Wilson iamthewilsonator at hotmail.com
Fri Oct 6 22:15:31 UTC 2017


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.


More information about the Digitalmars-d-learn mailing list