search for: kuan

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

Did you mean: juan
2011 Apr 26
1
Public Apology to Minister Mentor Lee Kuan Yew and Prime Minister Lee Hsien Loong, Singapore
I was misconstrued as having insulted Minister Mentor Lee Kuan Yew. My words were twisted and misinterpreted and I feel that there is a need to explain myself and set the record straight. [b]What really happened[/b] It was sometime in Aug/Sep in the year 2009. The setting was in the Tampines Central office of Asiasoft Online Pte Ltd. I was having a ***ve...
2013 Oct 16
0
[LLVMdev] MI scheduler produce badly code with inline function
...sn’t even attempt to do that. (This was done mainly to demonstrate the feature set of the new model, not because it’s terribly important). The new model for A9 is also complicated by a mapping from the old itinerary classes to the new machine model. -Andy > Thanks, > > Kind regards > Kuan-Hsu > > > > 2013/10/15 Andrew Trick <atrick at apple.com> > > On Oct 14, 2013, at 3:27 AM, Zakk <zakk0610 at gmail.com> wrote: > >> Hi all, >> I meet this problem when compiling the TREAM benchmark (http://www.cs.virginia.edu/stream/FTP/Code/) with...
2013 Oct 16
3
[LLVMdev] MI scheduler produce badly code with inline function
...add r1, r1, #32 cmp r1, r3 vmul.f64 d19, d19, d16 vmul.f64 d20, d20, d16 vstmia r0, {d17, d18, d19, d20} bne .LBB0_1 bx lr this is just because A9's per-operand machine model is not implemented well? By the way, why do you want to use the new machine model for mi-sched? Thanks, Kind regards Kuan-Hsu 2013/10/15 Andrew Trick <atrick at apple.com> > > On Oct 14, 2013, at 3:27 AM, Zakk <zakk0610 at gmail.com> wrote: > > Hi all, > I meet this problem when compiling the TREAM benchmark ( > http://www.cs.virginia.edu/stream/FTP/Code/) with enable-misched > &gt...
2013 Oct 21
1
[LLVMdev] MI scheduler produce badly code with inline function
...: let BufferSize=0 in { def IF: ProcResource<1>; def ID: ProcResource<1>; def EX: ProcResource<1>; def WB: ProcResource<1>; } def : WriteRes<WriteALU, [IF, ID, EX1, WB]> ; or define each stage as SchedWrite type and use WriteSequence to define this sequence? Thanks, Kuan-Hsu 2013/10/16 Andrew Trick <atrick at apple.com> > > On Oct 15, 2013, at 9:28 PM, Zakk <zakk0610 at gmail.com> wrote: > > Hi Andy, thanks for your help!! > The scheduled code by method A is same as B when using the new machine > model. > it's make sense, but...
2010 Mar 16
2
[LLVMdev] is it possible to use gcc vectorizer ?
hi all, gcc provides auto-vectorization on the tree-ssa framework, and llvm-gcc uses tree-ssa to generate LLVM IR. so, is it possible to use gcc vectorizer in LLVM? -- Best regards Kuan-Hsu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100316/884b5cc3/attachment.html>
2020 Jan 06
2
Encode target-abi into LLVM bitcode for LTO.
...ompiling with -mabi=ilp32f) >> >> Is it a good idea to encode target-abi into bitcode? >> If yes, is there another good approach to fix AsmBackend issue? >> I’d appreciate any help or suggestions. >> >> Thanks. >> >> -- >> Best regards, >> Kuan-Hsu >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > -- Best regards, Kuan-Hsu -------------- next part ----...
2013 Oct 14
2
[LLVMdev] MI scheduler produce badly code with inline function
...esult is different: You can find the LBB1_4 of foo.s, it always reuses the same reg for computation, but LBB1_4 of foo.opt.s doesn't. My question is how to just use clang (method A) to achieve B result? Or i am missing something here? I really appreciate any help and suggestions. Thanks Kuan-Hsu ------- file link ------- foo.c: http://goo.gl/nVa2K0 foo.s: http://goo.gl/ML9eNj foo.opt.s: http://goo.gl/31PCnf -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131014/681dfc76/attachment.html>
2011 May 03
2
[LLVMdev] Loop-Unroll optimization
...t;> Yuan Pengfei >> Peking Unversity, China > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Best regards, Kuan-Hsu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110503/95b6bc89/attachment.html>
2020 Jan 06
2
Encode target-abi into LLVM bitcode for LTO.
...s should pass target-abi themselves. (append -Wl,-plugin-opt=-target-abi=ipl32f when compiling with -mabi=ilp32f) Is it a good idea to encode target-abi into bitcode? If yes, is there another good approach to fix AsmBackend issue? I’d appreciate any help or suggestions. Thanks. -- Best regards, Kuan-Hsu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200106/b4d75632/attachment.html>
2013 Oct 15
0
[LLVMdev] MI scheduler produce badly code with inline function
...LBB1_4 of foo.s, it always reuses the same reg for computation, but LBB1_4 of foo.opt.s doesn't. > > My question is how to just use clang (method A) to achieve B result? > Or i am missing something here? > > I really appreciate any help and suggestions. > Thanks > > Kuan-Hsu > > ------- file link ------- > foo.c: http://goo.gl/nVa2K0 > foo.s: http://goo.gl/ML9eNj > foo.opt.s: http://goo.gl/31PCnf > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > htt...
2008 Jan 30
6
Schedule parser
...ule a worker to run during the midnight hour like this: :schedules: :collector: :process_something: :trigger_args: 30 * 0 * * 2,3,4,5,6 When I try to start backgroundrb, the "collector" worker failed to start up and I find this in backgroundrb_server.log: /home/mengkuan/apps/testrailsapp/current/vendor/plugins/backgroundrb/ server/cron_trigger.rb:160:in `local'': argument out o f range (ArgumentError) from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/cron_trigger.rb:160:in `fire_time _after'' from...
2010 Mar 16
0
[LLVMdev] is it possible to use gcc vectorizer ?
Hi Kuan-Hsu, > gcc provides auto-vectorization on the tree-ssa framework, and llvm-gcc > uses tree-ssa to generate LLVM IR. > so, is it possible to use gcc vectorizer in LLVM? in theory yes, but you would have to modify the compiler. In llvm-gcc all gcc optimizers are turned off, and this inclu...
2003 Mar 14
1
Samba for Windows? :P
...ns. A free port would be great for all of us who don't have the resources or even really the need for a large server solution but still need the core functionality which should be available already. (If you can already do all that I ask then please tell me and save me my embaracement :P ) Kuan _________________________________________________________________ MSN Instant Messenger now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/hotmail_messenger.asp
2007 Mar 29
3
thread pool
...ntu dapper - ruby 1.8.4 - backgroundrb 0.2.1 as well as mac osx 10.4.9 - ruby 1.8.5 - backgroundrb 0.2.1 but no luck. Does thread pool work for anyone properly? Or do you use some other methods like implementing your own queue system? Appreciate any hints. Thanks! cheers, mengkuan
2020 Jan 07
2
Encode target-abi into LLVM bitcode for LTO.
...gin-opt=-target-abi=ipl32f when compiling with -mabi=ilp32f) > > Is it a good idea to encode target-abi into bitcode? > If yes, is there another good approach to fix AsmBackend issue? > I’d appreciate any help or suggestions. > > Thanks. > > -- > Best regards, > Kuan-Hsu > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <https://lists.llvm.org/cgi-bin/mailman/listinfo/ll...
2011 May 03
0
[LLVMdev] Loop-Unroll optimization
...gt; >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > > -- > Best regards, > Kuan-Hsu > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110503/0ca20f53/attachment.html>
2011 May 03
3
[LLVMdev] Loop-Unroll optimization
...______________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >>> >> >> >> -- >> Best regards, >> Kuan-Hsu >> >> >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML att...
2020 Jan 15
2
Encode target-abi into LLVM bitcode for LTO.
...to fix AsmBackend issue? >>>> >>> I’d appreciate any help or suggestions. >>>> >>> >>>> >>> Thanks. >>>> >>> >>>> >>> -- >>>> >>> Best regards, >>>> >>> Kuan-Hsu >>>> >>> >>>> >>> >>>> >>> >>>> >>> _______________________________________________ >>>> >>> LLVM Developers mailing list >>>> >>> llvm-dev at lists.llvm.org >>&gt...
2020 Jan 13
2
Encode target-abi into LLVM bitcode for LTO.
...gt; >>> If yes, is there another good approach to fix AsmBackend issue? >> >>> I’d appreciate any help or suggestions. >> >>> >> >>> Thanks. >> >>> >> >>> -- >> >>> Best regards, >> >>> Kuan-Hsu >> >>> >> >>> >> >>> >> >>> _______________________________________________ >> >>> LLVM Developers mailing list >> >>> llvm-dev at lists.llvm.org >> >>> https://lists.llvm.org/cgi-bin/mailma...
2020 Jan 08
3
Encode target-abi into LLVM bitcode for LTO.
...es, is there another good approach to fix AsmBackend issue? >>>>>> I’d appreciate any help or suggestions. >>>>>> >>>>>> Thanks. >>>>>> >>>>>> -- >>>>>> Best regards, >>>>>> Kuan-Hsu >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> LLVM Developers mailing list >>>>>> llvm-dev at lists.llvm.org >>>>>> https://lists.ll...