search for: choi

Displaying 20 results from an estimated 103 matches for "choi".

Did you mean: chi
2012 Sep 09
1
Addition of Eucalyptus to IaaS section
Hello there, I?m not sure if this is the right mailing list, but I?d like to see if we can add Eucalyptus to the IaaS page here: http://libvirt.org/apps.html#iaas Please let me know what is required in order to add us? Thanks very much, *_________________________* *Eric Choi - *Product Marketing *Eucalyptus Systems* www.eucalyptus.com +1 508 348-9778 Follow us on Twitter <http://twitter.com/#!/eucalyptuscloud> Like our Facebook Page<http://www.facebook.com/pages/Eucalyptus-Systems-Inc/164828240204708> Keep up-to-date with us<http://go.eucalyptus....
2005 Feb 22
4
round() - strange results
...nd(x) [1] 0 2 2 4 4 6 6 8 8 10 10 > cbind(x,round(x)) x [1,] 0.5 0 [2,] 1.5 2 [3,] 2.5 2 [4,] 3.5 4 [5,] 4.5 4 [6,] 5.5 6 [7,] 6.5 6 [8,] 7.5 8 [9,] 8.5 8 [10,] 9.5 10 [11,] 10.5 10 Is this a well-known bug? Thanks in advance, Dongseok Choi, Ph.D. Assistant Professor Division of Biostatistics Department of Public Health & Preventive Medicine Oregon Health & Science University 3181 SW Sam Jackson Park Road, CB-669 Portland, OR 97239-3098 TEL) 503-494-5336 FAX) 503-494-4981 choid@ohsu.edu [[alternative HTML version deleted]]
2005 Jul 13
3
How to increase memory for R on Soliars 10 with 16GB and 64bit R
...d found that the same command ran with x[1:16008] and y[1:16008]. So, it looks to me a memory related problem, but I'm not sure how I can allocate memory block. I read the command line option but not sure what do to with it. Could you help me on this? Thank you very much, Dongseok Choi, Ph.D. Assistant Professor Division of Biostatistics Department of Public Health & Preventive Medicine Oregon Health & Science University 3181 SW Sam Jackson Park Road, CB-669 Portland, OR 97239-3098 TEL) 503-494-5336 FAX) 503-494-4981 choid at ohsu.edu
2012 Jun 01
2
Partial R-square in multiple linear regression
...oefficients, however, I would like to know the individual % contributions of several indepenent variables. I tried searching for this function in many R packages, but it has proven elusive to me. I am an R beginner, and I am hoping that I will find a solution! Thank you very much. Sincerely, Jin Choi MSc Epidemiology student McGill University, Montreal, Quebec, CANADA
2016 Sep 16
2
SCEV cannot compute the trip count of Simple loop
> On Sep 16, 2016, at 2:23 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > Hi Mehdi, > > Mehdi Amini wrote: > > > >> On Sep 16, 2016, at 1:56 PM, Kevin Choi via llvm-dev > >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > >> > >> > int mat[9][9][9]; > >> > for (p = (x+1) ; p < (x+3) ;p++) > >> > mat[x][p-1][i] = mat[x][p-1][i] + 5;____ > >> > } &...
2019 May 07
2
RegAlloc Q: spill when implicit-def physreg is also the output reg of instruction
...ke a bug :). > > When is the implicit-def added? > > What I am thinking is if it gets added after we computed the live > intervals, then we may miss it is there. > > Could you file a public report? > > Thanks, > -Quentin > >> On May 6, 2019, at 3:13 PM, Kevin Choi via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi LLVM, >> >> I ran into a case where RegAlloc would insert a spill across >> instruction that had same register for output operand and >> implicit...
2016 Jul 20
2
load instruction erroneously removed by GVN v2
...er inlining and subsequent passes. I have attached the .bc file. I think I will try to dump out more TBAA metadata between passes. The method in interest is @main. On 20 July 2016 at 11:32, Daniel Berlin <dberlin at dberlin.org> wrote: > > > On Wed, Jul 20, 2016 at 11:24 AM, Kevin Choi <code.kchoi at gmail.com> wrote: > >> Thanks for quick reply Daniel, >> >> I tried to make a simple C testcase, but could not reproduce the same >> condition with output from Clang. >> > > even if you have a .ll file you can share, that would be helpful....
2008 May 02
1
A horizontal or vertical line draw on mosaic plot?
Hi, I want to have a horizontal line on a mosaic plot with "vcd" package. This would give me an idea where is 0.5 proportion in a cell. Using "mosaicplot" function of "graphics" package, I can draw a line using "abline." But, with "mosaic" function of "vcd" package, I have tried to use "abline" function, which complains
2012 Sep 26
1
Write table with data in other .csv template
...0L, 0L, 0L, 0L, 0L), Patrick.Hunt = c(0L, 0L, 0L, 0L, 0L, 0L), Sebastian.Schoenherr = c(0L, 0L, 0L, 0L, 0L, 0L), Roman.Valls = c(0L, 0L, 0L, 0L, 0L, 0L), Pavel.Yaskevich = c(0L, 0L, 0L, 0L, 0L, 0L), Karel.Vervaeke = c(0L, 0L, 0L, 0L, 0L, 0L), Shay.Banon = c(0L, 0L, 0L, 0L, 0L, 0L), Hyunsik.Choi = c(0L, 0L, 0L, 0L, 0L, 0L), Joey.Hung. = c(0L, 0L, 0L, 0L, 0L, 0L ), Tommaso.Teofili = c(0L, 0L, 0L, 0L, 0L, 0L), Jeff.Hammerbacher. = c(0L, 0L, 0L, 0L, 0L, 0L), Andrew.Purtell. = c(0L, 0L, 0L, 0L, 0L, 0L), Johan.Oskarsson = c(0L, 0L, 0L, 0L, 0L, 0L), Erik.Frey = c(0L, 0L, 0L, 0L, 0L, 0L),...
2017 Apr 08
3
How to insert vector type input parameter for function in C/C++ API?
...you so much Craig!!! On Fri, Apr 7, 2017 at 6:05 PM, Craig Topper <craig.topper at gmail.com> wrote: > It should be VectorType::get(Type::getInt32Ty(Context),4). You need the > word "get" after VectorType:: > > ~Craig > > On Fri, Apr 7, 2017 at 6:01 PM, Michael Choi <choimichael103 at gmail.com> > wrote: > >> Thank you so much Craig! >> >> I tried it. But still complaining. Here is the error message during >> compilation. >> >> HowToUseJIT_SIMD_FuncProto.cpp:94:55: error: expected unqualified-id >>...
2011 Jan 30
5
How to relocate $HOME directory
Hi there, As you know, $HOME is generally located at "/home/$username" by default. I would like to re-locate all users' $HOME directories to something like "/export/home/$username" without having a hassle/trouble. Initially, I've thought of just copying them to the new directory (under /export/home/xxx), but guessed it might trouble for the normal use (I'm pretty
2006 Jun 26
3
questions on local customized R distribution CD
...of course. Also, we plan to make it available from the chap web or deposit it to R-project, if requested. 2) If the customized distribution CD is OK, I also hope to get some technical help/advice from the core group members if any one is interested. Thank you very much in advance, Dongseok Choi, PhD The President of the Oregon Chapter of the ASA [[alternative HTML version deleted]]
2005 Apr 11
2
Upgrading to 2.6.11
What would be the proper steps to upgrade to 2.6.11 on centos 4.0 This is what I think... tar -zxvf linux-2.6.11.6.bz2 cd linux-2.6.11.6 make oldconfig - enter for all choies presented vi .config - change 8250_NR_UARTS to 36 to support 4 - 8 port rs232 cards make bzImage make modules_install mkinitrd /boot/initrd-2.6.11.6 2.6.1.6 cp -f arch/i386/boot/bzImage /boot/vmli...
2013 Feb 01
2
Help calculating p-values
I am trying to figure out how to calculate p-values for the difference in prevalence of a risk factor between men and women. For example, I find that 277 out of 710 male patients and 125 out of 305 female patients have obesity, what is the p-value for their difference? If there is a package that can calculate this in bulk, I would appreciate to learn about it! Thank you [[alternative HTML
2016 Sep 16
2
SCEV cannot compute the trip count of Simple loop
@Sanjoy, what's the issue with <nsw>? Moreover, why can't SCEV detect that x is loop invariant and just take the diff/incr? On Fri, Sep 16, 2016 at 2:50 PM, Kevin Choi <code.kchoi at gmail.com> wrote: > Assuming compiler assumes program is free of UB, I suppose trip count of 2 > is always valid. I misplaced valid to trip count when it should've been > "program is valid only for x in [0.6]". > > On Fri, Sep 16, 2016 at 2:29 PM,...
2016 Aug 09
2
[LTO] Bypass the integrated assembler ...
> On Aug 9, 2016, at 9:24 AM, Kevin Choi via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > -Wl,--plugin=LLVMgold.so,--plugin-opt=emit-llvm This is totally Gold specific. The fact that he mentions using LTOCodeGenerator makes me think that he does not use Gold. > > http://llvm.org/docs/CommandGuide/opt.html <htt...
2012 May 05
3
metafor
...edict function from the meta-regression. I thought they should have been the same - can I get help to explain why there are differences? In both cases, I am transforming raw Pearson coefficients to z-transformed coefficients, then back-transforming to raw r after pooling. Thank you very much. Jin Choi MSc (Epidemiology) Student McGill University, Montreal CANADA
2016 Sep 16
2
SCEV cannot compute the trip count of Simple loop
> On Sep 16, 2016, at 1:56 PM, Kevin Choi via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > int mat[9][9][9]; > > for (p = (x+1) ; p < (x+3) ;p++) > > mat[x][p-1][i] = mat[x][p-1][i] + 5; > > } > The trip count of 2 should be valid for x in [0,6]. It is not clear to me why the trip count of...
2017 Apr 08
2
How to insert vector type input parameter for function in C/C++ API?
...t > type>, <num of elements>) and pass the output of that to the Type argument > when creating instructions. To get the scalar element type you can use the > get*Ty methods in IRBuilder or the Type::get*Ty methods. > > ~Craig > > On Fri, Apr 7, 2017 at 5:20 PM, Michael Choi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I am working on AVX2 code generation by LLVM framework. >> >> I want to generate LLVM-IR code for the following code by C/C++ API from >> LLVM framework. I am using LLVM3.8. >> Basically, I want to ge...
2008 May 02
2
mosaic plot of "vcd" package does not stretch with 2-dimension?
Hi, I like mosaic function of "vcd" package. I have played around it. I have found out that mosaic plot data table is 2-dimension does not stretch when you enlarge a mosaic plot. It is okay when data table is 3 or more dimension. The first one is of 3-dimension table case, and the second one is 2-dimension. With the first plot, you can drag window to enlarge a plot. With the