search for: pintilie

Displaying 6 results from an estimated 6 matches for "pintilie".

2013 Aug 04
2
multiple updates from CLI
Hi, Is it OK to apply several patches to a host from CLI without a restart in between? Or do I have to apply one patch, do a restart, etc… Thanks! Adrian _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2004 Oct 25
1
Question on bioconductor: reading affymetrix data
Hi everyone, My purpose is to read a .CEL file into R. The .CEL file was created from a .CAB by using DTT software found on Affymetrix website I read the .CEL file in R using ReadAffy as follows: > d2=ReadAffy(widget=T) and I complete the fields as required. It does not complain. For example I could find the description: > description(d2) Experimenter name: BB Laboratory: FFL Contact
2019 Sep 04
2
Memory Requirements For Compiling PassBuilder.cpp
Hi Everyone, Recently I have realised that compiling the file PassBuilder.cpp takes a significant amount of memory. I have seen anywhere between 700 MB to over 1GB depending on which build compiler is used. This memory consumption recently caused a couple of build bots that run on a smaller machine to run out of memory and fail to build. I have no intention of changing any of the
2017 Oct 13
2
Machine Scheduler on Power PC: Latency Limit and Register Pressure
...t toc@ha ld r30, -16(r1) # 8-byte Folded Reload ld r10, .LC0 at toc@l(r3) li r3, 0 std r5, 0(r10) std r6, 8(r10) std r7, 16(r10) std r9, 32(r10) std r8, 24(r10) std r4, 40(r10) blr -- Thank you, Stefan Pintilie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171013/72eaf14d/attachment.html>
2004 Feb 26
1
variance estimator for the cumulative incidence function
Hi everyone, I am using the package cmprsk in R to estimate the cumulative incidence function and its variance. In the manual it is mentioned that the variance is calculated based on Dr. Aalen's paper (1978, Nonparametric estimation of partial transition probabilities in multiple decrement models). I would appreciate if someone could provide me with a source where the variance is expressed
2017 Oct 13
3
Machine Scheduler on Power PC: Latency Limit and Register Pressure
...essor is out-of-order. This is a machine independent // estimate of highly machine specific characteristics such as the register // renaming pool and reorder buffer. unsigned MicroOpBufferSize; static const unsigned DefaultMicroOpBufferSize = 0; >> On Oct 13, 2017, at 1:09 PM, Stefan Pintilie via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi, >> >> I've been looking at the Machine Scheduler on Power PC. I am looking only at the pre-RA machine scheduler and I am running it in the default bi-directiona...