PCI express risers to use multiple GPUs on one motherboard - not detecting card?

Message boards : GPUs : PCI express risers to use multiple GPUs on one motherboard - not detecting card?
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 3 · 4 · 5 · 6 · 7 · 8 · 9 . . . 20 · Next

AuthorMessage
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 95301 - Posted: 18 Jan 2020, 22:23:02 UTC - in response to Message 95292.  

Why do they have the 5 second limit? Is it a real limitation of the GPU, or a silly decision made by the CUDA inventors? and why can't everything be stored in GPU memory, with just calls by the CPU for the GPU to access it? I thought that was the whole point of a GPU having memory on board, so it didn't have to access main RAM and a) get in the way of the CPU trying to use it for something else, and b) wait on bus transfers.
Googling around (an exercise I suggest you try sometime), it seems that the execution limit is applied by the operating system, and only applies to GPUs with video output ports. Perhaps it's the working limit that the operating system 'look and feel' developers think that a human being is prepared to watch the eggtimer (or modern equivalent) while her search results load. I don't know.

The 5-second limit doesn't appear to apply to Tesla-class professional GPUs without video outputs, or presumably to coin mining frivolities - though I think you have to use the professional drivers to get that benefit. But since BOINC is designed to be used on volunteers' home computers with - presumably - screens attached, it's a moot point.
ID: 95301 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95304 - Posted: 18 Jan 2020, 22:39:28 UTC - in response to Message 95299.  
Last modified: 18 Jan 2020, 22:40:16 UTC

But if you run two tasks on the GPU, the data requirement of each task is halved, as they are running slower.


the requirement is not halved. the available bandwidth is halved. and the WU runs slower as a consequence. the whole idea is to NOT slow down the WU, to do that you need to provide enough resources so as to not bottleneck it.

Then they really should launch it mainstream.


launch what mainstream? the app is available to anyone with Linux and a capable GPU and running SETI. the source code is also available, but its unlikely to be useful to anyone trying to port it to another project doing totally different science and calculations. This is the square peg in a round hole kind of situation.

AMD GPUs do not have CUDA so they cannot be used.
The app was written for Linux and has not been ported for Windows (lack of Windows CUDA developers)
The app makes use of certain techniques that require CC 5.0 or greater, so you need a Maxwell or better card.

The app only works for seti, and the techniques used are probably only really applicable to other forms of signals analysis.

I don't suppose it's possible to force PCI Express 1.0 if I have a long cable that can't manage 3.0?

you can enforce PCIe 1.0 in the BIOS if the option is available. hard to say on such an old motherboard. just look for settings regarding the PCIe slots. but you shouldnt have any issue on your current hardware since none of the slots are PCIe 3.0 anyway.

I thought it was a whole new app, not just a command or configuration you typed in.

in terms of the app that I am running personally, it is the CUDA specially optimized application combined with a single command line parameter for it.

however seti also has OpenCL stock applications, and you can optimize those further with command line options for them. you may have options available to use for your apps in a similar fashion. you just need to ask the guys over on those projects.
ID: 95304 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95305 - Posted: 18 Jan 2020, 22:46:32 UTC - in response to Message 95300.  

No publishable pictures?! Then I guess it's something dodgy it's doing. The US government hacking into everyone's emails?


LOL, I think if you inspect his profile a little closer you will find he's on the same side of the pond that you are on ;)

my guess is probably some form of AI/machine learning. or simulations like weather or space-related modelling.
ID: 95305 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95308 - Posted: 18 Jan 2020, 22:56:24 UTC - in response to Message 95306.  
Last modified: 18 Jan 2020, 22:59:17 UTC

I don't see anywhere that said top secret other than your post. but companies certainly have the right to protect their IP from competitors in any way they wish, which is more likely the case. just because you build something, doesn't mean you have to tell everyone how you did it.

companies working on AI/ML are all secretive of their work and technologies. especially since that sector is in a huge boom right now. everyone want's to be the first to have the next great AI technology they can sell or put into a product they can sell. if they told eveyone exactly what they were doing, someone could just steal their work, claim it as their own, and beat them to market.
ID: 95308 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 95310 - Posted: 18 Jan 2020, 23:05:15 UTC - in response to Message 95303.  

But the rig in question here has no monitor. I can plug one in while setting things up for troubleshooting, but usually it's easier to access it remotely. Boinctasks to control Boinc and Remote Utilities for accessing Windows (the built in Windows remote program shuts off the GPU!) So would the limit still apply?
The general principle of BOINC is that all science apps are generally written to be downloaded and run on general-purpose, consumer grade electronics. Some projects have a particular 'need for speed' and may recommend minimum limits, but SETI - since we've mentioned it already - is designed to be accessible to all-comers and their kit (hence the extremely long deadlines).

