Displaying 20 results from an estimated 227 matches for "hui".
Did you mean:
hi
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
Upgrade clang? I can't reproduce it with trunk.
On 4 June 2015 at 14:48, Hui Zhang <wayne.huizhang at gmail.com> wrote:
> Yes, I found this link, but what's the solution??
>
> On Thu, Jun 4, 2015 at 1:09 PM, Rafael Espíndola
> <rafael.espindola at gmail.com> wrote:
>>
>> I think this is https://llvm.org/bugs/show_bug.cgi?id=16846
>...
2015 Nov 04
2
how to add the location debug info for each instruction
> On Nov 3, 2015, at 5:00 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote:
>
> Hello,
>
> I found a weird thing in llvm 3.3:
>
> For exactly the same MDNode *space, if I cast it to DILocation loc(space) and call loc.getFileName(), or I cast it to DIScope sco(space) and call sco.getFilename(), th...
2005 May 10
4
density function
..." outputs the gaussian mixture formula
that is estimated from the input data, assuming a gaussian model is used
at each data point ? I want to take the derivative of the finally
estimated gaussian mixture formula for further analysis.
Thanks in advance for any help that you can offer me!
Hui
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
I think this is https://llvm.org/bugs/show_bug.cgi?id=16846
On Jun 4, 2015 12:04 PM, "Hui Zhang" <wayne.huizhang at gmail.com> wrote:
> Is there any clue for this error ?
>
> Thanks
>
> On Tue, Jun 2, 2015 at 5:47 PM, Hui Zhang <wayne.huizhang at gmail.com>
> wrote:
>
>> Hello,
>>
>> I'm having this error and couldn't find...
2012 May 22
3
pad leading zeros in front of strings
Dear All,
This question sounds very simple but I don't know where I am wrong. I just want to pad leading zeros in some string, for example, "123" becomes "00123". What is wrong if I do following?
> sprintf("%05s", "123")
[1] " 123"
It didn't return "00123", instead it padded with 'blank'.
Thank you for your help
2005 Apr 18
4
longer object length, is not a multiple of shorter object length in: kappa * gcounts
...n function as follows:
> est <- KernSmooth::bkde(x3, bandwidth=10)
When setting bandwidth less than 5, I got the error "longer object
length, is not a multiple of shorter object length in: kappa * gcounts ".
I wonder if there is anybody who can explain the error for me?
Thanks!
Hui
2004 Mar 31
3
help with the usage of "randomForest"
...t the error msg I got is:
Error in randomForest.default(m, y, ...) :
Need at least two classes to do classification.
I learned the usage of randomForest from:
http://www.maths.lth.se/help/R/.R/library/randomForest/html/randomForest.html
Thanks a lot for any of your comments in advance!
Hui Han
Department of Computer Science and Engineering,
The Pennsylvania State University
University Park, PA,16802
email: hhan at cse.psu.edu
homepage: http://www.cse.psu.edu/~hhan
2014 Oct 01
3
[LLVMdev] need help on llvm support for Chapel
...t should be just "main" or null since Chapel
programs doesn't necessarily need a function definition inside). SO why
did "weird" functions come out and how can I remove them from what I need
(only functions from the source Chapel program) ???
thanks !!!
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141001/9f1209d7/attachment.html>
2011 Feb 25
7
R in different OS
Hi All,
I have two Rs, one has been installed in Windows system and another one has been installed under UNIX system. Is there any environmental variable or function to tell me which R I am using? The reason that I need to know it is under different system, the data path could be different. I want to do something like
if it is R under Windows
path =
2015 Apr 15
2
[LLVMdev] where is type symbol table now
...than 3.3, so how can I get the name of a type(e.g a user-defined structure)
if we have Type* of that ?
Besides, I checked that old llvm maintains a TypeSymbolTable that enabled
type name look-up, so what's the replacement and mechanism of it in the
newer llvm now ?
thanks
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150415/0fe1aae3/attachment.html>
2015 Nov 03
3
how to add the location debug info for each instruction
...hanged, so I want to *know what functions(I checked all funcs in
DIBuilder.h but didn't find a appropriate one) are used to attach those
!dbg nodes to each instruction ?* It would be even better if you can points
to the places that clang uses to create those nodes.
Thanks !
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151103/caa08fb4/attachment.html>
2004 Apr 13
3
randomForest: more than one variable needed?
...du hpclass
1 -1.0 not
2 -1.0 not
3 -0.2 not
4 1.0 hp
5 1.0 hp
> randomForest(hpclass ~., data=sample.subset, importance=TRUE);
Error in if (n == 0) stop("data (x) has 0 rows") :
argument is of length zero
Best regards,
Hui Han
Department of Computer Science and Engineering,
The Pennsylvania State University
University Park, PA,16802
email: hhan at cse.psu.edu
homepage: http://www.cse.psu.edu/~hhan
2015 Jun 02
2
[LLVMdev] MDNodeFwdDecl
> On 2015-Jun-02, at 11:14, Hui Zhang <wayne.huizhang at gmail.com> wrote:
>
> Any ideas ?
>
> Thanks
>
> On Tue, Jun 2, 2015 at 12:40 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote:
> Hello,
>
> I'm having this assertion fail when I was using DIBuilder to create the debug informa...
2016 May 23
0
Hui, your password was successfully reset
Hi Hui,
You've successfully changed your LinkedIn password.
Thanks for using LinkedIn!
The LinkedIn Team
When and where this happened:
Date:May 22, 2016, 10:39 PM
Browser:Safari
Operating System:OS X
Approximate Location:San Jose, California, United States
Didn't do this? Be sure to c...
2015 May 27
3
[LLVMdev] how to fix this "Expected no forward declarations!" assertion fail
...declarations!
!722
All nodes should be resolved!
!716
How should I debug it since the bitcode file isn't generated and I can't
see what exactly those MDNodes represent...
Any information would be great appreciated, not found any useful posts
online yet
Thanks a lot !
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150527/ca392512/attachment.html>
2005 Jun 09
5
How to plot more than 3 sets in Venn Diagrams?
I'm trying to plot Venn diagrams with more than 3 sets (5 actually) in order to describe graphically the genetic variation between populations.
I tried the limma library but realised it can only plot 3 sets.
Is there any solution? Of course I could plot the chart manually but it'll take too long (have other datasets)..... One of my dataset is given below.
THanks for any advice.
j
2014 Dec 19
2
[LLVMdev] question about the DIBuilder::createStructType
Hello, Richard
Thanks a lot !
On Fri, Dec 19, 2014 at 10:04 AM, RICHARD STUCKEY <
richard.stuckey at virgin.net> wrote:
>
> Hi, Hui Zang,
>
> It helps to remember that at runtime a variable of a structure type has to
> be allocated store, and to think about how that variable is laid out in
> store.
>
> You must use createMemberType to create a DIType for *each* field (aka
> member) in the structure; you the...
2015 Feb 24
2
[LLVMdev] difference between MDNode and NamedMDNode
...tion of metadata node: does it have to
contain different types of data ? And does a named metadata have to have a
string name ? I know the named metadata can only contain metadatas
e.g.
!3=metadata !{metadata !1, metadata !2}
Does it belong to NamedMDNode or MDNode ?
Thanks!
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150224/7d02e3dd/attachment.html>
2014 Sep 30
2
[LLVMdev] the difference of debug information descriptor between versions
...ly different metadata layout as what I read on
http://llvm.org/docs/SourceLevelDebugging.html#debugger-intrinsic-functions,
which should be compatible with the latest 3.6 version, so where can I
check the detailed difference in each version ? e.g I'm using llvm 3.3 ?
thanks
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140929/7cde1797/attachment.html>
2015 Jun 02
2
[LLVMdev] MDNodeFwdDecl
....edu/pipermail/llvm-commits/Week-of-Mon-20150119/253730.html
saying that MDNodeFwdDecl has been removed, and neither can I find class
reference of it on the llvm doxgen website. So is it still valid ??
2. How and when will it be generated when I use DIBuilder module ?
Thanks
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150602/086788ec/attachment.html>