fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

Dev Branch / Crash line 229 cuda_extra.cu / Windows 10 / 1060 GPU #154

Open tlorens opened 6 years ago

tlorens commented 6 years ago

Getting [CUDA] error gpu 0: <C:/xmr-stak-nvidia/nvcc_code/cuda_extra.cu>:229 I'm hardly a C++ developer and even worse at this crypto+nVidia stuff.

CUDA_CHECK(ctx->device_id, cudaMemcpy( rescount, ctx->d_result_count, sizeof (uint32_t ), cudaMemcpyDeviceToHost ));

Comparing this with what's in the master branch, it looks like a completely different approach to perform the operation. I'd try to step through it, but like I said, I'm not much of a C++ guy, though I do understand basic C. (I'm a web-dev).

I'm willing to do take whatever steps necessary to provide you with more information.

PrismIO commented 6 years ago

Yeah this issue seems to be very common and no solution from what I can see,

PrismIO commented 6 years ago

My issue #175

psychocrypt commented 6 years ago

Should hopfully also solved with the next release. coming soon.

tlorens commented 6 years ago

I got around it by tweaking the GPU settings. I don't recall exactly what the before/after values were.