Running Cuda DLL in emulated mode how to make Cuda DLL running in emulated mode

Hi Guys!

I have a Cuda based DLL called from a c# code. How could I call the dll so that it run in emulated mode on CPU?
Is that solution much slower than writing basically the code to simple for(…) cycle in CPU?
THX

There is no way to, and if there were, it would be unacceptably slow versus any reasonable CPU code.

I thought that ocelot would be able to do that, although I have no idea of the status of ocelot for windows and whether it could be injected into existing binaries there.

Thanks For quick reply.
I don’t understand why there isn’t az emulated mode call if I use DLL, and there is when i use direct code.
Thanks Anyway.