Author Topic: AMD OpenCL Momentum miner  (Read 350499 times)

0 Members and 1 Guest are viewing this topic.

Offline ro79dc20d

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #29 on: January 28, 2014, 03:16:15 am »
I had the same error I removed the Intel OpenCL SDK on one system, on the other in device manager show hidden devices and remove driver for Intel 4600 video driver.

You can confirm that the Intel OpenCL driver is installed by running cgminer -n

That solved my issue.

I get the following error ...

*****************************************************************************
** clpts - OpenCL PTS Pool Miner v0.7 RC2 <experimental>
** by NaN - based on ptsminer.
** If you like this software, please consider sending tips to: opencl.miner@gmai
l.com
** PTS:  PtLx9kDLTXtR1ae3u7naXLPeGjjHZ1PGoR
** BTC:  1AumJ5uzz1nuER7pBA6Bh4gNusaxhN85rc
** Your donations will encourage further optimization and development
**
** press CTRL+C to exit
*****************************************************************************
Vendor of used platform (#1 / 2): Advanced Micro Devices, Inc.
        Name of device #1 / 1 (deviceID 0): Tahiti


Vendor of platform #2 / 2: Intel(R) Corporation
error in gpuhash.h, line 131: Method clGetDeviceIDs(...) failed (errorcode -1)

Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #28 on: January 28, 2014, 03:12:38 am »
If it is Linux, this could indicate that there is no running Xserver. please always provide some info about the used catalyst driver and the operating system (32bit windows / 64bit windows / 64bit-linux)

In your case i think that the miner tries to get the devices of the intel opencl platform and perhaps fails because the intel opencl implementation does not support any of your devices (-1 means CL_DEVICE_NOT_FOUND). I need more information to decide that.

Offline krpetrov

  • Jr. Member
  • **
  • Posts: 43
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #27 on: January 28, 2014, 03:05:03 am »
I get the following error ...

*****************************************************************************
** clpts - OpenCL PTS Pool Miner v0.7 RC2 <experimental>
** by NaN - based on ptsminer.
** If you like this software, please consider sending tips to: opencl.miner@gmai
l.com
** PTS:  PtLx9kDLTXtR1ae3u7naXLPeGjjHZ1PGoR
** BTC:  1AumJ5uzz1nuER7pBA6Bh4gNusaxhN85rc
** Your donations will encourage further optimization and development
**
** press CTRL+C to exit
*****************************************************************************
Vendor of used platform (#1 / 2): Advanced Micro Devices, Inc.
        Name of device #1 / 1 (deviceID 0): Tahiti


Vendor of platform #2 / 2: Intel(R) Corporation
error in gpuhash.h, line 131: Method clGetDeviceIDs(...) failed (errorcode -1)

Offline duckproto

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #26 on: January 28, 2014, 12:44:27 am »
UPDATE 4: Windows binaries are released and the README is updated with some help. The 32bit-Windows binaries are not testet yet; thus feedback is appreciated. A bug for 5000 and 6000 series GPUs is fixed but the miner is still not optimized for those cards[/quote]

can't run two instances in windows - first instance gets 'cannot connect to server' when second instance starts.  unlike linux version, this can run both "0 1" cards @ 3800c/m using both cards.  can't run one instance as you get this eventually http://i.imgur.com/otoWQaJ.gif

heading back to ubuntu...
« Last Edit: January 28, 2014, 12:46:25 am by duckproto »

Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #25 on: January 27, 2014, 05:03:24 pm »
I'm working on a windows version and it will be released as soon as my toolchain for windows binaries works (likely today or tomorrow).
The miner can only connect to beeeeer.org at the moment but i plan to add additional pools.

Offline FredZ

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #24 on: January 27, 2014, 11:58:47 am »
I am very curious to test on Windows with 2X R9 290x.
Soon a Windows version?

It works with 1GH?

Thank you in advance.


Offline MrMeow

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #23 on: January 27, 2014, 03:50:41 am »
Ok...thanks for your time

Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #22 on: January 27, 2014, 03:40:15 am »
not enough memory. you need at least 1.25GB for the GPU. it is hopeless
« Last Edit: January 27, 2014, 03:43:28 am by NaN »

Offline MrMeow

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #21 on: January 27, 2014, 03:25:04 am »
Tried it with a newer PC with a newer APU and the latest drivers. Got the following:

*****************************************************************************
Vendor of used platform (#1 / 1): Advanced Micro Devices, Inc.
   Name of device #1 / 1 (deviceID 0): Devastator


spawning 1 worker thread(s)
[WORKER0] Hello, World!


Messages during compilation of program for device 'Devastator':

LOOP UNROLL: pragma unroll (line 160)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 112)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 174)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 167)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 221)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 284)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 112)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 291)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 112)
    Unrolled as requested!

error in gpuhash.cpp, line 99: Method clCreateBuffer(...) for binned_data failed (errorcode -61)



Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #20 on: January 27, 2014, 03:20:36 am »
the driver is very old.

Offline MrMeow

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #19 on: January 27, 2014, 03:00:05 am »
8.982  kernel-3.2.0-57-generic-x86_64


Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #18 on: January 27, 2014, 02:43:41 am »
well, it seems that you are trying to use your integrated graphics. this will not be very fast if it would work.
my compiler outputs binaries for BeaverCreek so at least compiling has to work for you. i guess this is a driver bug. in my opinion  drivers for APUs have a lot more bugs than the desktop drivers. which version of fglrx are you using?

Offline MrMeow

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #17 on: January 27, 2014, 02:19:30 am »
I'm getting the following error...Any ideas?

user@user:~/Downloads/clpts$ ./clpts PtLx9kDLTXtR1ae3u7naXLPeGjjHZ1PGoR 0
*****************************************************************************
** clpts - OpenCL PTS Pool Miner v0.7 RC2 <experimental>
** by NaN - based on ptsminer.
** If you like this software, please consider sending tips to: opencl.miner@gmail.com
** PTS:  PtLx9kDLTXtR1ae3u7naXLPeGjjHZ1PGoR
** BTC:  1AumJ5uzz1nuER7pBA6Bh4gNusaxhN85rc
** Your donations will encourage further optimization and development
**
** press CTRL+C to exit
*****************************************************************************
Vendor of used platform (#1 / 1): Advanced Micro Devices, Inc.
   Name of device #1 / 1 (deviceID 0): BeaverCreek


spawning 1 worker thread(s)
[WORKER0] Hello, World!


Error during compilation of program for device 'BeaverCreek':

Internal Error: cannot load bc application for linking
Error: Compilation from LLVMIR binary to IL text failed!

Offline duckproto

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #16 on: January 26, 2014, 11:53:21 pm »
ok, thanks. this is a little bit strange... i need to think about it.
@duckproto: the 270X has 4GB RAM, or? with 2GB two instances should not work

both the 290 and 270 have 4GB each.

http://i.imgur.com/ykrZRpL.png
« Last Edit: January 26, 2014, 11:57:33 pm by duckproto »

Offline NaN

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: fast AMD OpenCL PTS miner released
« Reply #15 on: January 26, 2014, 11:47:03 pm »
ok, thanks. this is a little bit strange... i need to think about it.
@duckproto: the 270X has 4GB RAM, or? with 2GB two instances should not work
« Last Edit: January 26, 2014, 11:51:46 pm by NaN »