Message boards : Graphics cards (GPUs) : BOINC 6.6.27 is out
Author | Message |
---|---|
Some more scheduling changes in this one. Changes for 6.6.27 ____________ BOINC blog | |
ID: 9321 | Rating: 0 | rate: / Reply Quote | |
Don't bother guys. It doesn't work. | |
ID: 9324 | Rating: 0 | rate: / Reply Quote | |
Don't bother guys. It doesn't work. Will be fixed in the next version ;) | |
ID: 9326 | Rating: 0 | rate: / Reply Quote | |
Don't bother guys. It doesn't work. Always will be.... | |
ID: 9327 | Rating: 0 | rate: / Reply Quote | |
Don't bother guys. It doesn't work. Dr. A says he might have a fix checked in. If He does it does not show up in the repository anyplace I can find it. THe last fix entered into Trunk breaks cpu_scheduler.cpp and I posted a note about it. SOmehow removing a definition of a variable prevents compilation. Looking at the latest changes it is worse ... sigh ... That is I did find the latest changes and it is worse. The good news is that he has completely managed to avoid the one line fix I suggested for a complete rewrite of the logic, again ... | |
ID: 9328 | Rating: 0 | rate: / Reply Quote | |
Changes for 6.6.27 | |
ID: 9330 | Rating: 0 | rate: / Reply Quote | |
Changes for 6.6.27 And I thought it was 64k between them. Geez they make life hard for themselves... ____________ BOINC blog | |
ID: 9332 | Rating: 0 | rate: / Reply Quote | |
Yes, well, now I am told that 1/0.7 is 1.42 ... which is true ... but when I went to math class I could have sworn that 130% of something was found by multiplying it by 1.3 ... | |
ID: 9337 | Rating: 0 | rate: / Reply Quote | |
Are they making fun of you? Telling you how the rules of math have changed since you visited this establishment? | |
ID: 9345 | Rating: 0 | rate: / Reply Quote | |
Are they making fun of you? Telling you how the rules of math have changed since you visited this establishment? More trying desperately to avoid the situation where someone has to admit that I might be correct about something, anything, no matter how small. That cannot be tolerated publicly... Well, here is the thread: Me: In the change set 17987 there is a new "loose" definition which is 1.4 Reply: Those numbers are approximations to sqrt(2) and 1/sqrt(2) respectively. Me: Well, if I read the notes correctly the range was intended to be 30%, Reply: 1/0.7 is 1.42 Me: Yes, and somehow that is related to the square root of two. Someone Reply: How about : Me: I imagine so, 70% of 140% is close ... Reply: Should IsEquivalent( x, y) return the same result as IsEquivalent(y,x)? If For anyone that thinks that I exaggerate for effect, here is a thread where at least two people are trying to tell me down is up, and up is sideways all to avoid the possibility of admitting that I might have been right about even the smallest little detail. The BOINC Alpha mailing list is open if you want to validate the accuracy of my reporting. I would even wager, no, not googled and you have to snake about to get to the mailing lists, but doable if you persevere. I don't know why they can't agree, make the change and move on ... this not something that I would start a victory dance over. Heck, all I want is for BOINC to work, and work well ... the fact that I point out its flaws is only so that they can be fixed. Just like here, I point to the tasks that are a problem, not to get accolades or to find fault, but that the project can improve. I do it for any number of alpha class projects ... Heck, I even had a civil discussion over at Aqua that if their tasks go to 100+ hours per why I would stop contributing if they don't use trickle reporting. They did go there, they didn't start using trickles and I stopped contributing. Do that here, and likely I will rinse and repeat ... :) | |
ID: 9356 | Rating: 0 | rate: / Reply Quote | |
Paul, | |
ID: 9378 | Rating: 0 | rate: / Reply Quote | |
For the record...I am on your side as I firmly think that the BOINC developers really don't care for critical input, especially yours which is always worth considering and mostly correct. If it were just me one could just smile and move on. But, it is pretty endemic. I am not sure how to get into good graces, but there are few that seem to be able to have their input considered. I know that there can be other chit-chat that I am not privy to that may be seriously considering what I am saying, or others are saying, but, the public discussions are always such that it does not seem so. WOrse, is that the actions are such that few of these external ideas are allowed into the code base ... That said, in this case, they are correct. The logic that you are using would work if we are dealing with a completely symmetrical system. Proportions (percentages, odds, etc.) are, however, asymmetrical because of differential bounding. One cannot have negative proportions since proportions are bounded by zero, but in the positive direction, the bound is infinity. A simple example can demonstrate how this works: If we were near one of those limits I would agree. For example there is a hard limit at 0 that we cannot cross in this instance. But when we start with a positive value and then say we want a margin plus or minus around that positive value and that margin is less than 100%, we will not cross the zero boundary. Assume 512mb of memory. A 30% lower bound would equal 512 multiplied by 0.7 = 358.4. But to get the same bound when starting from 358.4, one cannot multiply by 1.3 (yields about 465), but rather one must multiply by the 1.42 (rounded) figure which will yield the 512 needed. And here I think you are making the same mistake JM VII did but in the other direction ... 70% of 140% is what he suggested. You are doing 142% of 70% going in the opposite direction. Trust me on this, as an guy that spent 30+ years in electronics engineering and electronics maintenance I am well aware of tolerances and how they SHOULD be calculated. You do not calculate the upper bound from the lower bound any more than you calculate the lower bound from the upper. You calculate both from the center value. In this case 512 M ... And a plus 30% margin means you find 30% of 512 and add it to 512 (1.3 * 512) ... a 30% minus margin means you find 30% of 512 and subtract it from 512 (0.7 * 512) ... what the relationship of the lower bound is to the upper bound is irrelevant to this discussion. THe question is what is the + or - AROUND the central value, in this case 512M ... But the discussion is moot, Dr. Anderson is not going to make the change, if for no other reason than that I suggested it. So we have a plus tolerance of 40% and a minus tolerance of 30% ... fundamentally it really makes little practical difference other than the fact that the comment does not match the code and that they do not use a common single factor to set the tolerance so that the value can be changed in a single place. In fact the whole use of multipliers is not correct. It should be TOL= x * tolerance percentage and then if y + TOL and if y - TOL to be perfectly correct. But I do see your point, if you swap viewpoints is card 2 within 30% of card 1 and is card 1 in 140% of card 2 ... but that is not supposed to be the question. It is supposed to be is card 2 in plus or minus of card 1 ... | |
ID: 9397 | Rating: 0 | rate: / Reply Quote | |
...But I do see your point, if you swap viewpoints is card 2 within 30% of card 1 and is card 1 in 140% of card 2 ... but that is not supposed to be the question. It is supposed to be is card 2 in plus or minus of card 1 ... Well, the limit does not really matter here, since it is a basic mathematical property, but you have "hit the nail on the head" in that the question being solved has not clearly been stated. If clearly stated, then all of the above is wrong. Given a finite set of cards in any given machine (and especially the 2 card scenario being used as an example), there is never a need to calculate an upper bound. One should simply take the card with highest value (say the 512mb card) and calculate the 70% lower bound to see if the second card has less than that threshold. If not less, it is necessarily within the 30%. All of this ignores the issues when attempting to use 3 or more cards. If one had three cards such that each has different memory (say 9600GSO's with 384mb, 512mb, and 1GB--the first would have 96 shaders, the other two would have 48 shaders each), the current logic would exclude the 384mb card despite the fact that it is the best cruncher of the three. Even the 2 card scenario could produce equally ridiculous logic (e.g., a 512mb 9800GT being excluded when a 1GB 9800GT is added to the system, etc.). Basically, (as you and others have stated in various forms previously) this is really just a dumb idea. | |
ID: 9479 | Rating: 0 | rate: / Reply Quote | |
All of this ignores the issues when attempting to use 3 or more cards. If one had three cards such that each has different memory (say 9600GSO's with 384mb, 512mb, and 1GB--the first would have 96 shaders, the other two would have 48 shaders each), the current logic would exclude the 384mb card despite the fact that it is the best cruncher of the three. Even the 2 card scenario could produce equally ridiculous logic (e.g., a 512mb 9800GT being excluded when a 1GB 9800GT is added to the system, etc.). More importantly it begs the question of scheduling work on the cards. In one scenario the system would, as it does now, blindly assign the tasks to the cards and let the chips fall where they may. A smarter way would be to test to see if the work could be completed if it were run on the cards in a sequence, 30% on the slowest card, then 30% on the next card up and so on... or if there are two projects if the cards could be usefully allocated better to support the individual projects. Currently SaH and GPU Grid, again, here the consideration would be to run GPU Grid as much as possible on the "faster" and more capable cards and SaH on the slower and less capable. OF course, we are not, as far as i can tell, considering this as an option. Even as I consider a new system which will probably be an i7 I have and ATI GPU and 9800GT cards in the systems to retire. And in the Q9300 a GTX280 ... which I could pull because that MB only supports one GPU to become the home for the ATI card. The new i7 I will probably try to get 1-3 GTX295 cards meaning I could still find myself using the GTX280 and 9800 GT for some little time in the new system until I can get a total of 4 GTX 295 cards. Rinse and repeat for the next system that will replace the Q9300 ... though now I would be considering getting ATI GPUs to fill out the dance card ... :) But, that is the point. GPUs are going to be a non-orthogonal computing resource and we need to adapt to that fact. | |
ID: 9498 | Rating: 0 | rate: / Reply Quote | |
but you have "hit the nail on the head" in that the question being solved has not clearly been stated. I'd put it this way: their method answers a question which was not being asked (by the comment). Really, it would almost be funny, if it wouldn't affect us all: I easily got Pauls point, but they didn't seem to. They kept explaining their idea, which I didn't get until Scott explained it easily: Assume 512mb of memory. A 30% lower bound would equal 512 multiplied by 0.7 = 358.4. But to get the same bound when starting from 358.4, one cannot multiply by 1.3 (yields about 465), but rather one must multiply by the 1.42 (rounded) figure which will yield the 512 needed. Didn't they realize that this does not match the comment? Or if they think so, that it likely will be misunderstood? It's.. strange. How can communication be so bad? Basically, (as you and others have stated in various forms previously) this is really just a dumb idea. Definitely! The world of Co-processors is going to be much too diverse for such stupid and restrictive rules. Projects have to define which kind of computing ressource they need and the BOINC clients have to understand this and have to figure out which of their co-processors are useful for which project. Taking speed into account would make things quite complicated.. I don't think we can get around some manual settings here. (e.g. "my NV GPU is not allowed to run MW, because its performance sucks there, but the ATI is fine") MrS ____________ Scanning for our furry friends since Jan 2002 | |
ID: 9550 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : BOINC 6.6.27 is out