search for: driven

Displaying 20 results from an estimated 2272 matches for "driven".

Did you mean: driver
2011 Mar 17
2
[LLVMdev] Long-Term ISel Design
...tions. Now > instead of forming specific carefully constructed shuffle masks (not > making sure other code doesn't violate them) it can just directly form > the X86ISD node. Right. What I've presented would reverse this. Rather than making Legalize have to know about what table-driven isel can and cannot do, have table-driven isel run first, see what it can do and then leave the rest for manual selection. We would still keep the existing pre-table-driven-isel passes so we'd still have a chance to do some cleanup before the main table-driven isel. Obviously a lot of details...
2011 Mar 16
3
[LLVMdev] Long-Term ISel Design
...t's say we structured things this way: legalize | V manual lowering (X86ISelLowering) | V manual isel (X86ISelDAGToDAG) | V table-driven isel (.td files/X86GenDAGISel) | V manual isel (some to-be-design piece) The idea is that we keep the existing manual pieces where they are to clean things up for TableGen-based isel and/or handle special cases. Maybe we consider getting rid of some...
2011 Jul 08
3
DB Driven IVR
I am using Vicidial and I am looking for someone who can help with DB Driven IVR. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110708/ae83ff43/attachment.htm>
2011 Mar 17
0
[LLVMdev] Long-Term ISel Design
...t; > legalize > | > V > manual lowering (X86ISelLowering) > | > V > manual isel (X86ISelDAGToDAG) > | > V > table-driven isel (.td files/X86GenDAGISel) > | > V > manual isel (some to-be-design piece) > > The idea is that we keep the existing manual pieces where they are to > clean things up for TableGen-based isel and/or handle special cases. > Maybe...
2009 Jan 31
1
Test Driven Development in R
Hi, I wonder what kind of interest there is on Test Driven Development (TDD) in R. Test Driven Development consists of writing the test before the function, and iteratively build the function until it passes the test. Python and Ruby (specially Ruby) have very strong test-oriented cultures. In fact, in Ruby at least the custom is to do TDD and lately B...
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
Hi, I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications. You can pre-fill it with your sip settings (Asterisk host name or IP /?realm / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example) ? /**************************/ simple HTM...
2006 Apr 28
0
FW: [PATCH] Enabling ne2000 can work under event driven mechanism
...eptional logic. Another modification is the ne2000_can_receive(), "if (index < boundary)" -> "if (index <= boundary)". Others based on lastest Qemu. But the latest Qemu adds new features, which not been added in the patch. The qemu uses polling logic. Xen uses event driven mechanism. So it doesn''t need such modification codes. I didn''t submit to Qemu project. If porting to the latest Qemu laterly, the patch can''t influence the future, Just minding the modification in the ne2000_can_recevice() from ne2000.c Haifeng Xue CSD-OTC PRC Virtualiz...
2008 May 02
1
Storing worker driven rails logging in worker log file?
Hi all, We have a few workers that kick off at scheduled intervals or to do some user driven long running tasks asynchronously. At the moment when the workers start working with AR model objects, all of the Rails logging ends up in the default rails environment log file (develolopment/prodiction.log). Does anyone have any tips for getting rails to append to a separate worker log...
2004 May 29
8
arrow-driven menu with pxelinux.0?
Hello! Is there a way to make an arrow-driven menu with pxelinux? Cheers Alex
2006 Nov 04
0
[Question} how best to use attribute driven db with Rails
Dear Rails, I would like to pose a question to Mike Hanson (June 20th thread)... I am a Technical Recruiter, and I am having a difficult time understanding the difference between building attribute-driven databases vs. building data-driven databases. Can you help me understand how these two differ. I am having a difficult time speaking to candidates about their experience with attribute-driven databases because I don''t know what the right questions are to ask. Can you help me or point...
2020 Jul 16
2
[RFC] Introducing classes for the codegen driven by new pass manager
...nault <whatmannerofburgeristhis at gmail.com> on behalf of Matt Arsenault <arsenm2 at gmail.com> > Sent: Wednesday, July 15, 2020 9:31 AM > To: Chen, Yuanfang > Cc: Robinson, Paul; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager > > > > > On Jul 15, 2020, at 12:28, Chen, Yuanfang <Yuanfang.Chen at sony.com> wrote: > > > > In codegen with NPM, I've made all codegen passes (IR or MIR pass) to be only driven by `llc`. Both due to the way NPM registering pass (on-demand&...
2020 Jul 15
3
[RFC] Introducing classes for the codegen driven by new pass manager
> On Jul 15, 2020, at 12:28, Chen, Yuanfang <Yuanfang.Chen at sony.com> wrote: > > In codegen with NPM, I've made all codegen passes (IR or MIR pass) to be only driven by `llc`. Both due to the way NPM registering pass (on-demand&dynamic instead of static initialization in Legacy PM), and reduce the confusion about which tool (`llc` or `opt`) to test codegen IR passes. > I think there’s no real distinction between “codegen” IR passes and noncodegen IR p...
2011 Mar 18
0
[LLVMdev] Long-Term ISel Design
...d of forming specific carefully constructed shuffle masks (not >> making sure other code doesn't violate them) it can just directly form >> the X86ISD node. > > Right. What I've presented would reverse this. Rather than making > Legalize have to know about what table-driven isel can and cannot do, > have table-driven isel run first, see what it can do and then leave > the rest for manual selection. > > We would still keep the existing pre-table-driven-isel passes so we'd > still have a chance to do some cleanup before the main table-driven > ise...
2005 Feb 03
3
Re: Logon Hours problems (really stuck)
...ca ? Or should I set the time to the time at UTC/GMT ? There's something I must be missing here. Kindest regards David Wilson _______________________________ D c D a t a Tel +27 33 342 7003 Fax +27 33 345 4155 Cell +27 82 4147413 http://www.dcdata.co.za support@dcdata.co.za Powered by Linux, driven by passion ! _______________________________ "Computers are not intelligent. They only think they are." ----- Original Message ----- From: "David Wilson" <dave@dcdata.co.za> To: "david rankin" <drankin@cox-internet.com>; "samba" <samba@list...
2009 Jun 25
2
variable driven summary of one column
Hello, how can I get a variable driven summary of one column of my data.frame? Usually I would do > summary(data$columnname) to get a summary of column named "columnname" of my data.frame named "data". In my case the columnname is not static but can be set dynamically. So I save the chosen columname in someth...
2020 Jul 15
2
[RFC] Introducing classes for the codegen driven by new pass manager
> On Jul 15, 2020, at 09:16, Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> I'd just note that not every pass you can run with "opt" is actually part of the optimization pipeline. There are a few important IR-level passes that only run in the codegen pipeline, but are still nameable with opt to run individually for testing purposes. Switching
2020 Jul 22
2
[RFC] Introducing classes for the codegen driven by new pass manager
...tt Arsenault <whatmannerofburgeristhis at gmail.com> on behalf of Matt Arsenault <arsenm2 at gmail.com> Sent: Tuesday, July 21, 2020 12:02 PM To: Craig Topper Cc: Chen, Yuanfang; Nicolai Hähnle; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager > On Jul 21, 2020, at 14:53, Craig Topper <craig.topper at gmail.com> wrote: > > One thing I want to mention. I believe in the current legacy pass manager implementation only one MachineFunction ever exists at a time. It is deleted before the next MachineFuncti...
2020 Jul 21
3
[RFC] Introducing classes for the codegen driven by new pass manager
.... > > ________________________________________ > From: Nicolai Hähnle <nhaehnle at gmail.com> > Sent: Thursday, July 16, 2020 12:25 AM > To: Chen, Yuanfang > Cc: Matt Arsenault; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven > by new pass manager > > On Wed, Jul 15, 2020 at 6:39 PM Chen, Yuanfang via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Indeed, but there is a distinction about their position in the pipeline. > We run opt & codegen pipeline separately, > > Why, though?...
2016 Nov 28
2
Loop Vectorize: Testing cost model driven transformations
...39;t even use this flag to guarantee instruction costs. Some alternatives that we've discussed so far include: - Adding a new command line option to use the default TTI. This would allow us to use default values for TTI queries to ensure consistency across targets for transformations driven by the cost model. The existing and future target-independent tests would have to be updated to use the new flag. They also may still choose to manually specify vectorization and interleave factors to force vectorization and interleaving regardless of what the cost model would compute u...
2006 May 21
12
TDD for Rails book?
It seems like half the people on this list are writing a book on Ruby or Rails. For all the hints I''ve seen strewn across the list I have yet to see one that will focus on test-driven development for either Ruby or for Rails. If anyone is looking for a topic, please consider this. I''ve been trying to wrap my brain around the TDD process, but its way of thinking is still too foreign for me to be any good at it. I''ve read Kent Beck''s TEST-DRIVEN...