Also, when looking over phatk.ptx (CUDA) I noticed a lot of local paths! Do these have to be present on the computer?
No local paths required at RunTime.
And .ptx can be generated dynamically from .cl file. So it is not necessary to save it as resource.
Hi,
When I compile without adding the .PTC file (extracted from your pre-compiled bitcoin-miner.exe) it seems to fail.
"ERROR 8000716: The specified resource name cannot be found in the image file"
Which has lead me to believe I need NVCC to compile this project correctly (for runtime).
Do I have to add some extra parameters somewhere (like -ptx)?