Trying to GPU plot
-
@ccminer try 0 0 512 128 8192
-
@iKnow0 said in Trying to GPU plot:
@ccminer try these values 0 0 12288 192 8192
with these parameters I get error -61
with these
0 0 1010 128 8192I start to get the new error
-
@iKnow0 said in Trying to GPU plot:
@ccminer try 0 0 512 128 8192
with these error -11
[ERROR][-11][CL_BUILD_PROGRAM_FAILURE] Unable to build the OpenCL program AMDGPUMCInstLower::lower - Pseudo instruction doesn't have a target-specific version: 174
-
@ccminer what command line are you using to plot
-
@iKnow0
I'm on ubuntu 16.10./gpuPlotGenerator generate buffer /media/ziomar/Maxtor/test_gpu_plot/10901550065498858982_0_3815000_381500
-
@ccminer use 0 0 12288 192 8192 and change the last number of the command line to 3815
-
@iKnow0
Nope back to -61 error
-
@ccminer change the last two numbers to 4096
-
@ccminer -61 error relates to the stagger size
-
@iKnow0
-61 is solved we have to solve -11
-
@ccminer not sure if this will help you any http://stackoverflow.com/questions/9464190/error-code-11-what-are-all-possible-reasons-of-getting-error-cl-build-prog
-
@ccminer i have not seen the -11 error ever before
-
@iKnow0
I'll study it tomorrow thank you for your time and I'll keep you updated!
-
@ccminer ok, no worries
-
@ccminer you are using 64 bit java?
-
@iKnow0 I have to check why?
-
@ccminer the GPU plotter only works with 64bit java as far as i know.
-
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.

