search for: embodi

Displaying 20 results from an estimated 59 matches for "embodi".

Did you mean: embody
2008 Sep 09
1
creating table of averages
Dear Colleagues, I have a dataframe with variables: [1] "ID" "category" "a11" "a12" "a13" "a21" [7] "a22" "a23" "a31" "a32" "b11" "b12" [13] "b13" "b21"
2016 Apr 01
6
Clang project renamed
...tml>, the Clang project has been renamed to Discord <http://mlp.wikia.com/wiki/Discord>. Voiced by John de Lang-Cie (French for "John of Clang"), Discord is part-dragon, part-horse <https://pbs.twimg.com/profile_images/654309465202794496/dDt64UJj_400x400.png>, and perfectly embodies the virtues of the Clang (now, Discord) project: disregard for established standards, an emphasis on chaos, and a firm belief that undefined behavior is magic! Thank you for your understanding. -- Discord code owner [0]: Most likely, none. -------------- next part -------------- An HTML atta...
2007 Apr 06
2
regular expression
...R-List, I have a great many files in a directory and I would like to replace in every file the character " by the character ' and in the same time, I have to change ' by '' (i.e. the character ' twice and not the unique character ") when the character ' is embodied in "....." So, "....." becomes '.....' and ".....'......" becomes '.....''......' Certainly, regular expression could help me but I am not able to use it. How can I do that with R ? Thank you very much
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
On Oct 5, 2012, at 11:57 AM, Hal Finkel <hfinkel at anl.gov> wrote: >>> In addition, merging the tools will allow the consolidation of >>> target-specific code in OPT. There is code in InstCombine, for >>> example, that specifically deals with x86 intrinsics. This code >>> should be moved into a callback provided by the x86 target. >>> Currently,
2012 Oct 23
0
[LLVMdev] Predication on SIMD architectures and LLVM
...i32 %b, 1 %add1 = add nsw i32 %c, 2 %retval.0 = select i1 %cmp, i32 %add, i32 %add1 Becomes this ARM assembly: add r2, r1, #2 cmp r1, r0 addgt r2, r0, #1 mov r0, r2 An equally valid form would be: cmp r1, r0 addle r2, r1, #2 addgt r2, r0, #1 mov r0, r2 Separating the select, which embodies the predication, from the operations allows more choice in terms of the final representation. Unless the load or store is volatile, the compiler is free to elide it if its result is not used, and is most definitely free to fold it into a predicated load. The same is obviously true of any side-e...
2012 Oct 23
2
[LLVMdev] Predication on SIMD architectures and LLVM
David Chisnall <David.Chisnall at cl.cam.ac.uk> writes: > Perhaps I am missing something, but isn't a predicated instruction > effectively an single-instruction version of an arithmetic operation > followed by a select? No, it is not. Among other things, predication is used to avoid traps. A vector select is an entirely different operation. > As we can already represent
2011 Mar 01
0
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
On Mon, Feb 28, 2011 at 4:41 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > The more I think about it, the more I become uncomfortable with the > concept of language-specific address spaces in LLVM.  These are the > main issues I see with language-specific address spaces: ... > Instead of language-specific address spaces, each target should > concentrate on
2006 May 28
7
Self-referential has_many :through relationship
Hi, I have a self-referential has_many :through relationship setup to track relationships between users. Basically relationships are modeled as a join table with an extra column ''relation''. create table relationships ( user_id integer unsigned not null, friend_id integer unsigned not null, relation char(1) not null, ) --- relations --- f = friend r = request to
2012 Apr 04
2
using content in file as input variables to a class/def?
Here is the setup Clients are all under /usr/home/ftp/$client Internal Production is /usr/home/$internaluser I need to make slinks for every client folder under every Internal Production ie: ln -s /usr/home/ftp/$client /usr/home/$internaluser/$client Is there a way to do this from a list with in two files ( one for client name and the other for internal user names)? where the list format would
2012 Oct 05
3
[LLVMdev] LLVM Loop Vectorizer
On Oct 5, 2012, at 1:13 PM, Andrew Trick <atrick at apple.com> wrote: > > On Oct 5, 2012, at 11:57 AM, Hal Finkel <hfinkel at anl.gov> wrote: > >>>> In addition, merging the tools will allow the consolidation of >>>> target-specific code in OPT. There is code in InstCombine, for >>>> example, that specifically deals with x86 intrinsics.
2012 Oct 05
4
[LLVMdev] LLVM Loop Vectorizer
----- Original Message ----- > From: "Eric Christopher" <echristo at gmail.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "llvmdev at cs.uiuc.edu Mailing List" <llvmdev at cs.uiuc.edu>, "Nadav Rotem" <nrotem at apple.com> > Sent: Friday, October 5, 2012 1:49:51 PM > Subject: Re: [LLVMdev] LLVM Loop Vectorizer >
2011 Feb 28
3
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
On Fri, Feb 25, 2011 at 02:55:33PM -0500, Ken Dyck wrote: > The address space mechanism is used by some code generators to > differentiate between physical memory spaces. The PIC16 code generator > uses address spaces 0 and 1 to select between its RAM and ROM spaces. > And X86 uses address space 256 for GS and 257 for FS. In the back end > for a dual-harvard DSP that I've been
2011 Feb 04
1
read.csv trap
...(It assumes you don't already have a file named "test.csv" in your working directory ...) I haven't dug in to try to write a patch for this -- I wanted to test the waters and see what people thought first, and I realize that read.table() is a very complicated piece of code that embodies a lot of tradeoffs, so there could be lots of different approaches to trying to mitigate this problem. I appreciate very much how hard it is to write a robust and general function to read data files, but I also think it's really important to minimize the number of traps in read.table(), which...
2000 Sep 13
3
end-user mode for a moment (side-by-side tests)
...me", I mean a level of detail as opposed to a region (although region might be useful also). Object descriptions are hierarchical in importance by nature; the codec should take advantage of this. Coding should be done residually, i.e., take as much information about the frame as can be embodied relatively simply, and repeat with what's left over. The amount of complexity per independent block should be adjustable over a wide range. Each block iteration (hierarchical level) could be assigned a priority, and when streaming, the transport could choose to only send the blocks ab...
2005 Nov 14
1
selinux stuff - I just don't get -- "outgoing firewallsare broken"
...acks to ACLs. ;-> > You ask about applications not being SELinux aware. The > proper things for SELinux to do in those cases is advise > the operator that SELinux can't manage this app because it > isn't SELinux aware, and that whatever security holes that > application embodies are outside the scope of SELinux. I think that's what the advisement is. You can start disabling some aspects of SELinux -- such as with permissive mode. > This is consistent with SELinux being a *service* to the > operator, not a bully-boss to the operator and the > authors/maint...
2019 Mar 11
4
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
From: "Michael S. Tsirkin" <mst at redhat.com> Date: Mon, 11 Mar 2019 09:59:28 -0400 > On Mon, Mar 11, 2019 at 03:13:17PM +0800, Jason Wang wrote: >> >> On 2019/3/8 ??10:12, Christoph Hellwig wrote: >> > On Wed, Mar 06, 2019 at 02:18:07AM -0500, Jason Wang wrote: >> > > This series tries to access virtqueue metadata through kernel virtual
2019 Mar 11
4
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
From: "Michael S. Tsirkin" <mst at redhat.com> Date: Mon, 11 Mar 2019 09:59:28 -0400 > On Mon, Mar 11, 2019 at 03:13:17PM +0800, Jason Wang wrote: >> >> On 2019/3/8 ??10:12, Christoph Hellwig wrote: >> > On Wed, Mar 06, 2019 at 02:18:07AM -0500, Jason Wang wrote: >> > > This series tries to access virtqueue metadata through kernel virtual
2013 Nov 15
0
[LLVMdev] Modular arithmetic processors
...y personal opinion: Just to be sure I understand what you're considering: you want to write a backend that will produce optimized machine code for a device with modular arithmetic instructions (not simulate such a device on a standard CPU)? In which case, won't the same assumptions that are embodied in the transformations for the case of unsigned 2's complement arithmetic (in your case with 256 bit unsigned words) with wraparound result in correct code? I suspect two issues will come up: 1. The optimizations in LLVM which can reason about "useful for optimization" features of...
2006 Jun 01
9
access model from controller
Hello, Rather new to RoR, so I''m not sure about the terminology and such :-/ . My question is: how could I know the model which is associated to a controller? For example: - controller class is TestController, which is a subclass of ApplicationController - associated model class is Test How could I write some code in a method of ApplicationController to dermine the current
2009 Mar 03
1
[LLVMdev] Control Data Flow Graph (CDFG)
Hi, Does anyone know any tool that can help generate a control/data flow graph (CDFG) for LLVM IR programs? The opt -view-cfg and related commands can visualize a program as a control flow graph. But how can I embody data flow information into that graph? Your help will be greatly appreciated! Thanks, Wenhao Jia -------------- next part -------------- An HTML attachment was scrubbed... URL: