Bitcoin Forum
July 16, 2024, 03:32:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: One RX470 4GB runs slower than the rest  (Read 136 times)
chiwalfrm (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
November 09, 2017, 05:59:26 PM
 #1

Mining ETH on Ubuntu 16.04.3 LTS. I noticed one of the four GPU's hashes much slower than the other three.
Doing the following command (as root) shows why.

# cat /sys/kernel/debug/dri/*/amdgpu_pm_info | grep -i sclk | cat -n
                         1          898 MHz (SCLK)
                         2          1130 MHz (SCLK)
                         3          1130 MHz (SCLK)
                         4          1130 MHz (SCLK)       

The core clock is running at only 898 MHz vs the normal 1130. Now I check memory clock.

# cat /sys/kernel/debug/dri/*/amdgpu_pm_info | grep -i mclk | cat -n
     1          2000 MHz (MCLK)
     2          2000 MHz (MCLK)
     3          2000 MHz (MCLK)
     4          2000 MHz (MCLK)

And everything is as expected at 2000 MHz.

All GPU's are identical RX470 4GB running the exact same BIOS. Why would identical cards with identical BIOS have one odd one with slow core clock?
Temperatures are all normal for all four at 63 degrees C.

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!