search for: ssd2

Displaying 14 results from an estimated 14 matches for "ssd2".

Did you mean: ssd
2018 Jun 07
2
[lld] ObjFile::createRegular is oblivious of PendingComdat
...oad a reproducer for further investigation. (I omitted it to avoid manually packaging a whole set of object files - I think --reproduce=<repro> doesn't work on Windows yet). For reference, here's the segfault: #0 0x0000000000500999 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /ssd2/pirama/ll$ m-upstream/llvm/lib/Support/Unix/Signals.inc:488:11 #1 0x0000000000500b49 PrintStackTraceSignalHandler(void*) /ssd2/pirama/llvm-upstream$ llvm/lib/Support/Unix/Signals.inc:552:1 #2 0x00000000004ff1d6 llvm::sys::RunSignalHandlers() /ssd2/pirama/llvm-upstream/llvm$ lib/Support/Signals.cpp:...
2018 Jun 07
2
[lld] ObjFile::createRegular is oblivious of PendingComdat
...ed it to avoid >> manually packaging a whole set of object files - I think >> --reproduce=<repro> doesn't work on Windows yet). >> >> For reference, here's the segfault: >> #0 0x0000000000500999 llvm::sys::PrintStackTrace(llvm::raw_ostream&) >> /ssd2/pirama/ll$ >> m-upstream/llvm/lib/Support/Unix/Signals.inc:488:11 >> >> #1 0x0000000000500b49 PrintStackTraceSignalHandler(void*) >> /ssd2/pirama/llvm-upstream$ >> llvm/lib/Support/Unix/Signals.inc:552:1 >> #2 0x00000000004ff1d6 llvm::sys::RunSignalHandlers() &gt...
2009 Dec 03
5
L2ARC in clusters
Hi, When deploying ZFS in cluster environment it would be nice to be able to have some SSDs as local drives (not on SAN) and when pool switches over to the other node zfs would pick up the node''s local disk drives as L2ARC. To better clarify what I mean lets assume there is a 2-node cluster with 1sx 2540 disk array. Now lets put 4x SSDs in each node (as internal/local drives). Now
2012 May 29
1
need help to find type I error rate for modified F statistic
...ding ii) after obtain F value, how i can proceed to obtain type I error rate? h=0 g=0 n=15 alpha=0.1 k=floor(alpha*n)+1 r=k-(alpha*n) i=k+1 m=n-k J=2 trim1<-rep(NA,asim) trim2<-rep(NA,asim) pw<-rep(NA,asim) qw<-rep(NA,asim) px<-rep(NA,asim) qx<-rep(NA,asim) ssd1<-rep(NA,asim) ssd2<-rep(NA,asim) madN1<-rep(NA,asim) madN2<-rep(NA,asim) lo.w<-rep(NA,asim) up.w<-rep(NA,asim) lo.x<-rep(NA,asim) up.x<-rep(NA,asim) hw<-rep(NA,asim) hx<-rep(NA,asim) xbar.t<-rep(NA,asim) num<-rep(NA,asim) df2<-rep(NA,asim) denom<-rep(NA,asim) F<-rep(NA,asim)...
2018 May 09
2
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...> Thanks for looking into this. I hadn't initially tried ToT, but it > reproduces in ToT as well when I tried. > > $ ./clang --version > > clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) > Target: x86_64-unknown-linux-gnu > Thread model: posix > InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. > > $ ./ld.lld --version > LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) > > > On Wed, May 9, 2018 at 6:44 AM Teresa Johnson <tejohnson at google.com> > wrote: &g...
2012 Jun 14
0
fixed trimmed mean for j-group
...[n4-k4+1] win1=1/n1* (sum(mat1[e1:f1])+k1*(x1+u1)) win2=1/n2* (sum(mat2[e2:f2])+k2*(x2+u2)) win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3)) win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4)) ## g-winsorized sum of squared deviations ssd1=sum((mat1[e1:f1]-win1)^2) + k1*((mat1[k1+1]-win1)^2 + (mat1[n1-k1]-win1)^2) ssd2=sum((mat2[e2:f2]-win2)^2) + k2*((mat2[k2+1]-win2)^2 + (mat2[n2-k2]-win2)^2) ssd3=sum((mat3[e3:f3]-win3)^2) + k3*((mat3[k3+1]-win3)^2 + (mat3[n3-k3]-win3)^2) ssd4=sum((mat4[e4:f4]-win4)^2) + k4*((mat4[k4+1]-win4)^2 + (mat4[n4-k4]-win4)^2) ## calculate f statistic J=4 h1=n1-2*floor(alpha*n1) h2=n2-...
2018 May 09
0
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
Hi Teresa, Thanks for looking into this. I hadn't initially tried ToT, but it reproduces in ToT as well when I tried. $ ./clang --version clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. $ ./ld.lld --version LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) On Wed, May 9, 2018 at 6:44 AM Teresa Johnson <tejohnson at google.com> wrote: > > > On Wed, May 9, 201...
2012 Jul 07
0
fixed trimmed mean for group
...2+u2)) > win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3)) > win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4)) > > ## g-winsorized sum of squared deviations > > ssd1=sum((mat1[e1:f1]-win1)^2) + k1*((mat1[k1+1]-win1)^2 + > (mat1[n1-k1]-win1)^2) > ssd2=sum((mat2[e2:f2]-win2)^2) + k2*((mat2[k2+1]-win2)^2 + > (mat2[n2-k2]-win2)^2) > ssd3=sum((mat3[e3:f3]-win3)^2) + k3*((mat3[k3+1]-win3)^2 + > (mat3[n3-k3]-win3)^2) > ssd4=sum((mat4[e4:f4]-win4)^2) + k4*((mat4[k4+1]-win4)^2 + > (mat4[n4-k4]-win4)...
2018 May 09
0
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...s. I hadn't initially tried ToT, but it >> reproduces in ToT as well when I tried. >> >> $ ./clang --version >> >> clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) >> Target: x86_64-unknown-linux-gnu >> Thread model: posix >> InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. >> >> $ ./ld.lld --version >> LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) >> >> >> On Wed, May 9, 2018 at 6:44 AM Teresa Johnson <tejohnson at googl...
2018 May 09
2
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
On Wed, May 9, 2018 at 6:43 AM Teresa Johnson <tejohnson at google.com> wrote: > Hi Pirama, > > I can't reproduce with either lld or gold, using a compiler built from > head. What version is your clang? > (and your lld) > > Thanks, > Teresa > > On Tue, May 8, 2018 at 7:50 PM Pirama Arumuga Nainar via llvm-dev < > llvm-dev at lists.llvm.org>
2018 May 09
2
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...ToT, but it >>> reproduces in ToT as well when I tried. >>> >>> $ ./clang --version >>> >>> clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) >>> Target: x86_64-unknown-linux-gnu >>> Thread model: posix >>> InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. >>> >>> $ ./ld.lld --version >>> LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) >>> >>> >>> On Wed, May 9, 2018 at 6:44 AM Teresa Johnso...
2018 May 09
0
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...produces in ToT as well when I tried. >>>> >>>> $ ./clang --version >>>> >>>> clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) >>>> Target: x86_64-unknown-linux-gnu >>>> Thread model: posix >>>> InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. >>>> >>>> $ ./ld.lld --version >>>> LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) >>>> >>>> >>>> On Wed, May 9, 2018...
2018 May 11
1
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...I tried. >>>>> >>>>> $ ./clang --version >>>>> >>>>> clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) >>>>> Target: x86_64-unknown-linux-gnu >>>>> Thread model: posix >>>>> InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. >>>>> >>>>> $ ./ld.lld --version >>>>> LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) >>>>> >>>>> >>>>&...
2005 Feb 18
0
Suggestions for enhanced routines for "mlm" models.
...aled covariance matrix and estVar. anova.mlm, anova.mlmlist, drop1.mlm, add1.mlm These can (seemingly...) be obtained by relatively small modifications of their lm counterparts. The actual test calculations need to be excised from summary.manova (generalize? e.g. mvlin.test(SSD1, SSD2, method="Pillai")). It should be possible to wedge in tests under sphericity assumptions (with Greenhouse-Geisser and Huynh-Feldt corrections), as well as transformation/conditioning matrices (see below). A more radical idea is to say that these are all different kinds...