Error:
[15:00:44] Setting up GPU(s).
[15:00:44] Error -1 when calling clGetDeviceIDs for number of devices.
Makefile edits:
LD = gcc
OPT = -O2 -s -I/opt/AMDAPPSDK-3.0/include -L/opt/AMDAPPSDK-3.0/lib -L/opt/amdgpu-pro/lib/x86_64-linux-gnu
CFLAGS = -D_POSIX_SOURCE -D_GNU_SOURCE $(OPT) -c -std=c11
LDFLAGS = -DPTW32_STATIC_LIB $(OPT)
LIBS = -ljansson -lOpenCL -lpthread -ldl -L/opt/AMDAPPSDK-3.0/lib/x86_64/
XMR devices:
"index": 0,
"corefreq": 500,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 640,
"worksize": 16
},
{
"index": -1,
"threads": 2,
"rawintensity": 16,
"worksize": 16
}
LSPCI:
06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cayman XT [Radeon HD 6970] [1002:6718]
Misc Versions:
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
amdgpu-pro-16.40-348864.tar.xz
AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
Any help or suggestions will be greatly appreciated!