search for: mou

Displaying 20 results from an estimated 77 matches for "mou".

Did you mean: mmu
2012 Apr 16
2
[LLVMdev] Question about PTXFrameLowering
...rameLowering, StackAlignment and LocalAreaOffset are assigned 2 and -2, respectively. Since PTX has neither stack frame nor stack pointer, why StackAlignment and LocalAreaOffset are needed and where does 2 and -2 come from? Any explanation is appreciated. Thank you in advance! Yours Sincerely, Lei Mou -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120416/6322db21/attachment.html>
2012 May 31
1
[LLVMdev] Legalizing truncating store using atomic load.
Hi Lei, Le 31/05/2012 03:44, Lei Mou a écrit : > Problem solved by returning the second result of the ATOMIC_LOAD_OR node... You got the chain instead of the loaded value. IMHO, a better solution would have been to add a Pat<> rule to match truncstores and expand them into target store/load/and/or. Pat : <(truncstore16...
2012 Apr 16
0
[LLVMdev] Question about PTXFrameLowering
On Mon, Apr 16, 2012 at 3:48 AM, Lei Mou <lei.mou.uu at gmail.com> wrote: > Hi all, > > I'm learning the PTX backend and confused by the following problem. In the > constructor of PTXFrameLowering, StackAlignment and LocalAreaOffset are > assigned 2 and -2, respectively. Since PTX has neither stack frame nor >...
2012 May 30
2
[LLVMdev] Legalizing truncating store using atomic load.
...sing custom lowering, so I'm writing to ask whether I'm on the right track: 1. If so, how to solve the type difference problem mentioned above; 2. If not, what is the right approach to solve this kind of problem. Any pointers and guidance are welcomed and appreciated. Thanks! Regards, Lei Mou
2012 May 31
0
[LLVMdev] Legalizing truncating store using atomic load.
Problem solved by returning the second result of the ATOMIC_LOAD_OR node... On Wed, May 30, 2012 at 9:38 PM, Lei Mou <lei.mou.uu at gmail.com> wrote: > Hi, > > Our target only has native support for i32 and f32 types. For data > types smaller than these, I have to custom lowering truncating store > using two atomic load instruction (which have the same semantics as > ISD::ATOMIC_LOAD_AND a...
2011 Oct 02
2
Mou - Markdown editor for web developers
Hi all, I made a new markdown editor for Mac, named Mou - http://mouapp.com It's still in early beta stage. Requires OS X 10.7+ to run. Let me know how do you think about it. :) Kudos to John Gruber who invented Markdown language, as always! :) Best regards, Chen Luo
2012 May 24
2
[LLVMdev] [TableGen] How to specify multiple types to one register class.
...[(set RegCRF:$d, (fadd RegCRF:$a, RegCRF:$b))]>; I also tried to type RegCRF as [i32, f32], but then the type inference error appears in my load/store instructions, when RegCRF is used as an address operand. So what is the correct way to solve this problem? Thank you in advance! Regards, Lei Mou
2000 May 11
1
AW: Problem: permissions for removing a file in a file system mou nted by smbmount
Hi, thanks for your prompt reply. Peter Samuelson wrote: > [Heribert Sch?tz <Heribert.Schuetz@gsi-office.de>] > > Consider the following case: I mount a share from an NT server on a > > Linux box, which I then use at the Linux box. I create a file on that > > partition and remove its write permissions. This happens whithin a > > directory which does have write permission. When I now want to remove > > the file, it does n...
2012 Apr 18
0
[LLVMdev] Conceptual difference between "Unallocatable" and "Reserved" registers.
...llocatable, while special registers such as ESP/EIP/EBP are defined as *allocatable but reserved *(in X86RegisterInfo.cpp). Since these registers also have special usage, why not specify them as *unallocatable, instead of allocatable but reserved?* I hope I made myself clear. Thanks. Regards, Lei Mou On Wed, Apr 18, 2012 at 12:38 PM, AriesWu <dodohack at gmail.com> wrote: > such as sp, fp for x86 are reserved registers, it means you should not use > it as general purpose. > > On 18 April 2012 12:09, Lei Mou <lei.mou.uu at gmail.com> wrote: > >> Hi, >> &g...
2012 May 24
0
[LLVMdev] [TableGen] How to specify multiple types to one register class.
On Thu, May 24, 2012 at 10:25:36PM +0800, Lei Mou wrote: > Hi all, > > In our architecture, there is a set of general purpose registers which could be > used to store integer and floating point numbers. My problem is how to correctly > specify the type of this register class. For now, its type is > specified as i32, and > it...
2012 Apr 18
2
[LLVMdev] Conceptual difference between "Unallocatable" and "Reserved" registers.
...Doxygen document of function llvm::TargetRegisterInfo::getReservedRegs, it says that a reserved register is one that *has particular uses and should be considered unavailable at all times. *If it is unavailable at all times, why not make such a reserved register unallocatable? Thanks! Regards, Lei Mou -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120418/6218aac7/attachment.html>
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on the list. "I can provide you with tier 1 termination 6/6. I can blend or NPANXX breakout." "We provide US48 termination, blended rate for 1 MOU and above is .008 with 6/6." What is 6/6? What is US48? What is blended? What is MOU? What is NPANXX breakout? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060522/d2718378/attachment.htm
2013 Jan 18
0
problem that arises after using the new version of "BRugs"
...odel", which is required to save in my documents folder to run the program. The file also contains the error message along with the code. I would be very much obliged if you kindly give me a solution for this question. Thanking you. Moumita Chatterjee Research Scholar University Of Calcutta. -------------- next part -------------- x<-c(13,5,8,0,11) delta<-c(1,1,0,1,0) ZOSull<- function (x, range.x, intKnots, drv = 0) { if (drv > 2) stop("splines not smooth en...
2012 Apr 18
0
[LLVMdev] Conceptual difference between "Unallocatable" and "Reserved" registers.
On Apr 17, 2012, at 9:09 PM, Lei Mou wrote: > I'm writing to ask the differences between a "reserved" register and an "unallocable" register. In X86 backend, for example, the stack pointer register and instruction pointer are reserved but allocatable. In the Doxygen document of function llvm::TargetRegister...
2008 Aug 01
2
Exporting data to a text file
...a$clustering,"cluster.dat",append=TRUE) Variable data is properly exported but clustering is not appended to the output file. Please, where is the mistake? is it possible to export the two variables in just a sentence? thanks in advance Paco -- _________________________ El ponent la mou, el llevant la plou Usuari Linux registrat: 363952 ------- Fotos: http://picasaweb.google.es/pacomet [[alternative HTML version deleted]]
2002 Feb 20
8
map_ptr warning
I am trying to finalize the use of rsync for updatiung a new nfs server before we take the old one offline. I keep getting the following warning during the rsync process: Warning: unexpected rad size of 0 in map_ptr Any ideas where this comes from and how to make it go away? I am using rsync 2.5.2 on Solaris 8 to pull data from rsync 2.5.2 on Solaris 7. Bob roconnor@vectorpartners.com
2008 Jul 29
2
About clustering techniques
...ge documentation is not enough for me. If you know about a website or a tutorial explaining the way to use that functions, with examples to check if possible, please post them. Any other help or suggestion is greatly appreciated. Thanks in advance Paco -- _________________________ El ponent la mou, el llevant la plou Usuari Linux registrat: 363952 ------- Fotos: http://picasaweb.google.es/pacomet [[alternative HTML version deleted]]
2010 Jan 14
1
Clustering with clara
...he original temperature analyzed points. Why are there less points in the clustering results? is there any option in the CLARA method to retain every single point? is there another clustering method that preserves all the points? Thanks in advance Paco -- _________________________ El ponent la mou, el llevant la plou Usuari Linux registrat: 363952 ------- Fotos: http://picasaweb.google.es/pacomet [[alternative HTML version deleted]]
2010 Oct 22
2
problem on using read.csv function
Hi, I'm using read.csv to import a table. But sevel columns are changed to factor variables automatically. They are actually numbers not factor levels. Why this happened? How can I get the correct table? Thanks a lot. Sonia [[alternative HTML version deleted]]
2008 Sep 30
1
CLARA and determining the right number of clusters
...t;-dist(mydata$sst) it says that "specified vector size is too big" Is there any method to find the right number of clusters when using clara? Maybe something I've tried but with a small and simple trick I can't find Thanks in advance -- _________________________ El ponent la mou, el llevant la plou Usuari Linux registrat: 363952 ------- Fotos: http://picasaweb.google.es/pacomet [[alternative HTML version deleted]]