search for: together

Displaying 20 results from an estimated 19900 matches for "together".

2003 May 17
3
E400P and 2 X100P working, but not together
Hey all, ? I'm trying to get an E400P and 2 X100Ps working together in the one box and don't seem to be having much luck. ? I can get the two different types of boards working separately, but not together.? I've made calls on both the X100P and have seen sync and correct signalling on the E400P.? But when I try to enable to configs together I get the follow...
2003 Apr 17
5
AppleTalk(netatalk)+Samba
Hi folks, is anybody using those two products together and can give me any advice on how to do this? My specific issue has been addressed in other posts before, but as nobody responded, it would just now be interesting if anybody at least uses those applications together successfully? greets Malte
2004 Jul 13
3
plotting a table together with graphs
...out textplot in the gregmisc package ... Federico Calboli <f.calboli@ucl.ac.uk> Sent by: r-help-bounces@stat.math.ethz.ch 07/13/2004 12:06 PM Please respond to f.calboli To: r-help <r-help@stat.math.ethz.ch> cc: Subject: [R] plotting a table together with graphs Dear All, I would like to ask how to add a table to a "matrix" of graphs. I have three non linear regression graphs plotted together after: par(mfrow=c(2,2)) which leaves an empty bottom right corner. I would like to use the space to add a table (at the moment that's...
2013 Sep 18
2
[LLVMdev] forcing two instructions to be together
I used the A9 schedule as an example: http://llvm.org/svn/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleA9.td The documentation could use more clarity, but this is how I was able to do it to always get two specific instructions to be scheduled together. ________________________________________ From: reed kotler [rkotler at mips.com] Sent: Tuesday, September 17, 2013 8:54 PM To: Micah Villmow Cc: Owen Anderson; llvmdev Mailing List Subject: Re: [LLVMdev] forcing two instructions to be together On 09/17/2013 04:51 PM, Micah Villmow wrote: > Ree...
2009 Jan 04
2
Bring India together
Look, ma... spam! We dun never seen that 'n before. N. Sunkara RaviPrakash wrote: > > Hi, > > Imagine a billion Indians together. > > Already 3 million Indians have chosen Indyarocks.com to bring India > together. > > I am already part of it and dont be surprised if you find most of your > other friends too :). Also you can send Unlimited Free SMS to your > friends in India from anywhere in the world....
2013 Sep 17
2
[LLVMdev] forcing two instructions to be together
Reed, Couldn't you also use instruction scheduling classes and specify that the second instruction has a bypass from the first instruction? The scheduler should always schedule them together in that case. Micah > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of reed kotler > Sent: Tuesday, September 17, 2013 3:59 PM > To: Owen Anderson > Cc: llvmdev Mailing List > Subject: Re: [LLVMdev] forci...
2017 Feb 10
3
Enforcing in post-RA scheduling to keep (two) MachineInstrs together
Hello. I am using the post-RA (Register Allocation) scheduler to avoid data hazards by inserting other USEFUL instructions from the program (besides NOPs) and it breaks apart some sequences of instructions which should remain "glued" together. More exactly, in my [Target]ISelDAGToDAG.cpp it is possible that I replace for example a BUILD_VECTOR with a machine SDNode called VLOAD_D_WO_IMM and an INLINEASM, the latter having a simple dataflow dependence (black solid edge when outputting the DAG as a .DOT after instruction selection...
2012 Aug 01
3
How to link two R packages together
Hi, I have built two R packages. One of them (PKG1) needs to use the functions of the other package (PKG2). So I need to link these two packages together, so that the functions of PKG2 can be available to PKG1. And when I load one package using 'library("PKG1")', PKG2 can be loaded at the same. Any ideas welcome. -- View this message in context: http://r.789695.n4.nabble.com/How-to-link-two-R-packages-together-tp4638765.html Se...
2013 Sep 18
0
[LLVMdev] forcing two instructions to be together
On 09/17/2013 04:51 PM, Micah Villmow wrote: > Reed, > Couldn't you also use instruction scheduling classes and specify that the second instruction has a bypass from the first instruction? The scheduler should always schedule them together in that case. > > Micah > I'm not sure exactly what you mean. Can you point me to an example of that? TIA. Reed >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On >> Behalf Of reed kotler >> Sent:...
2013 Sep 18
0
[LLVMdev] forcing two instructions to be together
...w at smachines.com> wrote: > I used the A9 schedule as an example: > http://llvm.org/svn/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleA9.td > > The documentation could use more clarity, but this is how I was able to do it to always get two specific instructions to be scheduled together. > ________________________________________ > From: reed kotler [rkotler at mips.com] > Sent: Tuesday, September 17, 2013 8:54 PM > To: Micah Villmow > Cc: Owen Anderson; llvmdev Mailing List > Subject: Re: [LLVMdev] forcing two instructions to be together > > On 09/17/2013...
2013 Sep 17
2
[LLVMdev] forcing two instructions to be together
...wo instructions to be sequentially executed? >> What level of codegen are you working at? There are various mechanisms that can be applied, depending on exactly what the constraints are that you need to preserve. >> >> —Owen > I have two machine instructions that I need to be together. > > BuildMI(MBB, I, DL, TII.get(Mips::LiRxImmAlignX16), V0) > .addExternalSymbol("_gp_disp", MipsII::MO_ABS_HI); > BuildMI(MBB, I, DL, TII.get(Mips::AddiuRxPcImmX16), V1) > .addExternalSymbol("_gp_disp", MipsII::MO_ABS_LO); > > It's in Mips16I...
2013 Apr 15
4
[LLVMdev] 64-bit add using 2 32-bit operations, guarantee of stuck together?
...ns are done using 2 operations. Instructions are defined as follow in TableGen: defm ADD64 : ALU32<"add", 1, 1, addc>; defm ADD64C : ALU32<"addrc", 1, 2, adde>; Let's assume that the carry bit is implicit and that the 2 operations must *always* be stuck together for the 64-bit add to work properly. Is there a default guarantee that nothing will ever be inserted between "add" and "addrc" or is there a flag/condition to set somewhere to have that guarantee? Thanks -------------- next part -------------- An HTML attachment was scrubbed......
2013 Apr 15
2
[LLVMdev] 64-bit add using 2 32-bit operations, guarantee of stuck together?
I really have to force them to stuck together otherwise the carry will just not work. How about wrapping the 2 instructions in a bundle? Would that be a way? http://llvm.org/docs/CodeGenerator.html#machineinstr-bundles On Mon, Apr 15, 2013 at 5:24 PM, Quentin Colombet <qcolombet at apple.com>wrote: > Hi Francois, > > If you...
2013 Sep 17
0
[LLVMdev] forcing two instructions to be together
...to be sequentially executed? >>> What level of codegen are you working at? There are various mechanisms that can be applied, depending on exactly what the constraints are that you need to preserve. >>> >>> —Owen >> I have two machine instructions that I need to be together. >> >> BuildMI(MBB, I, DL, TII.get(Mips::LiRxImmAlignX16), V0) >> .addExternalSymbol("_gp_disp", MipsII::MO_ABS_HI); >> BuildMI(MBB, I, DL, TII.get(Mips::AddiuRxPcImmX16), V1) >> .addExternalSymbol("_gp_disp", MipsII::MO_ABS_LO); >&gt...
2005 May 09
8
Connecting 20+ asterisk servers together
I have 20+ asterisk servers and need to network them together so a phone on any of the servers can call a phone on any other server without any trouble. I can think of IAX trunks between every server. So every server will have an IAX trunk to every server and then prefix bases routing in the dialplan for each server (I can give a number to each server and us...
2004 Dec 27
4
How do I group icecast servers
Hi There, Is there a way to group icecast servers, so they are found as one announcement on the YP directory lists and al servers will give all servers in there m3u. regards, Dennis Heerema
2013 Apr 15
0
[LLVMdev] 64-bit add using 2 32-bit operations, guarantee of stuck together?
...tructions, the scheduler (and the other backend passes) should ensure that nothing that affects the carry will be inserted between your two instructions (assuming they are issued with nothing affecting the carry in between in the first place). Therefore, you shouldn’t have to force them to be stuck together. If you still do, what Jakob proposed is what you are looking for. -Quentin On Apr 15, 2013, at 2:02 PM, Francois Pichet <pichet2000 at gmail.com> wrote: > Hi, > > Let's say we have a 32-bit architecture where 64-bit additions are done using 2 operations. > > Instruct...
2004 Dec 28
1
How do I group icecast servers
...s there a way to group icecast servers, so they are found as one > > announcement on the YP directory lists and al servers will give all > > servers in there m3u. > > > > regards, > > > > Dennis Heerema > > > There are two different ways to group servers together on the YP. > > The first is referred to as "server grouping". Streams that have the same > Server Name and are listed from the same IP are "grouped" together into > one logical directory listing. An example of this can be seen here : > http://dir.xiph.org/index....
2013 Apr 15
0
[LLVMdev] 64-bit add using 2 32-bit operations, guarantee of stuck together?
...4 during isel with your pseudo instruction and expand it just before emitting the assembly file (add a pass using the hook: addPreEmitPass on your target). -Quentin On Apr 15, 2013, at 2:37 PM, Francois Pichet <pichet2000 at gmail.com> wrote: > > I really have to force them to stuck together otherwise the carry will just not work. > > How about wrapping the 2 instructions in a bundle? > Would that be a way? > http://llvm.org/docs/CodeGenerator.html#machineinstr-bundles > > > On Mon, Apr 15, 2013 at 5:24 PM, Quentin Colombet <qcolombet at apple.com> wrote:...
2010 Oct 27
1
How Plot, Axis and Rect work together?
Hello everyone, I am trying to understand how plot axis and rect might work together I would like to plot some values on a plot with x(0,100) and y(0,100) i want to see all the values from 0,1,2,3,4,5,.....100 written in the x and y axis. At the same time I want some grid to easily see when y and x values cross. Finally I want to paint red two of the cells created by this gr...