Bitcoin Forum
May 03, 2024, 02:51:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cgminer - won't show temperature and ADL found less devices than opencl  (Read 386 times)
gsambolin (OP)
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
September 19, 2017, 06:06:18 PM
Last edit: September 25, 2017, 08:17:58 PM by gsambolin
 #1

Hello I am in need of assistance with my cgminer. During mining I noticed I was getting a warning message - ADL found less devices than opencl!

- Also cannot monitor GPU Temp and Fans that area is blank.  Most likely due to ADL and OPen CL mismatch
- I am trying to eliminate all my issues before I move on to other things and not sure if this is affecting my hash rate.  
- I have tried the --gpu-map command but no avail.
- User ID user here is for illustration purposes.
- I know this is not a mining rig but I am a noob and simply working my way up from the basement.
- Trying to supply as much info as I can.

Any insight as to what might be wrong? - Thanks in advance, these are the details

Software and computer
cgminer 3.7.2
OS = Windows 10 pro 64 bit
GPU = Nvidia GEforce GTX 1050ti

GPU usage with monitors
- I have two monitors plugged into the GPU
- One in the HDMI slot
- Once in the DVI-D slot
- Monitors are extended

Screen output from -n paramenter

 [2017-09-17 16:11:26] CL Platform 0 vendor: NVIDIA Corporation
 [2017-09-17 16:11:26] CL Platform 0 name: NVIDIA CUDA
 [2017-09-17 16:11:26] CL Platform 0 version: OpenCL 1.2 CUDA 9.0.163
 [2017-09-17 16:11:26] Platform 0 devices: 1
 [2017-09-17 16:11:26]  0       GeForce GTX 1050 Ti
 [2017-09-17 16:11:26] Failed to ADL_Adapter_ID_Get. Error -1
 [2017-09-17 16:11:26] Failed to ADL_Adapter_ID_Get. Error -1
 [2017-09-17 16:11:26] Failed to ADL_Adapter_ID_Get. Error -1
 [2017-09-17 16:11:26] Failed to ADL_Adapter_ID_Get. Error -1
 [2017-09-17 16:11:26] ADL found less devices than opencl!
 [2017-09-17 16:11:26] There is possibly more than one display attached to a GPU
 [2017-09-17 16:11:26] Use the gpu map feature to reliably map OpenCL to ADL
 [2017-09-17 16:11:26] WARNING: Number of OpenCL and ADL devices did not match!
 [2017-09-17 16:11:26] Hardware monitoring may NOT match up with devices!
 [2017-09-17 16:11:26] 1 GPU devices max detected
 [2017-09-17 16:11:26] USB all: found 12 devices - listing known devices
 [2017-09-17 16:11:26] No known USB devices
Press any key to continue . . .


cgminer command within batch file ran as administrator


cgminer --scrypt --default-config cgminer_hashtocoins.conf -o stratum+tcp://hash-to-coins.com:3333 -u user.gpu01 -p 1234 --no-submit-stale --auto-fan --auto-gpu -d 0  -n

GPU is running OpenCL and GPU has latest drivers -  22.21.13.8541 - cannot post image due to ranking

For what it is worth I am posting the config file here as well

{
"pools" : [
   {
      "url" : "stratum+tcp://hash-to-coins.com:3333",
      "user" : "user.gpu01",
      "pass" : "1234"
   },
      {
      "url" : "stratum+tcp://coincave.nl:3800",
      "user" : "user.gpu01",
      "pass" : "1234"
   },
   {
      "url" : "stratum+tcp://us-east.multipool.us:7777",
      "user" : "yourworker.2",
      "pass" : "password"
   },
   {
      "url" : "stratum+tcp://us-east.multipool.us:7777",
      "user" : "yourworker.3",
      "pass" : "password"
   },
   {
      "url" : "stratum+tcp://us-west.multipool.us:7777",
      "user" : "yourworker.4",
      "pass" : "password"
   }
]
,
"intensity" : "16",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "85",
"temp-target" : "65",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Screen output when running


 cgminer version 3.7.2 - Started: [2017-09-17 17:03:42]
--------------------------------------------------------------------------------
 (5s):82.53K (avg):84.91Kh/s | A:64  R:0  HW:0  WU:67.4/m
 ST: 2  SS: 1  NB: 3  LW: 18  GF: 0  RF: 0
 Connected to hash-to-coins.com diff 4 with stratum as user Digidigm.gpu01
 Block: 2e1da377...  Diff:3.12K  Started: [17:04:27]  Best share: 70
--------------------------------------------------------------------------------
Pool management GPU management Settings Display options Quit
GPU 0:                | 90.16K/87.03Kh/s | A:68 R:0 HW:0 WU: 70.0/m I:16
--------------------------------------------------------------------------------

 [2017-09-17 17:03:41] Started cgminer 3.7.2
 [2017-09-17 17:03:41] Loaded configuration file cgminer_hashtocoins.conf
 [2017-09-17 17:03:41] ADL found less devices than opencl!
 [2017-09-17 17:03:41] There is possibly more than one display attached to a GPU
 [2017-09-17 17:03:41] Use the gpu map feature to reliably map OpenCL to ADL
 [2017-09-17 17:03:41] WARNING: Number of OpenCL and ADL devices did not match!
 [2017-09-17 17:03:41] Hardware monitoring may NOT match up with devices!
 [2017-09-17 17:03:41] Probing for an alive pool
 [2017-09-17 17:03:41] Pool 3 difficulty changed to 8192
 [2017-09-17 17:03:41] Pool 4 difficulty changed to 8192
 [2017-09-17 17:03:41] Pool 5 difficulty changed to 8192
 [2017-09-17 17:03:41] Switching to pool 1 stratum+tcp://hash-to-coins.com:3333 - first alive pool
 [2017-09-17 17:03:41] Pool 1 difficulty changed to 1024
 [2017-09-17 17:03:41] Pool 0 stratum+tcp://hash-to-coins.com:3333 alive, testing stability
 [2017-09-17 17:03:41] Pool 0 difficulty changed to 1024
 [2017-09-17 17:03:41] Switching to pool 0 stratum+tcp://hash-to-coins.com:3333
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!