Displaying 6 results from an estimated 6 matches for "t_5".
Did you mean:
t5
2011 Mar 18
2
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. -- Resending with corrected .txt file
Due to an error on my part, I have renamed the previously attached file from
T_5-04b_LTC-SE-SO-Compared.csv to
T_5-04b_LTC-SE-SO-Compared.txt.
It remains a comma-delimited file so the extension can be changed and used per the script, or loaded separately.
My sincere apologies,
Guy
-----Original Message-----
From: Guy Jett
Sent: Friday, March 18, 2011 1:13 PM
To: 'r-h...
2014 Sep 30
2
[LLVMdev] Behaviour of NVPTX intrinsic
...test.ll
-------
; ModuleID = 'test.bc'
define void @test(i16* %I_0, i16* %I_1, i16* %I_2, i16* %I_3, i16* %O_0) {
entry:
%T_0 = load volatile i16* %I_0
%T_1 = load volatile i16* %I_1
%T_2 = load volatile i16* %I_2
%T_3 = load volatile i16* %I_3
call void @llvm.nvvm.barrier0()
%T_5 = add i16 %T_1, %T_3
call void @llvm.nvvm.barrier0()
%T_7 = mul i16 %T_0, %T_2
%T_8 = xor i16 %T_2, %T_0
%T_9 = mul i16 %T_0, %T_1
call void @llvm.nvvm.barrier0()
%T_11 = sub i16 %T_7, %T_5
%T_12 = add i16 %T_8, %T_9
%T_13 = add i16 %T_11, %T_12
store volatile i16 %T_13, i16* %O_0...
2014 Sep 30
2
[LLVMdev] Behaviour of NVPTX intrinsic
is there any guarantee that the nvptx intrinsic "llvm.nvvm.barrier0" will
not be moved around by opt ?
In other words, can I expect all the instructions above
"llvm.nvvm.barrier0" to remain above it and those below it to remain below,
after all the opt passes are run ?
If that is not the case, is there a way to define such an intrinsic ?
Thanks.
-------------- next part
2011 Mar 18
1
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order.
...t fails in two
# ways. Both the primary conditioning variable (Transect), and the
# secondary conditioning variable (Offset) are in alphanumeric order,
# rather than the specific order I need.
# Here is a call to the input datafile, which should be attached.
df <- read.csv(file = "T_5-04b_LTC-SE-SO-Compared.csv")
# Basic default plot (correct data, incorrect layout):
xyplot((sbd+sed)/2 ~ Result | Offset+Transect, groups = PARLABEL, as.table = TRUE,
data = df,
layout = c(14,4), type = "b")
# I attempted to control the order following the method descri...
2006 Jan 31
0
Help with boot()
...rogrammed a bootstrap using some homebrew code and it worked
fine. But, I am trying to use the more efficient boot function. I have
placed some sample data for replication of my problem at the bottom of
this email. For the sample problem, I have 10 subjects each with 5
observations Y_t = (t_1, ..., t_5). Consider these 'longitudinal' data.
So, I use reshape to put into the long format in order to regress the
observations onto time, a time-varying covariate. I do the regression
for each individual separately:
Y_{t} = \mu + \beta(time) + \epsilon_{t}
To get the statistic of interest (sigm...
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