Need importing dcompute.lib into my project

kerdemdemir kerdemdemir at hotmail.com
Fri Oct 6 18:12:43 UTC 2017


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



More information about the Digitalmars-d-learn mailing list