Trying to GPU plot
-
First thing tomorrow morning I'll check it ;)
I wrote an issue on github I hope the developer will reply.
Trying to use this gpu plotter is getting a complicated matter @_@. .
-
@iKnow0
Yes I have 64 bits
-
for devices.txt try
0 0 4096 128 8192 (if screen freezes or crashes drivers decrease 8192 to 4096)this is the numbers for your card (4096 = 4GB RAM)
considering your logged error you should see about this:Install the build-essential and g++ packets. Install OpenCL (available in the manufacturer SDKs). You may have to install the opencl headers ([apt-get install opencl-headers] on Ubuntu). 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 = /opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64 Run the following commands : cd <this directory> make dist The [dist] folder contains all the necessary files to launch the GPU plotter.this is from readme file on building with linux, you might have build for a wrong platform.
-
@iKnow0 New error
[ERROR][-1001][CL_UNKNOWN] Unable to retrieve the OpenCL platforms number
I'm getting crazy!!!
-
@ccminer check how your card appears on a system
List platforms
This command lists and describes the OpenCL platforms on your system. Each platform contains one or more devices
that can be used by the generation process.Example usage:
./gpuPlotGenerator listPlatformsList devices
This command lists and describes the OpenCL devices for a specific platform.
Example usage:
./gpuPlotGenerator listDevices 0
-
Thank you for your help I'm working with the developer on github.
If we will be able to sove I'll write a post to explain how I did step by step.Now I get this error
[ERROR] std::bad_allocI hope we are close by a solution
-
@ccminer Ok it started!!!!
-
@ccminer glad it works :)
-
@LithStud even if the max stagger size is 10 gb I don't like I would like to increase!
suggestions?
-
@ccminer what do you mean?
-
-
@ccminer and why is that a problem for you? file still gonna be one
EDIT: you have huge problem here, just noticed it doesnt divide.
3815000 / 114450 = 33.33333333 <- that Bad, it must divide into nice number (say just 33)
-
@LithStud You are right thx
