Can you briefly describe the NVIDIA toolkit version, GPU card model, etc. that was used during initial development?
I'm trying to stand-up a development system to compile and compare half a dozen published GPU-based 3SAT approaches.
My two hardware contexts are GT 710 and GTX 1070, running within Fedora with NVidia Driver 410.xx and Toolkit 10.x
This code compiles with minor warnings, but upon running the following occurs (paraphrased):
cudaCheckError() failed at ./solver_cuda.cu:1029 invalid configuration argument
Can you briefly describe the NVIDIA toolkit version, GPU card model, etc. that was used during initial development?
I'm trying to stand-up a development system to compile and compare half a dozen published GPU-based 3SAT approaches.
My two hardware contexts are GT 710 and GTX 1070, running within Fedora with NVidia Driver 410.xx and Toolkit 10.x
This code compiles with minor warnings, but upon running the following occurs (paraphrased):
cudaCheckError() failed at ./solver_cuda.cu:1029 invalid configuration argument