search for: elebor

Displaying 12 results from an estimated 12 matches for "elebor".

Did you mean: erebor
2010 Mar 09
2
rcom package
...a program that reads excel files, and writes the cells of which contents is not a formula to another file. I don't think this is possible with RODBC, but it may be possible with rcom.     I read the documentation of the rcom package, but I was hoping somebody knows a good web resource for more eleborate info. I tried Googling, but alas (did you know rcom also is a kind of egg incubator? ;-). In particular, I would like to have a list of the possible values for the 'property' argument. Thanks in advance! Cheers!! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2005 Dec 25
4
Use of TCP_CORK instead of TCP_NODELAY
...ountpoint). The streams itself are created in a piece of proprietory (spelling?, i'm dutch) software, icecast merely relays them. However, the intended endpoint is an embedded device. This device has trouble with tcp/ip packets not matching the max. packet size (MSS or MSS minus header). After eleborate testing, we found that using the sockopt 'TCP_CORK' instead of 'TCP_NODELAY' produces far better results on the field on reconnects etc/. Also, with streaming media, TCP_CORK is more efficient than TCP_NODELAY. To patch icecast to use tcp_cork is a piece of cake, it involves no...
2009 Sep 07
4
Upgrade from b113 to b122 - any gotchas
We are running 4 Solaris10u7 DomUs on a b113 Dom0 I''d like to upgrade the Dom0 to b122 but not rebuild the DomUs. Below is a typical DomU xml dump. Is there anything obvious that will bite me in upgrading from 113 to 122? Thanks John virsh # dumpxml achilles2 <domain type=''xen'' id=''1''> <name>achilles2</name>
2018 May 16
2
Rotates, once again
...instructions can make optimization difficult as well (in theory, one instruction like "subtract and branch if not equal to zero" could emulate all the others, but this wouldn't be very helpful for optimization). Since you put a lot of thought into how to canonicalize IR, can you eleborate more on this tradeoff? Can we find a set of criteria to determine whether an instruction pattern should get an intrinsic or not? -Manuel
2005 Dec 28
2
Use of TCP_CORK instead of TCP_NODELAY
...itself are created in a piece of proprietory > (spelling?, i'm dutch) software, icecast merely relays them. > > However, the intended endpoint is an embedded device. This device has > trouble with tcp/ip packets not matching the max. packet size (MSS or MSS > minus header). After eleborate testing, we found that using the sockopt > 'TCP_CORK' instead of 'TCP_NODELAY' produces far better results on the field > on reconnects etc/. Also, with streaming media, TCP_CORK is more efficient > than TCP_NODELAY. This is pretty broken. There are really three possibi...
2005 Dec 28
0
Use of TCP_CORK instead of TCP_NODELAY
...ountpoint). The streams itself are created in a piece of proprietory (spelling?, i'm dutch) software, icecast merely relays them. However, the intended endpoint is an embedded device. This device has trouble with tcp/ip packets not matching the max. packet size (MSS or MSS minus header). After eleborate testing, we found that using the sockopt 'TCP_CORK' instead of 'TCP_NODELAY' produces far better results on the field on reconnects etc/. Also, with streaming media, TCP_CORK is more efficient than TCP_NODELAY. To patch icecast to use tcp_cork is a piece of cake, it involves no...
2005 Dec 22
2
sir please let me know ( Installation problem)
sir , I Have the following error , please let me know. with kind regards ds checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output...
2005 Dec 28
0
Use of TCP_CORK instead of TCP_NODELAY
...itself are created in a piece of proprietory > (spelling?, i'm dutch) software, icecast merely relays them. > > However, the intended endpoint is an embedded device. This device has > trouble with tcp/ip packets not matching the max. packet size (MSS or MSS > minus header). After eleborate testing, we found that using the sockopt > 'TCP_CORK' instead of 'TCP_NODELAY' produces far better results on the field > on reconnects etc/. Also, with streaming media, TCP_CORK is more efficient > than TCP_NODELAY. This is pretty broken. There are really three possibi...
2018 May 16
0
Rotates, once again
...n > make optimization difficult as well (in theory, one instruction like > "subtract and branch if not equal to zero" could emulate all the others, > but this wouldn't be very helpful for optimization). Since you put a lot > of thought into how to canonicalize IR, can you eleborate more on this > tradeoff? Can we find a set of criteria to determine whether an > instruction pattern should get an intrinsic or not? I don't have formal criteria for this. Someone more knowledgeable may give us an answer. An informal metric might be: if the operation is supported a...
2012 Nov 05
23
[Bug 56757] New: [regression][bisected][screenshots] nvfx -> nv30 driver rework causes regression in UrbanTerror4.2 (beta5)
https://bugs.freedesktop.org/show_bug.cgi?id=56757 Priority: medium Bug ID: 56757 Assignee: nouveau at lists.freedesktop.org Summary: [regression][bisected][screenshots] nvfx -> nv30 driver rework causes regression in UrbanTerror4.2 (beta5) Severity: normal Classification: Unclassified
2018 May 15
0
Rotates, once again
Thanks for writing this up. I'd like to have this intrinsic too. Another argument for having the intrinsic is shown in PR37426: https://bugs.llvm.org/show_bug.cgi?id=37426 Vectorization goes overboard because the throughput cost model used by the vectorizers doesn't match the 6 IR instructions that correspond to 1 x86 rotate instruction. Instead, we have: $ opt 37426prevectorize.ll -S
2018 May 14
5
Rotates, once again
Hi everyone! I recently ran into some interesting issues with generation of rotate instructions - the details are in the bug tracker (https://bugs.llvm.org/show_bug.cgi?id=37387 and related bugs) for those interested - and it brought up the issue of rotates in the IR again. Now this is a proposal that has been made (and been rejected) several times, but I've been told that this time round we