search for: laundry

Displaying 20 results from an estimated 48 matches for "laundry".

Did you mean: landry
2012 Feb 08
2
[LLVMdev] SelectionDAG scalarizes vector operations.
...he generated vector code. Maybe we should report our >> findings in bug reports, so that we could share the work and discuss >> possible findings. I also plan to fill a few bug reports with >> suboptimal code. > > That's a good idea. I confess that I don't have a laundry list at-hand. > These were fixes I made two years ago. I'll have to do a giant diff > against the upstream LLVM. :) > > But yes, I fully intend to send these fixes up. Would it make sense to start something like a lib/Target/README-Vectors.txt file with a collection of small exa...
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
...the > quality of the generated vector code. Maybe we should report our > findings in bug reports, so that we could share the work and discuss > possible findings. I also plan to fill a few bug reports with > suboptimal code. That's a good idea. I confess that I don't have a laundry list at-hand. These were fixes I made two years ago. I'll have to do a giant diff against the upstream LLVM. :) But yes, I fully intend to send these fixes up. -Dave
2013 Dec 13
3
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’...
2013 Dec 13
0
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
On 12/13/13 01:58 PM, Bill Wendling wrote: > That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’...
2012 Feb 08
3
[LLVMdev] SelectionDAG scalarizes vector operations.
Hi David! I'd be interested in hearing about the places that you had to fix. It seems like there is a number of people who are starting to look at the quality of the generated vector code. Maybe we should report our findings in bug reports, so that we could share the work and discuss possible findings. I also plan to fill a few bug reports with suboptimal code. Thanks, Nadav
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
Chris Lattner <clattner at apple.com> writes: > Would it make sense to start something like a > lib/Target/README-Vectors.txt file with a collection of small examples > of pessimizations? We've successfully used text files like this to > track "laundry lists" like this. High priority problems (e.g. the > sorts that Duncan is pointing out) makes sense to track in bugzilla, > of course. Sounds fine to me, but is there any reason *not* to file bugs other than increasing the number of bugs in Bugzilla? Bugzilla is always where I go firs...
2003 Dec 16
0
John Brown from Chagres
Some people have been airing dirty laundry on this person, so I thought I'd air some clean laundry! John, Thank you so much for answering my email so quickly, and I also got your voicemail. And thank you for shipping on the same day I ordered. Without these phones, there's no way I would be able to get this demo done! Thanks aga...
2006 Aug 03
2
Including ALL fixtures for a test
I am running into some issues with my functional tests because they need info from almost every single table in the database. I have long laundry lists of fixture names to include on these test files and then I have to troubleshooot bizarre test failures because of a fixture that was not included. So is there a way to simply include all fixtures in a test? Something like: fixtures :all would rock my socks, but doesn''t work....
2005 May 11
3
Astlinux & AMP
Hi all, Has anyone had experience with installing AMP on a soekris box running Astlinux? Is it possible ? Cheers, Callum
2008 Jan 04
0
Martin Pelmore, Credit Cards For Students Offer Convenience And Safety
...o let their students meet expenses while so far away from home. The credit cards for students provide a record of the expenses for each student. Credit cards for students pay for many different things. Students can pay for their books and tuition, but they can also pay for a cup of coffee or their laundry. The students do not have to write out a check or keep lots of money on them to pay for the cup of coffee, their laundry and other incidental expenses. Credit cards for students also allow them to call home often to let their parents know what is happening in their lives. Many parents hope this is...
2013 Dec 16
2
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
On Dec 12, 2013, at 11:08 PM, C. Bergström <cbergstrom at pathscale.com> wrote: > On 12/13/13 01:58 PM, Bill Wendling wrote: >> That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’...
2016 Apr 15
0
Decision Tree and Random Forrest
...possible combinations and give that the predict method for your model to get all possible predictions. Something like the following untested code. newdata <- expand.grid( Humidity = levels(Humidity), #(High, Medium,Low) Pending_Chores = levels(Pending_Chores), #(Taxes, None, Laundry, Car Maintenance) Wind = levels(Wind)) # (High,Low) newdata$ProbabilityOfPlayingGolf <- predict(fittedModel, newdata=newdata) Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Apr 15, 2016 at 3:09 PM, Michael Artz <michaeleartz at gmail.com> wrote: > I need the output...
2016 Apr 15
1
Decision Tree and Random Forrest
...t; > will not get me there really. If I can take the example that I have a >> > model predicting whether or not I will play golf (this is the dependent >> > value), and there are three independent variables Humidity(High, Medium, >> > Low), Pending_Chores(Taxes, None, Laundry, Car Maintenance) and Wind >> (High, >> > Low). I would like rules like where any record that follows these rules >> > (IF humidity = high AND pending_chores = None AND Wind = High THEN 77% >> > there is probability that play_golf is YES). I was thinking that rand...
2013 Dec 18
1
Rails 4.1.0.beta1
...fy fast on Basecamp. This new release also follows our new policy of targeting a minor release every six months. The idea being that the jump from minor to minor shouldn''t try to include everything under the sun. Just whatever is ready after the six month mark. So there are already a laundry list of things lined up for 4.2, but that''s alright. We can target for that to land in another six months or so. Yves and Godfrey have done such a splendid job putting together the release notes for 4.1 as a guide, so I won''t repeat them here: https://github.com/rails/rails/blo...
2016 Apr 13
4
Decision Tree and Random Forrest
...e the predict function. But the predict function will not get me there really. If I can take the example that I have a model predicting whether or not I will play golf (this is the dependent value), and there are three independent variables Humidity(High, Medium, Low), Pending_Chores(Taxes, None, Laundry, Car Maintenance) and Wind (High, Low). I would like rules like where any record that follows these rules (IF humidity = high AND pending_chores = None AND Wind = High THEN 77% there is probability that play_golf is YES). I was thinking that random forrest would weight the rules somehow on the co...
2013 Dec 16
0
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
On 12/16/13 09:57 AM, Bill Wendling wrote: > On Dec 12, 2013, at 11:08 PM, C. Bergström <cbergstrom at pathscale.com> wrote: > >> On 12/13/13 01:58 PM, Bill Wendling wrote: >>> That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’...
2013 Dec 18
1
Rails 4.1.0.beta1 released
...fy fast on Basecamp. This new release also follows our new policy of targeting a minor release every six months. The idea being that the jump from minor to minor shouldn''t try to include everything under the sun. Just whatever is ready after the six month mark. So there are already a laundry list of things lined up for 4.2, but that''s alright. We can target for that to land in another six months or so. Yves and Godfrey have done such a splendid job putting together the release notes for 4.1 as a guide, so I won''t repeat them here: https://github.com/rails/rails/blo...
2013 Dec 16
1
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
...M, C. Bergström <cbergstrom at pathscale.com> wrote: > On 12/16/13 09:57 AM, Bill Wendling wrote: >> On Dec 12, 2013, at 11:08 PM, C. Bergström <cbergstrom at pathscale.com> wrote: >> >>> On 12/13/13 01:58 PM, Bill Wendling wrote: >>>> That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’...
2016 Apr 13
0
Decision Tree and Random Forrest
...on. But the predict function > will not get me there really. If I can take the example that I have a > model predicting whether or not I will play golf (this is the dependent > value), and there are three independent variables Humidity(High, Medium, > Low), Pending_Chores(Taxes, None, Laundry, Car Maintenance) and Wind (High, > Low). I would like rules like where any record that follows these rules > (IF humidity = high AND pending_chores = None AND Wind = High THEN 77% > there is probability that play_golf is YES). I was thinking that random > forrest would weight the rul...
2013 Dec 13
3
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
...regressions. There is some text wrt this: http://llvm.org/docs/HowToReleaseLLVM.html#release-qualification-criteria On Fri, Dec 13, 2013 at 11:08 AM, "C. Bergström" <cbergstrom at pathscale.com> wrote: > On 12/13/13 01:58 PM, Bill Wendling wrote: >> >> That’s a long laundry list of bugs there. It would be great to have them >> fixed, but the reality of the situation is that they won’t be fixed for >> weeks or more, if at all. And with Christmas coming up, it makes things even >> worse. There are a few days before Phase III starts to have some progres...