If, against the whole spirit of BOINC, you choose to build your own supercomputer for bragging rights - you have to develop your own super-software to run on it. As the GPU User Group have done at SETI. Both BOINC and SETI - and some other projects as well - have published their canonical source code under the GPL, and (provided you comply with the licence terms under GPL) you are free to grab it and use it. Remembering that your scientific results will only be accepted and recognised if they pass the quality-control verification provided by validation.
ID: 95310 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95313 - Posted: 18 Jan 2020, 23:15:27 UTC - in response to Message 95309.  

I meant run it without you having to choose to do so manually. So anyone who happens to have Linux and the right kind of card gets given that app, without having to know it exists or be capable and willing to play around with it.

that's a question for the SETI project scientists *shrug*. they have been aware of the app for a long time, but as of yet, they have decided against providing it on SETI main for distribution for unknown reasons.

Any other projects doing similar analysis? Or is SETI unique in doing those sort of calculations?

don't know

I'll ask. Although quite why don't they come preoptimized?

that's a question for the developers of the apps on those projects. but if they are anything like SETI, its probably because different hardware requires different optimization. so they push out an app that can run OK on almost all hardware, and for the people that want to mess with it, they can apply the specific optimizations needed to take full advantage of their hardware. an RTX 2080ti could use much more aggressive tuning than say a GT 1030, just as an example. it doesnt make sense to try to provision the apps for every possible hardware combination, or even have a ton of different apps for different hardware combinations. much simpler to have a single app that can be tweaked in many different ways.
ID: 95313 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95314 - Posted: 18 Jan 2020, 23:18:34 UTC - in response to Message 95312.  

It's not "bragging rights" I do it for, way too much money goes into the electricity for that, I can't believe anyone would build an expensive power hungry machine just to say "Ha! I got more credits than you this week!". I do it to benefit science. And to have fun with computers along the way.

some people do it for all three of those reasons :) they are not mutually exclusive
ID: 95314 · Report as offensive
Ian&Steve C.

Send message
Joined: 24 Dec 19
Posts: 228
United States
Message 95317 - Posted: 18 Jan 2020, 23:31:51 UTC - in response to Message 95315.  

I assume it produces good results or yours wouldn't get validated. Do you have to do a lot of testing and fiddling about to make sure they validate? If so, that would be a reason not to hand it out to people who don't fiddle.

yes it produces valid results. most of the testing is done by the author of the application before it is released to everyone else. the last few releases have only gotten better and produced less and less invalid results. the app as it stands is just as accurate as any of the other apps in my opinion. its just a whole lot faster if you have the correct GPU and Operating System.

Yes, but wouldn't it be fairly simple to have a list of optimisations, and use the correct one automatically after detecting what card you have etc?

if it were simple, the app developers would have done that. you're welcome to try to program in the thousands of different hardware combinations and the exact right optimizations for each one if you think it's easy. in most cases, the user has to play with the available options to discover the set of optimizations that works best for their system.

also most of the apps are probably being written by project scientists who 1. are probably not software developers as their main subject of expertise, and 2. who care more about the result being RIGHT than being FAST, so once they get an app produced that gives them correct results, they probably don't want to waste too much time further developing the app to be more efficient. this is how the most efficient apps at SETI came from volunteer work.
ID: 95317 · Report as offensive
Profile Joseph Stateson
Volunteer tester
Avatar

Send message
Joined: 27 Jun 08
Posts: 641
United States
Message 95320 - Posted: 19 Jan 2020, 1:23:11 UTC - in response to Message 95319.  

Well, there are no publishable pictures of the complete beast. Indeed the complete beast is very boring to look at, just a large box with power, data and cooling connections.
Initially a small system was tested using RTX2080 to give an idea of what feeders were going to be needed. Next tests were with earlier Quadro which left the RTX2080 behind, after six months (and some mods to the cooling) the RTX8000 were installed, and they are a step up again. The trouble with bench marks and specs is they don't always reflect what happens in real life under very high stress.

Being a totally air-cooled system the GPUs were obtained without their fans, etc. blast air at ~4C keeps everything in check.

But we digress.


I dare you to run Boinc on it, just for a day.


Some Russian scientist tried something similar on their own "super beast" It did not go well
ID: 95320 · Report as offensive
Previous · 1 . . . 3 · 4 · 5 · 6 · 7 · 8 · 9 . . . 20 · Next

Message boards : GPUs : PCI express risers to use multiple GPUs on one motherboard - not detecting card?

Copyright © 2024 University of California.
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.