Displaying 18 results from an estimated 18 matches similar to: "memory problems with lm"
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi,
I'm trying to figure out why when I do an rsync (Solaris, version
2.6.4 on both sides) from a site on the West Coast of the US to a site
on the East coast, I keep getting directories updated when I use the
command like this:
# rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \
src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/
And I get output like this,
2007 Jul 05
0
t-values for two-way interactions
I have a model with 3 fixed factors (type, stress, MorD) and two
significant two-way interactions (type*stress, stress*MorD).
x$summary
# Estimate Std.Error DF t.value pvals ci950 ci990 ci999
#(Intercept) 241.738 8.757 994 27.606 0e+00 TRUE TRUE TRUE
#typePsPr -26.516 5.905 994 -4.490 1e-05 TRUE TRUE TRUE
#stressPN -21.820
2018 Aug 07
2
Create an Add Instruction in LLVM IR
I want to create an add instruction that takes two constant operands at the
LLVM IR level. I use the IRBuilder class, but nothing happens. Here is part
of the runOnFunction() method of my function pass:
...
LLVMContext &Context = F.getContext();
IRBuilder<> builder(&Instruction);
Value *Lef = ConstantInt::get(Type::getInt32Ty(Context), 4);
Value *Rig =
2015 Feb 16
3
[LLVMdev] LLVM parallel annotations
Hi all,
I'm a grad student from MIT and as part of my thesis, I will be propagating
parallelism in the IR level. I will be modifying clang and adding LLVM IR
metadata annotations to indicate parallel regions and loops, then write
optimizer passes that will run on top of the annotated LLVM IR.
There has been a lot of research lately on Parallel IRs, such as SPIR[1
2004 Oct 02
2
patch: SDI Xpe images support for pxelinux
Hi,
I added support in pxelinux for SDI (Wndows XP embedded images) files
a few time ago for specific needs. It works well (at least for me atm)
and I think I can now submit it to this list.
I get a very good improvement in speed over the traditional way of
loading SDI images.
* Links :
The 'diff -urN' patch for syslinux-2.11 (documentation included) :
2014 Oct 26
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Hi everybody,
I'm using Lubuntu 14.04 on an old desktop PC with a NVIDIA GeForce 7600
GS and a screen of 19 inches.
The maximal resolution of my screen with Nvidia drivers is 1280x1024.
(In particular, I use the Nvidia 331.89 driver)
With Nouveau driver, the maximal resolution falls to 1024x768.
Is there a solution for increasing the maximum resolution with Nouveau ?
Best regards,
2000 Jun 17
1
Winsock2 port
Is anyone working on a Winsock2 port of openssh?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
2009 Jan 21
1
Joint significance of more regressors in summary
Dear All,
I was wondering if it is possible to generate a regression summary (it does
not matter at this stage if from an lm or for example a glm estimate) in
which to obtain the joint significance of a set of regressors?
Examples could be looking at the joint significance level of a polynomial,
or of a set of exogenous variables of which is of interest the linear
combination suggested by the
2008 Apr 09
4
SYSLINUX 3.63-pre4
I have tackled a major bug that affected sdi.c32 especially, but might
at least theoretically have affected other formats as well. It
*appears* to load the SDI image I managed to stitch together with XP
Embedded Studio, but it doesn't actually boot neither on my system nor
in simulation; then trying to upgrade it to SP2 caused it to corrupt
itself, so I'm not all that keen to trying
2005 Sep 25
1
File size and graphics from com32 modules (unrelated)
Hi,
I'm working on a com32 module in which I need to get some file size.
The only way I found was to include the "lib/sys/file.h" header file and get the
i.length field from the file_info structure (once a file descriptor is open).
I understand that this structure is internal to the Com32 file I/O
implementation and should
not be accessed from com32 modules. So is there a
2011 Nov 28
1
2 Y-AXIS labels on the same (left-hand side) Y-AXIS XXXX
Hello everyone,
Is it possible to specify a 2 line y-axis label on the same lef-hand side
y-axis? I am using the \n regular expression, but only the 2nd line appears
(I assume the 1st line is printed off the page...)
plot(PRE_SHB,R1,
main="Figure 1.1: Scatterplot of Residualized
Post Score",
xlab = "Pre Score",
ylab = "Residualized Post Score \n
(Adjusted for Age
2018 May 29
0
Inline constant std::function parameter
On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote:
> However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation?
In general, the inliner can only inline direct function calls (not
virtual calls, or calls through a function pointer or std::function);
otherwise,
2018 May 29
2
Inline constant std::function parameter
Hey LLVM-dev,
I'm trying to inline the following C++ code:
__attribute__((always_inline)) static void inline compose(const char* s, std::function<void(const char *)> f) {
std::cout << s << std::endl;
f(s);
}
// --------------- Main ---------------
int main() {
// Nest three things
compose("hello world", [](const
2018 May 29
1
Inline constant std::function parameter
I was afraid that was the case, since std::function is not a first-class object of LLVM.
Every implementation that I can think of that inlines std::function intrinsically seems a bit awkward, in the way that it will be along the lines:
“Treat this class (std::function) in a special way”
A better way would be to generalize for all callables, and say something along the lines of
“If a class has
2010 Sep 18
1
Drawing Heatmap using gplots
Hi,
I am using heatmap.2 of gplots to make heatmaps of my the attached file. I
am giving my code for the same ..
library(gplots)
x=read.table("1.txt", header=TRUE)
mat=data.matrix(x)
heatmap.2(mat, col=greenred(75),
Rowv=TRUE,
Colv=TRUE,
distfun = dist,
hclustfun = hclust,
dendrogram = c("both"),
scale = c("row"),
na.rm=TRUE,
trace="none",
2014 Jan 07
38
[Bug 73358] New: [nv34] adobe flash + firefox -> DATA_ERROR
https://bugs.freedesktop.org/show_bug.cgi?id=73358
Priority: medium
Bug ID: 73358
Assignee: nouveau at lists.freedesktop.org
Summary: [nv34] adobe flash + firefox -> DATA_ERROR
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: ronald645 at gmail.com
2008 Dec 05
6
xen-3.0-x86_32 not supported by xen kernel
I build a DomU kernel on RHEL AS5.1. But when I boot this Guest DomU with the kernel, it gives me error message:
Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n'')
Can someone give me any suggestion about this problem?
Thank you!
Joe
_______________________________________________
Xen-users
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking