How to use GPU in my C++ DLL called from Python script

Nathan,

This is quite different from what I do now.

I create a C++ DLL using Visual Studio following the steps outlined by Dale.
I call C++ functions in the DLL from my Python script using the C-types interface to pass/receive values.

I do not understand how this flow intersects the one you describe.

I would need a detailed working example from you that I can reproduce in order to master your procedure.

I created a detailed working example of how to create a C++ DLL which can be called from Python
in one of my prior posts. It is derived from Dale’s outline but includes a fully working example to help lead the user more quickly to success. Below is the link to my post.

So I am looking for a bit more help if you can provide it.

@dale @stevebaer can either of you pitch in here?

Regards,
Terry.