mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing > GpuOwl

Reply
Thread Tools
Old 2019-04-14, 14:36   #1090
SELROC
 

1,031 Posts
Default

Quote:
Originally Posted by preda View Post
Warning for ROCm users: refrain from upgrading to recently-released ROCm 2.3, there is a 5% perf degradation. https://github.com/RadeonOpenCompute/ROCm/issues/766

I regret it is too late :-)


how did you notice the regression ?
  Reply With Quote
Old 2019-04-14, 20:51   #1091
preda
 
preda's Avatar
 
"Mihai Preda"
Apr 2015

3·457 Posts
Default

Quote:
Originally Posted by SELROC View Post
I regret it is too late :-)


how did you notice the regression ?
From the timing information displayed, which jumped up right after upgrade. I downgraded, and the timing recovered.
preda is offline   Reply With Quote
Old 2019-04-15, 16:41   #1092
SELROC
 

100011001010002 Posts
Default

Quote:
Originally Posted by preda View Post
From the timing information displayed, which jumped up right after upgrade. I downgraded, and the timing recovered.

which kernel are you using ?


I have downgraded ROCm but the timing is the same, I am using kernel 5.0.0
  Reply With Quote
Old 2019-04-15, 20:53   #1093
preda
 
preda's Avatar
 
"Mihai Preda"
Apr 2015

3·457 Posts
Default

Quote:
Originally Posted by SELROC View Post
which kernel are you using ?


I have downgraded ROCm but the timing is the same, I am using kernel 5.0.0
I'm using kernel 5.0.7, but it shouldn't have much impact on performance.

I could downgrade to ROCm 2.2 by using this in /etc/apt/sources.list.d:
deb [arch=amd64] http://repo.radeon.com/rocm/apt/2.2/ xenial main
preda is offline   Reply With Quote
Old 2019-04-16, 05:23   #1094
SELROC
 

24·7·71 Posts
Default

Quote:
Originally Posted by preda View Post
I'm using kernel 5.0.7, but it shouldn't have much impact on performance.

I could downgrade to ROCm 2.2 by using this in /etc/apt/sources.list.d:
deb [arch=amd64] http://repo.radeon.com/rocm/apt/2.2/ xenial main

where did you find the 5.0.7 ?
  Reply With Quote
Old 2019-04-16, 09:39   #1095
M344587487
 
M344587487's Avatar
 
"Composite as Heck"
Oct 2017

82810 Posts
Default

Quote:
Originally Posted by SELROC View Post
where did you find the 5.0.7 ?
On Ubuntu the easiest way is to use ukuu or install from .deb files here: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.7/


Going the .deb route you need to download all the amd64 .deb files that don't say low latency, then do dpkg -i *.deb and restart the PC. You'd need to apply any custom kernel parameters again if you use any, the new kernel should be the default but assuming you're using grub you can select an older kernel on boot if desired as they're still installed unless you uninstall them.


edit: I recommend ukuu but you do need to add a ppa to install it which can be found with a search.

Last fiddled with by M344587487 on 2019-04-16 at 09:41
M344587487 is offline   Reply With Quote
Old 2019-04-16, 09:54   #1096
SELROC
 

3×421 Posts
Default

Quote:
Originally Posted by M344587487 View Post
On Ubuntu the easiest way is to use ukuu or install from .deb files here: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.7/


Going the .deb route you need to download all the amd64 .deb files that don't say low latency, then do dpkg -i *.deb and restart the PC. You'd need to apply any custom kernel parameters again if you use any, the new kernel should be the default but assuming you're using grub you can select an older kernel on boot if desired as they're still installed unless you uninstall them.


edit: I recommend ukuu but you do need to add a ppa to install it which can be found with a search.



That wasn't necessary, I know how to install .deb packages.


Ukuu has become a For-Pay product, and it is a graphical tool, not useful for me.


https://github.com/teejee2008/ukuu

Last fiddled with by SELROC on 2019-04-16 at 09:56
  Reply With Quote
Old 2019-04-16, 10:11   #1097
M344587487
 
M344587487's Avatar
 
"Composite as Heck"
Oct 2017

33C16 Posts
Default

Quote:
Originally Posted by SELROC View Post
That wasn't necessary, I know how to install .deb packages.
I try to assume nothing to be as clear as possible. Taken a step further should I have assumed you knew not to use the low latency debs?

Quote:
Originally Posted by SELROC View Post
Ukuu has become a For-Pay product, and it is a graphical tool, not useful for me.


https://github.com/teejee2008/ukuu
There is an element that is a paid product but the core functionality is free. It has a commandline element, never seen the GUI.
M344587487 is offline   Reply With Quote
Old 2019-04-16, 10:15   #1098
SELROC
 

214548 Posts
Default

Quote:
Originally Posted by M344587487 View Post
I try to assume nothing to be as clear as possible. Taken a step further should I have assumed you knew not to use the low latency debs?

There is an element that is a paid product but the core functionality is free. It has a commandline element, never seen the GUI.

Nice to know, thanks for the info.
  Reply With Quote
Old 2019-04-18, 05:40   #1099
SELROC
 

259010 Posts
Default

Quote:
Originally Posted by SELROC View Post
I must note that the error (zero residue) has appeared for the first time to me with the radeon VII.

Another 6 days passed and only got an EE on the first day (not the same error as the residue was not 0000...), after that no error until now.
  Reply With Quote
Old 2019-04-18, 12:16   #1100
SELROC
 

10110100010012 Posts
Default

Quote:
Originally Posted by SELROC View Post
Another 6 days passed and only got an EE on the first day (not the same error as the residue was not 0000...), after that no error until now.

Well, I meant no error yet. Life is fantastic with a Radeon VII.
  Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
GPUOWL AMD Windows OpenCL issues xx005fs GpuOwl 0 2019-07-26 21:37
Testing an expression for primality 1260 Software 17 2015-08-28 01:35
Testing Mersenne cofactors for primality? CRGreathouse Computer Science & Computational Number Theory 18 2013-06-08 19:12
Primality-testing program with multiple types of moduli (PFGW-related) Unregistered Information & Answers 4 2006-10-04 22:38

All times are UTC. The time now is 21:15.


Fri Aug 6 21:15:17 UTC 2021 up 14 days, 15:44, 1 user, load averages: 2.58, 2.53, 2.52

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.