@tross Count me in!
Krypton
@Krypton
Posts made by Krypton
-
RE: Stuck at 60% with GPU plotterposted in Help & Support
@luxe Yes i have, but i will try to do this on another computer and with different card
( GTX 660 Ti ).about OpenCL and nvidias site they say
"OpenCL support is included in the latest NVIDIA GPU drivers, available at www.nvidia.com/drivers"
however do you mean any specific download on your link ? Like the OpenCL Multi Threads ?Regarding the Error i get i read some troubleshooting where it said
" - For NVidia owners: OpenCL implementation is under-efficient on some NVidia cards. Try to tweak your device parameters. If there is no significant improvements, you'll need a CUDA version of this program. "
i don't know if that is really the problem since it's in the tweaking trubleshooting
but i have now tried to get a hold of that CUDA version.and about the stagger it's the size of the CPU-Ram you want to use when plotting ? and not the VRAM ? right?
Regards
-
RE: Stuck at 60% with GPU plotterposted in Help & Support
@luxe I have read up and watched riskys video several times, but i keep getting the same error over and over again, but i can't find anywhere what it is or how to solve it !
And no im not trying to compile it myself, i just thought you had to go there to change your platform for windows and to change that you are using winx64, but i see now you make the setup in the .bet file ( gpuPlotGenerator setup) i see now that you shouldn't have to do that, but the error i get every time is " [ERROR][-36][CL_INVALID_COMMAND_QUEUE] Error in step2 kernel finish "
-
RE: Stuck at 60% with GPU plotterposted in Help & Support
Hello guys, i get this error [ ERROR][-36][CL_INVALID_COMMAND_QUEUE] Error in step2 kernel finish
i and pretty sure it because i don't get this part in the readme.
Modify the [PLATFORM] variable to one of [32] or [64] depending on the target platform.
Modify the [OPENCL_INCLUDE] and [OPENCL_LIB] variables of the Makefile to the correct path.
Example:OPENCL_INCLUDE = c:\AMDAPPSDK-2.9-1\include OPENCL_LIB = c:\AMDAPPSDK-2.9-1\lib\x86_64Run the following commands :
cd <this directory> make distThe [dist] folder contains all the necessary files to launch the GPU plotter.
I have Downloaded and installed msys/mingw. Same with OpenCL.
however i use Nvidia and not AMD, shouldn't i use some CUDA for that instead of OCL ?
I just don't understand where to find and modify [PLATFORM] , [OPENCL_INCLUDE] and [OPENCL_LIB]
and the [dist] folder is it something i can make in CMD when i have this files all setup?
/confused ;(