search for: rudimental

Displaying 13 results from an estimated 13 matches for "rudimental".

2016 May 03
2
status of IPO/IPCP?
The pass is pretty rudimental (as the comment at the top of the file hints), and it seems LLVM already has IPSCCP (which should do a better job at interprocedural constant propagation). I'm also not entirely sure it's used anywhere. Is there any reason to keep it around? Thanks, -- Davide "There are no solved p...
2006 Oct 03
1
new to R: don't understand errors
Hello all, I'm brand new to the use of R, and I'm trying to quickly learning the rudiments for a couple of projects here at work. I'm working with the lsa package and trying to generate various semantic spaces. I seem to do well with small collections of clean text files, but now that I am trying to work with larger collections of less than perfection files, I'm getting errors
2016 May 04
3
status of IPO/IPCP?
...> + return createIPSCCPPass(); > +} > > bool IPCP::runOnModule(Module &M) { > if (skipModule(M)) > > -- Sean Silva > > On Tue, May 3, 2016 at 3:06 PM, Davide Italiano via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > The pass is pretty rudimental (as the comment at the top of the file > hints), and it seems LLVM already has IPSCCP (which should do a better > job at interprocedural constant propagation). > I'm also not entirely sure it's used anywhere. > Is there any reason to keep it around? > >...
2010 Jul 12
1
Checking formulae: are lower order terms included
Dear all, I have a very rudimental function which takes a vector of terms and returns a list of all possible models which can be made using the given terms. For example for the set c("1", "x", "y", "x:y") I'd get: ~ 1 ~ x ~ y ~ x:y ~ 1 + x ~ 1 + y ~ 1 + x:y ~ x + y ~ x + x:y ~ y + x:y ~ 1...
2006 Nov 04
0
Xlib: connection to ":0.0" refused by server
...solution was to delete the .Xauthority file in the home-dir of the login-user (... but don''t ask me why, I only came to this idea by heavy googling). - Being my first contact with Xen, I missed a general abstract, how the xen components are "glued" together. I mean something rudimental like this example, which reflects my first xen setup: * Boot a xen host system with grub using the Package xen-hypervisor-3.0-unstable-1-i386: /boot/grub/menu.lst ... title Debian xen-3.0, kernel 2.6.18-1-xen-686 /dev/sda10 root (hd0,9) kernel /boot/xen-3.0-unstable-1-i386.gz module /boot/v...
2013 Jun 11
0
How to "source" a R script in a parent/parallel directory (win/linux)
Dear R users, I would like to source a file independently from the operating system, but I cannot figure out how. I apologize for the verbosity of this mail, but English is not my mother tongue, so I cannot be concise and precise as I can be in my own language. I'm writing a script which will be run by some people who are not familiar with R. I already tried to teach them some rudiments,
2006 May 10
4
LDA not being called by postfix?
Hello, I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS LDA. I've set up postfix to use the LDA for maildir delivery and defined a global sieve script. -- master.cf -- ... dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d ${recipient} ... -- main.cf -- smtpd_banner =
2005 Jan 31
2
XP clients unable to read user profiles (2.2.3a-14.1)
Hi everyone, thanks to John Terpstra's hint (teh old thread started with Msg crn5v6$sh8$1@sea.gmane.org), our xp clients now do join the domain :-). However, they still fail to read user profiles which were created by the old Win98 clients. The relevant parts of smb.conf look like this: ---------------------------- begien smb.conf ---------------------------- [global] domain
2007 Dec 06
12
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
https://bugzilla.samba.org/show_bug.cgi?id=5124 Summary: Lessons to learn from other tools, better use of resources, speed gains Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo:
2017 Aug 04
3
[RFC][InlineCost] Modeling JumpThreading (or similar) in inline cost model
All, I'm working on an improvement to the inline cost model, but I'm unsure how to proceed. Let me begin by first describing the problem I'm trying to solve. Consider the following pseudo C code: *typedef struct element { unsigned idx; } element_t; * *static inline unsigned char fn2 (element_t *dst_ptr, const element_t *a_ptr, const element_t *b_ptr,
2015 Jun 03
30
[Bug 2408] New: Expose authentication information to PAM
...PAM modules when the user has been successfully authenticated via GSS-API than otherwise. (For more detailed description of my particular use case, please check out: http://serverfault.com/questions/690038/openssh-two-factor-authentication-combined-with-kerberos-public-key) You can also find some rudimental, PoC code that shows what I've been playing with as a start: https://github.com/dgyuri92/openssh-portable/tree/f/pam_auth_list For further questions about the idea, please feel free to contact me via e-mail. Thanks a lot. -- You are receiving this mail because: You are watching the assignee...
2015 Mar 16
19
[PATCH 0/9] qspinlock stuff -v15
Hi Waiman, As promised; here is the paravirt stuff I did during the trip to BOS last week. All the !paravirt patches are more or less the same as before (the only real change is the copyright lines in the first patch). The paravirt stuff is 'simple' and KVM only -- the Xen code was a little more convoluted and I've no real way to test that but it should be stright fwd to make work.
2015 Mar 16
19
[PATCH 0/9] qspinlock stuff -v15
Hi Waiman, As promised; here is the paravirt stuff I did during the trip to BOS last week. All the !paravirt patches are more or less the same as before (the only real change is the copyright lines in the first patch). The paravirt stuff is 'simple' and KVM only -- the Xen code was a little more convoluted and I've no real way to test that but it should be stright fwd to make work.