search for: kang

Displaying 20 results from an estimated 625 matches for "kang".

Did you mean: hang
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
...05?12? 22:38, H. Peter Anvin wrote: > That is because it needs to use fseeko() and use off_t. Do you mean it does need a patch for isohybrid.c. And the patch looks like: #if _FILE_OFFSET_BITS == 64 fseeko(...) #else fseek(...) Regards, Kai > > On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >> On 2014?05?12? 10:49, H. Peter Anvin wrote: >>> On 05/11/2014 06:56 PM, Kai Kang wrote: >>>> When call isohybrid with option '-u', it overflows on a 32 bits >> host. It >>>> seeks to 512 bytes befor...
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 10:49, H. Peter Anvin wrote: > On 05/11/2014 06:56 PM, Kai Kang wrote: >> When call isohybrid with option '-u', it overflows on a 32 bits host. It >> seeks to 512 bytes before the end of the image to install gpt header. If >> the size of image is larger than LONG_MAX, it overflows fseek() and >> cause error: >> >> iso...
2003 Oct 20
3
Music Onhold Configuration
Anyone can share me with Music Onhold Configuration sample? Thanks in advance for your help, Kang
2015 Feb 23
2
[LLVMdev] LLVM IR in DAG form
...s to help in analysing memory operations. I don't think we've settled on a concrete proposal yet, but I wouldn't be surprised to see something in the form of an analysis pass which produces 'def-use' information for memory operations. Philip On 02/22/2015 07:47 PM, Jeehoon Kang wrote: > Thank you David and Jeremy! > > I am quite convinced that LLVM IR in SSA form already expresses data > dependence quite well, as said David and Jeremy. Expressing IR in DAG > may enable more optimizations on memory operations, but the benefit > seems to be not so much....
2015 Feb 21
2
[LLVMdev] LLVM IR in DAG form
On Sat, Feb 21, 2015 at 6:38 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk > wrote: > > > On 21 Feb 2015, at 05:59, Jeehoon Kang <jeehoon.kang at sf.snu.ac.kr> > wrote: > > > > this is Jeehoon Kang, a CS PhD student and a newbie to LLVM. > > > > I am wondering why LLVM IR's basic block consists of a list of > instructions, > > rather than a DAG of instruction as in the low level...
2009 Sep 30
2
[LLVMdev] long double type on ARM
...quot;mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h nmmintrin.h" (out_cxx_file variable is empty for ARM target) I wonder if llvm-gcc 4.2 front-end support bitcode conversion for ARM target. Thank you. Best regards, Jin-Gu Kang ________________________________ From: Bob Wilson [bob.wilson at apple.com] Sent: Thursday, October 01, 2009 1:23 AM To: Jin Gu Kang Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] long double type on ARM Unlike llvm itself, llvm-gcc needs to be configured for a particular target architecture....
2002 May 18
5
Length of a string
...oo" and I want to find out the number of character in foo (in other words, R should return 5 since "myfoo" has 5 charactors. How can I do it? I tried: length(foo) but it returned 1. Cheers, Kevin ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGDipSci Student Department of Statistics University of Auckland New Zealand Homepage: http://www.stat.auckland.ac.nz/~kwan022 E-mail: kwan022 at stat.auckland.ac.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Rea...
2015 Feb 21
2
[LLVMdev] LLVM IR in DAG form
Hi all, this is Jeehoon Kang, a CS PhD student and a newbie to LLVM. I am wondering why LLVM IR's basic block consists of a list of instructions, rather than a DAG of instruction as in the low level (ISelectionDAG). My gut feeling tells me that LLVM IR in DAG form may admit more optimisations in a systematic manner. This...
2014 May 12
4
[PATCH] isohybrid: fix overflow on 32 bit system
...nd of the image to install gpt header. If the size of image is larger than LONG_MAX, it overflows fseek() and cause error: isohybrid: wrlinux-image-x86-64-20140505110100.iso: seek error - 8: Invalid argument Check the offset and call fseek() multi-times if offset is too large. Signed-off-by: Kai Kang <kai.kang at windriver.com> --- utils/isohybrid.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 410bb60..4047287 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -34,6 +34,7 @@ #include <stdlib.h&g...
2002 Apr 15
1
Re: Writting R Function
Hi, I think I found the problem. It lies in my Fortran program. Is there a way, after a DO loop, to make sure it does NOT return anything? Cheers, Kevin On Mon, 15 Apr 2002, Ko-Kang Kevin Wang wrote: > Date: Mon, 15 Apr 2002 17:27:20 +1200 (NZST) > From: Ko-Kang Kevin Wang <kwan022 at stat1.stat.auckland.ac.nz> > To: R Help <r-help at stat.math.ethz.ch> > Subject: Writting R Function > > Hi, > > Suppose I have a function as below: >...
2009 Sep 30
0
[LLVMdev] long double type on ARM
...or 2.5, the ARM port of llvm-gcc did not require a separate llvm-arm.cpp source file, so nothing needed to be added to config.gcc. It worked fine as far as I know. For 2.6, you will see that there are some ARM-related changes to config.gcc in llvm-gcc. On Sep 30, 2009, at 9:44 AM, Jin Gu Kang wrote: > Hi Bob! > > I could not find llvm file for ARM target in llvm-gcc 4.2 front end > source code. > > $llvm-gcc-src/gcc/config.gcc file > > alpha*-*-*) > cpu_type=alpha > need_64bit_hwint=yes > # LLVM LOCAL begin > out_cxx_file=alpha/llvm-alpha.cpp...
2009 Sep 30
5
[LLVMdev] long double type on ARM
...-7.4 package for ARM linux using LLVM 2.5 version. When i compiled 'od' program in coreutils package using LLVM 2.5, i could see the error message on llc processing. > llvm-gcc -emit-llvm ./od.c -c -o ./od.bc -other-options... > llc -march=arm ./od.bc -f -o ./od.s llc: /home/jaykang10/HardDisk2/Projects/LLVM/src/llvm-2.5/lib/Target/TargetData.cpp:305: unsigned int llvm::TargetData::getAlignmentInfo(llvm::AlignTypeEnum, uint32_t, bool, const llvm::Type*) const: Assertion `AlignType == VECTOR_ALIGN && "Unknown alignment type!"' failed. The problem was that...
2000 Jul 31
4
Loop Delaying
...slow down the loop (if possible), and so I have time to save each "part" of the loop (or each plot when it is produced) as a gif file, and later on put these gif files together using some kind of GIF Animators. Anyway, just wonder if the for loop can be slowed down forcebly. Cheers, Ko-Kang (Kevin) Wang -------------- next part -------------- A non-text attachment was scrubbed... Name: Ko-Kang.vcf Type: text/x-vcard Size: 306 bytes Desc: Card for Ko-Kang Wang Url : https://stat.ethz.ch/pipermail/r-help/attachments/20000731/d73ba8d7/Ko-Kang.vcf
2014 May 13
0
[PATCH] isohybrid: fix overflow on 32 bit system
No #if. On May 12, 2014 6:26:18 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >On 2014?05?12? 22:38, H. Peter Anvin wrote: >> That is because it needs to use fseeko() and use off_t. > >Do you mean it does need a patch for isohybrid.c. And the patch looks >like: > >#if _FILE_OFFSET_BITS == 64 > fseeko...
2002 Feb 04
1
row.names in read.table()
...rying to read in the following data set by using: gas <- read.table("gas.tab", header = T) when I got the error message: Error in "row.names<-.data.frame"(*tmp*, value = row.names) : duplicate row.names are not allowed Any help are appreciated. Thanks, Ko-Kang Wang ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGDipSci Student (Summer Research Assistant) Department of Statistics University of Auckland New Zealand -------------- next part -------------- X1 X2 X3 X4 Y 33 53 3.32 3.42 29 30...
2002 Sep 18
2
More on list to data frame (was: Re: List to Data Frame
...for all 25 subsets )) Is it possible to do this, without doing unlist(FOO[[i]]) 25 times? Cheers, Kevin On Fri, 23 Aug 2002, Patrick Connolly wrote: > Date: Fri, 23 Aug 2002 17:02:37 +1200 > From: Patrick Connolly <p.connolly at hortresearch.co.nz> > To: Ko-Kang Kevin Wang <kwan022 at stat.auckland.ac.nz> > Subject: Re: [R] List to Data Frame > > On Fri, 23-Aug-2002 at 01:35PM +1200, Ko-Kang Kevin Wang wrote: > > |> Hi, > |> > |> Suppose I have two lists. The first list is called FOO while the second > |> is ca...
2007 Oct 24
3
multiply for vector in R
Dear All, Is there a conmand to calculate the multiplication of the elements in a vector? For example: a=c(1,2,3,4) I want to get 1*2*3*4=24. Because the dimension of the vector is high, I want to know there is a command for this task in R? Thank you so much! Kang __________________________________________________ [[alternative HTML version deleted]]
2016 Jan 29
5
Question about store with unaligned memory address
...ith chain. I guess it assumes each vector element's address is different. The each store is lowered to load and store nodes with high and low address but they are not connected with the other store's one. It causes problem. I am not sure how to solve this situation correctly. Thanks, JinGu Kang 2016-01-29 18:11 GMT+00:00 Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org>: > On 1/29/2016 10:47 AM, JinGu Kang via llvm-dev wrote: >> >> >> I am doing it with lowering store as follow: >> >> 1. make low and high address with alignment. >&gt...
2016 Feb 01
2
Question about store with unaligned memory address
Hi Bruce, Thanks for response. I also think it is not good way. Do you have the other ways to legalize it? Thanks, JinGu Kang 2016-02-01 13:11 GMT+00:00 Bruce Hoult <bruce at hoult.org>: > In fact this is a pretty bad legalizing/lowering because you only need to > load and edit for the first and last values in the vector. The other words > are completely replaced and don't need to be loaded at all. &gt...
2002 Mar 24
3
Data Checking
.... . . . Suppose that I know there have been some data entry errors and I want to check if ALL values in c is really the sum of a and b, and if not, print out the whole line (i.e. all values of a, b and c in that row). Any help on how I can write this if elseif block will be apprecaited! Ko-Kang ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGDipSci Student Department of Statistics University of Auckland New Zealand -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read h...