search for: yih

Displaying 20 results from an estimated 49 matches for "yih".

Did you mean: yi
2020 Nov 03
4
[RFC] Backend for Motorola 6800 series CPU (M68k)
...eventually, an official target. We're currently struggling on setting up the buildbot but I believe Adrian (CC-ed) is working on that. So I hope the patches can be sorted out while waiting for the buildbot. CC-ing Craig here since he might able to give some feedbacks Thank you! -Min -- Min-Yih Hsu Ph.D Student in ICS Department, University of California, Irvine (UCI). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201103/7a20be68/attachment.html>
2020 Sep 09
5
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...ews.llvm.org/D87338 Credit: This project was originally started by Paul Robinson < paul.robinson at sony.com> and Edward Dawson <Edd.Dawson at sony.com> from Sony PlayStation compiler team. I picked it up when I was interning there this summer. Thank you for your reading. -Min -- Min-Yih Hsu Ph.D Student in ICS Department, University of California, Irvine (UCI). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200908/eab3480f/attachment.html>
2019 Jun 12
2
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
...ker rule, such > as a NumOps comparison afterwards or the order in which LoopInfo finds > them (this might be indeterministic). However, it might also be ok to > just return 0, meaning both are equally complex. > > Michael > > > Am Di., 11. Juni 2019 um 14:21 Uhr schrieb Min-Yih Hsu via llvm-dev > <llvm-dev at lists.llvm.org>: > > > > Hi, > > > > Recently I got a crash when I tried to analysis a program with > ScalarEvolution AliasAnalysis(SCEV-AA for short). It turns out to be a > (possibly) incorrect assertion inside the CompareSCEV...
2010 Feb 14
2
Estimated Standard Error for Theta in zeroinfl()
...onally, it also provided an estimate of Theta, which I believe is the exp(estimate of log(theta)). However, if I would like to have an standard error of Theta itself (not the SE.logtheta), how would I obtain or calculate that standard error? Thank you very much for your time. Best regards, Tzeng Yih Lam ------------------------------------------------------------------------------ PhD Candidate Department of Forest Engineering, Resources and Management College of Forestry Oregon State University 321 Richardson Hall Corvallis OR 97330 USA Phone: +1.541.713.7504 Fax: +1.541.713.7504 -----------...
2020 Oct 01
4
[RFC] Backend for Motorola 6800 series CPU (M68k)
Its awesome to see so much progress on this! A very minor question - why is it called M680x0 and not M68K given that's what the target arch/triple is and how its usually referred to? Sorry for the bikeshedding.... Simon. On 30/09/2020 21:14, Min-Yih Hsu via llvm-dev wrote: > Hi All, > > I've composed a draft roadmap for this new target. I've decided to try > Github's "Projects" feature, as it provides a clearer view to see all > the blockers and action items, IMAO. Here is the link: > https://github.co...
2011 Aug 09
1
the naming convention libvirt names a block based storage volume
...---------------------------------------- unit:0:0:11 /dev/disk/by-id/wwn-0x600a0b800013071a000035ec4e32b832 On host B loaded with libvirt 0.8.1 # virsh vol-list SanPool1 Name Path ----------------------------------------- 1.0.0.0 /dev/disk/by-id/wwn-0x60080e500017e1d40000d0b74d873b13 Regards, --Yih Yih-Herng Chuang IBM Center for Microsoft Technologies 3600 Carillon Point, Kirkland WA 98033 (DID) (425) 803-7285 (TIE) 977-7285 YihHerng at us.ibm.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/...
2012 Sep 08
1
libvirt failed to respond after quite a few vnet bridges were created
...pond. Neither restart libvirtd nor restart CIMOM helped. There were 152 vnet bridges found on this RHEL KVM host. After all the vnet bridges were manually removed, libvirtd responded normally again. Is there a known issue about the number limit of vnet bridges regarding libvirtd? Thank you. --Yih -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120908/b77712c2/attachment.htm>
2019 Jul 17
3
Loop Opt WG Meeting Minutes for July 17, 2019
...Ran out of time. Postponed to next meeting. ------------------------------------------------------------ Tentative Agenda for next meeting (July 31 @ 11:00 am EST): ------------------------------------------------------------ - Status Updates - Impact of Loop Rotation on existing passes (Min-Yih) - Bugzilla bugs update (Vivek) - Loop Cache Cost Analysis (https://reviews.llvm.org/D63459) (Ettore) - Loop Guard API (https://reviews.llvm.org/D63885) (Whitney) - Data Dependence Graph (Bardia) - Delinearization (Gary Elsesser) - Loop vs Function pass (Jamie Schmeiser) - Loop Gua...
2020 Nov 17
2
wasteful cmake defaults
On Tue Nov 17, 2020 at 6:37 PM GMT, Min-Yih Hsu wrote: > Just trying to understand: Are you suggesting a way to have a “-O0” > build without all the debug information? > Exactly.
2019 Dec 22
2
Loop Access Analysis
The Loop Optimization Working Group had a survey about “canonical” loop required by each loop transformation or analysis. That is, what should we normalize a loop before running a certain loop pass. Here is the survey result: https://tinyurl.com/rhuzny2 (Note that there are two workspaces: “By precondition” and “Breakdown”) Best - Min > On Dec 22, 2019, at 2:40 AM, Shraiysh Vaishay via
2020 Sep 29
3
[RFC] Backend for Motorola 6800 series CPU (M68k)
On Tue, 29 Sep 2020 at 18:53, John Paul Adrian Glaubitz < glaubitz at physik.fu-berlin.de> wrote: > So, shall we setup a server for that or is there some existing > infrastructure > from LLVM that is used in this case? > Unfortunately, we don't have a centralised infrastructure like GCC. Each target community is responsible for maintaining their own buildbots. All we
2020 Sep 09
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev < llvm-dev at lists.llvm.org> wrote: > David mentioned in D87337 that LLVM has used similar techniques on code > size (not sure what he was referencing, my guess will be something related > to hot-cold code splitting). > IIUC, it's just using optsize instead...
2020 Sep 09
4
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...ve time to give this patch some testing. Anything special to look out for except compile benchmark and time to build clang, do you expect any changes in code size? On Wed, Sep 9, 2020, 10:03 Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Wed, 9 Sep 2020 at 01:21, Min-Yih Hsu via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> From the above experiments we observed that compilation / link time >> improvement scaled linearly with the percentage of cold functions we >> skipped. Even if we only skipped functions that never got execute...
2017 Mar 26
5
[Euro LLVM] Unofficial beer before the conference
...lane via llvm-dev wrote: > Hi, I’m one of the poster session authors, I’m also currently in > Saarbruken > All three places sound nice to me, but I’m not familiar with this town so > maybe you can pick the place? > About the time, after 17:30 sounds great. > > Cheers, > Min-Yih Hsu > > Piotr Padlewski via llvm-dev <llvm-dev at lists.llvm.org> 於 2017年3月26日 下午3:58 寫道: > > > > Hi, > > > > I've heard some people are in Saarbrucken and would like to go for a dinner together. > > I've found some places that should be good for...
2020 Sep 10
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...; wrote: > > > > Would it make sense to have a flag to select optnone or optsize? We would > probably also do the tradeoff for a smaller binary. > > > > On Wed, Sep 9, 2020, 19:28 Renato Golin <rengolin at gmail.com> wrote: > > On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > David mentioned in D87337 that LLVM has used similar techniques on code > size (not sure what he was referencing, my guess will be something related > to hot-cold code splitting). > > > > IIUC, it's jus...
2017 Mar 26
3
[Euro LLVM] Unofficial beer before the conference
...session authors, I’m also currently in >>> Saarbruken >>> All three places sound nice to me, but I’m not familiar with this town so >>> maybe you can pick the place? >>> About the time, after 17:30 sounds great. >>> >>> Cheers, >>> Min-Yih Hsu >>>> Piotr Padlewski via llvm-dev <llvm-dev at lists.llvm.org> 於 2017年3月26日 下午3:58 寫道: >>>> >>>> Hi, >>>> >>>> I've heard some people are in Saarbrucken and would like to go for a dinner together. >>>> I've...
2012 Aug 08
1
migration with non-root user
...mc at c3rh1 .ssh]$ sudo virsh list --all Id Name State ---------------------------------------------------- 1 vs2relocate_nonRoot running * The libvirt version is libvirt-0.9.10-21.el6_3.1.x86_64 on both hosts. Anything I may have missied? Thanks, --Yih -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120808/e4c88203/attachment.htm>
2020 Sep 10
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...s.llvm.org>> wrote: Would it make sense to have a flag to select optnone or optsize? We would probably also do the tradeoff for a smaller binary. On Wed, Sep 9, 2020, 19:28 Renato Golin <rengolin at gmail.com<mailto:rengolin at gmail.com>> wrote: On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: David mentioned in D87337 that LLVM has used similar techniques on code size (not sure what he was referencing, my guess will be something related to hot-cold code splitting). IIUC, it's just us...
2019 Jun 11
3
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
Hi, Recently I got a crash when I tried to analysis a program with ScalarEvolution AliasAnalysis(SCEV-AA for short). It turns out to be a (possibly) incorrect assertion inside the CompareSCEVComplexity routine. The simplest solution would be just remove that assertion but I also found that the surrounding logics on calculating SCEV cost seems to be incorrect either. Thus I want to discuss with
2017 Mar 26
3
[Euro LLVM] Unofficial beer before the conference
Hi, I've heard some people are in Saarbrucken and would like to go for a dinner together. I've found some places that should be good for groups: Old Murphys https://goo.gl/maps/aPXjfwJGSgS2 Tante Maja https://goo.gl/maps/yF9Gij5qPoN2 Vapiano https://goo.gl/maps/knK9edHPE1y Is someone interested in meeting this evening (probably after 5:30)? Piotr -------------- next part