search for: henning

Displaying 20 results from an estimated 611 matches for "henning".

2009 May 18
9
Concatenating two vectors into one
...ot;)) y<-as.factor(c("1","2","3","4","5","6")) i want to combine them into a single vector z as A1, B2, C3 and so on. z<-x*y is not working, i tried several others function, but did not get to the solution. Thanks for your help, Henning -- [[alternative HTML version deleted]]
2012 May 24
2
[LLVMdev] use AVX automatically if present
Henning, I believe the code that is supposed to do this is in: lib/Target/X86/X86Subtarget.cpp in X86Subtarget::AutoDetectSubtargetFeatures() Is there a bug in that function? -Hal On Thu, 24 May 2012 23:56:48 +0200 (CEST) Henning Thielemann <llvm at henning-thielemann.de> wrote: > > On Th...
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
...A) is > the only correct solution. > > > > Greetings, > > > > Jeroen Dobbelaere > > > > > > *From:* Finkel, Hal J. <hfinkel at anl.gov> > *Sent:* Wednesday, January 22, 2020 17:33 > *To:* Jeroen Dobbelaere <dobbel at synopsys.com>; Neil Henning < > neil.henning at unity3d.com>; llvm-dev at lists.llvm.org > *Subject:* Re: [llvm-dev] Inlining + CSE + restrict pointers == funtimes > > > > At a high level, EarlyCSE should be intersecting the metadata of > instructions that it combines. If it doesn't, and also do...
2005 Mar 24
3
Newbie Voicemail Question
Folks, Please forgive my ignorance. I think that what I am asking must be so obvious that no one bothers to write it down. But I don't know the answer so... I want to set up * with one incoming VOIP phone number. If someone calls me and is talking to me on that phone number, how does a second caller get to * voicemail instead of a busy signal? Thanks, -- Art Z. -- Art Zemon,
2006 May 26
3
Integrating ProPolice/SSP into FreeBSD
Hi, first sorry for cross-posting but I thought this patch might interest -CURRENT users as well as people concerned by security. I wrote a patch that integrates ProPolice/SSP into FreeBSD, one step further than it has been realized so far. It is available here : http://tataz.chchile.org/~tataz/FreeBSD/SSP/ Everything is explained on the web page, but I will repeat some informations here.
2009 Apr 07
4
group by-like statement for 2-row matrix
...ve a matrix of two rows like this: 2 2 3 4 4 4 5 5 6 1 1 2 1 3 3 2 1 1 Can I apply something like "group by" in sql? What I want to achieve is the some of second row for each unique entry of first row: 2 -> 2 (=1+1) 3 -> 2 4 -> 7 (=1+3+3) 5 -> 3 (=2+1) 6 -> 1 Thanks!! Henning
2006 May 29
4
Install Other OS under DOMU
Hello, Anbody has already installed one version fedora 3 or 2 under DomU ? I have dom0 kernel xen vesion 3 under fedora core 4 and i would like install other version on domU. Thanks by avance Eric -------------- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -------------- Découvrez vite ALICEBOX : avec le modem WIFI, profitez de l''ADSL, de la TELEPHONIE et en exclusivité de la
2008 Oct 01
5
Xm Create Image Path
All, Is is possible for xm create foo.cfg to traverse a symlink to access the foo.img. Here''s an example config and the resulting error.. --- name = "jim" memory = "512" disk = [ ''phy:/dev/VolGroup00/foo,xvda,r'', ''tap:aio:/home/fred/local/jim/build/foo_swap.img,xvdd,w'',
2003 Feb 28
2
OT? PDF printer driver for automatic deployment
...Then, I came across Adobe's Universal Postscript driver but it lacks an .inf file I could use to upload the driver to the server. Apart from that, the Adobe Universal driver will always result in b/w output. Thanks for your help, <-gninneH<- -- __ _ __ __ Henning Holtschneider / / ___ _______ _/ |/ /__ / /_ <henning@loca.net> / /__/ _ \/ __/ _ `/ / -_) __/ /____/\___/\__/\_,_/_/|_/\__/\__/ ...net happens!
2012 May 24
0
[LLVMdev] use AVX automatically if present
...ely AVX is not enabled in your llc. This feature was enabled > just recently (late of April). I forgot to mention that I am using recent LLVM-3.1 and in principle my llc knows about avx as I have shown in the second example. But avx does not seem to be used by default. On Thu, 24 May 2012, Henning Thielemann wrote: > $ llc -o - -mattr avx avx.ll > .file "avx.ll" > .text > .globl _fun1 > .align 16, 0x90 > .type _fun1, at function > _fun1: # @_fun1 > .cfi_startproc > # BB#0:...
2005 Oct 04
3
[patch] LOCKED_PASSWD_STRING for FreeBSD
Hi, I dare to send you this very small patch that defines LOCKED_PASSWD_STRING for the FreeBSD operating system. The manpage had been unclear about this for a long time, up to 5.x days. Since 6.x, it has been made clearer, and thanks to Ceri Davies who highlighted this feature in OpenSSH, I made this patch. I hope this will reach OpenSSH source tree. This is not a big deal and I would add
2014 Jun 12
4
Using virtio for inter-VM communication
Vincent JARDIN <vincent.jardin at 6wind.com> writes: > On 10/06/2014 18:48, Henning Schild wrote:> Hi, >> In a first prototype i implemented a ivshmem[2] device for the >> hypervisor. That way we can share memory between virtual machines. >> Ivshmem is nice and simple but does not seem to be used anymore. >> And it >> does not define higher level d...
2014 Jun 12
4
Using virtio for inter-VM communication
Vincent JARDIN <vincent.jardin at 6wind.com> writes: > On 10/06/2014 18:48, Henning Schild wrote:> Hi, >> In a first prototype i implemented a ivshmem[2] device for the >> hypervisor. That way we can share memory between virtual machines. >> Ivshmem is nice and simple but does not seem to be used anymore. >> And it >> does not define higher level d...
2006 Jul 18
3
DB Migrations & Column Order
Hello, I created a table and about 10 migrations down the line I decided that I needed to add an ID column (this was actually a table for a has_many :through and I recently realized that it needs an ID column, unlike HABTM tables). I am a big perfectionist and I frequently run "SHOW COLUMNS IN table;", so I naturally expect to see the "id" column the first one listed. However,
2005 Aug 13
0
Re:(2) Henning G. Schulzrinne quote on IAX2 from von magazine
...H.323 was overly complex. SIP has been getting more >complex ever since, and is now as complex as H.323. It had no >security, and used an unreliable medium (UDP) for communication that >needs to be reliable. Now networks are changing this, through a >massive overhaul. To his credit Henning does accept that UDP for SIP >was a dumb idea. > >He does say some good things, like: > >"I consider the term "soft switch" a marketing term that, like its >cousin, "session border controller," seems to have no crisp >definition that everyone can agr...
2020 Jul 17
2
LLVM 11 and trunk selecting 4 wide instead of 8 wide loop vectorization for AVX-enabled target
...istered that pow has a vector variant (itself of a bigger size) I got the correct 8-wide variants like I was expecting - nice! Thanks for the help! Cheers, -Neil. On Fri, Jul 17, 2020 at 12:09 PM Florian Hahn <florian_hahn at apple.com> wrote: > > > On 16 Jul 2020, at 19:54, Neil Henning via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > So for us we use SLEEF to actually implement the libcalls (LLVM > intrinsics) that LLVM by default would generate - and since SLEEF has > highly optimal 8-wide pow, optimized for AVX and AVX2, we really want to > use th...
2007 Apr 18
4
Tap0?
Hello! What is exactly "tap0" in the host ifconfig? Thank you! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Apr 22
3
Discover significant change in sorted vector
...ay be no big gap. I mean, indices 8 and 11 are somehow "connected" by indices 9 and 10. So, it's not an option to just search for biggest difference between the values. Perfect would be a function that is able to discover multiple changes if it is present in the data. Thanks!! Henning
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
...en which has one of the new core duo pentium D 9xx processors or the centrino duo processors which are said to have hardware virtualization. Can, in general the support for unmodified guest in xen as well as in the hardware that can be bought really be called mature, and ready for production? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2020 Apr 24
3
Giving up AD Default Site
...ove everything into the Branch Office. How should I handle this? Just transferring the FSMO roles from the primary DC on the Default Site to a DC in the Branch Office and then demote the two DCs in Default Site and then deleting the Default Site? Any help or hints are highly appreciated Regards Henning Kessler