Displaying 4 results from an estimated 4 matches for "xiuli".
Did you mean:
liuli
2016 May 10
3
[OpenCL] Question about pre-linking passes required to build OpenCL program
+ llvm-dev
From: Sumner, Brian
Sent: Tuesday, May 10, 2016 3:11 PM
To: Anastasia Stulova <Anastasia.Stulova at arm.com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; cfe-dev (cfe-dev at lists.llvm.org) <cfe-dev at lists.llvm.org>; Pan, Xiuli <xiuli.pan at intel.com>; Bader, Alexey (alexey.bader at intel.com) <alexey.bader at intel.com>
Cc: Stellard, Thomas <Tom.Stellard at amd.com>; Mekhanoshin, Stanislav <Stanislav.Mekhanoshin at amd.com>; nd <nd at arm.com>
Subject: RE: [OpenCL] Question about pre-linkin...
2006 Jul 11
3
least square fit with non-negativity constraints for absorption spectra fitting
...ordinary least square fitting and
non-negativity constraints. The lm() function works well for ordinary
least square fitting, but how to specify non-negativity constraints? It
wouldn't make sense if the fitting coefficients coming out as negative
in absorption spectra deconvolution.
Thanks.
Xiuli
2016 Apr 18
3
GVN pass limitation.
...I have reported a bug in https://llvm.org/bugs/show_bug.cgi?id=25735,
and we could not use this for now.
So if there is another way to pass this memdep-block-scan-limit into the
pass manager or context? Or how could I set this memdep-block-scan-limit
right with libclang and libllvm?
Thanks
Xiuli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160418/be15066f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ll
Type: application/octet-stream...
2016 Apr 18
2
GVN pass limitation.
Cases like this illustrate why we should avoid arbitrary cutoffs in
analysis passes if at all possible.
Philip
On 04/18/2016 03:08 AM, Joerg Sonnenberger via llvm-dev wrote:
> On Mon, Apr 18, 2016 at 05:17:04PM +0800, xiuli pan via llvm-dev wrote:
>> So if there is another way to pass this memdep-block-scan-limit into the
>> pass manager or context? Or how could I set this memdep-block-scan-limit
>> right with libclang and libllvm?
> Can't you call llvm::cl::ParseCommandLineOptions once at sta...