search for: dima

Displaying 20 results from an estimated 187 matches for "dima".

Did you mean: dim
1999 Jul 20
2
tensor() function and sets
...es South Road University of Durham Durham DH1 3LE "setdiff" <- function (x, y) x[!(x %in% y)] "tensor" <- function (A, B, da, db) { # tensor product of A and B through da and db no.na <- is.null(na <- dimnames(A <- as.array(A))) dima <- dim(A) no.nb <- is.null(nb <- dimnames(B <- as.array(B))) dimb <- dim(B) if (any(dima[da] != dimb[db])) stop("Mismatched dimensions") kpa <- setdiff(seq(along = dima), da) kpb <- setdiff(seq(along = dimb), db) # fix up the dimnames...
2006 Feb 05
30
Emacs rails.el
Features: * Management WEBrick - start, stop * Viewing log files * Abbrev from TextMate * Switching between View/Action http://www.emacswiki.org/cgi-bin/emacs/rails.el
2012 Feb 13
23
Set nodatacow per file?
Hello, is it possible to set nodatacow on a per-file basis? I couldn''t find anything. If not, wouldn''t that be a great feature to get around the performance issues with VM and database storage? Of course cloning should still cause COW. Thanks, Ralf-Peter -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2016 Apr 19
2
state of the lld linker for aarch64
...ple application can be linked using lld: http://llvm.org/devmtg/2016-03/Presentations/EuroLLVM%202016-%20New%20LLD%20linker%20for%20ELF.pdf What is the current state of the lld linker for the aarch64 architecture? If i'm able to link simple application, then how should i do it? Thanks a lot, Dima. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160419/f012537f/attachment.html>
2016 Apr 21
2
lld and linker scripts
...lieve I got a latest lld sources from the "git clone http://llvm.org/git/lld.git" repository, but maybe I'm missing something. Is it possible to define (assign values) symbols in the linker script? Do we have any documentation for the linker script support in llvm/lld? Thanks a lot, Dima. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160421/79088c07/attachment.html>
2004 Jul 25
2
file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0)
FreeBSD 4.10-RELEASE, dovecot-1.0-test29 crashes on sort and thread commands: Jul 25 15:12:08 owl dovecot: imap-login: Login: dima [81.19.64.101] Jul 25 15:12:26 owl dovecot: IMAP(dima): file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0) Jul 25 15:12:26 owl dovecot: child 20384 (imap) killed with signal 6 (gdb) bt #0 0x281e0fc4 in kill () from /usr/lib/libc.so.4 #1 0x2822293e in abort...
2002 Jul 01
1
samba PDC & XP
...samba 2.2.5 PDC with WinXP. Is samba PDC works with XP? I use Samba-HOWTO-Collection.pdf, build smb.conf, but it doesn't work. debug level 0 doesn't show error, level 1 too. level 2 give 45k log, but I'm not good in samba. I could't understand, what happend. Could anybody help me? Dima mailto:samba@asv.ru
2009 Jan 19
1
iscsi of a SAN on a DomU
Hi, i have a debian Etch x86_64 with a xen 3.1 on a kernel 2.6.18-xen. I have some DomU with Debian Etch. I installed open-iscsi, configure /etc/iscsi/iscsid.conf: --- node.active_cnx = 1 node.startup = automatic #node.session.auth.username = dima #node.session.auth.password = aloha node.session.timeo.replacement_timeout = 120 node.session.err_timeo.abort_timeout = 10 node.session.err_timeo.reset_timeout = 30 node.session.iscsi.InitialR2T = No node.session.iscsi.ImmediateData = Yes node.session.iscsi.FirstBurstLength = 262144 node.session.is...
2007 Dec 19
3
array addition
Hi suppose I have two arrays x1,x2 of dimensions a1,b1,c1 and a2,b2,c2 respectively. I want x = x1 "+" x2 with dimensions c(max(a1,a2), max(b1,b2),max (c1,c2)) with x[a,b,c] = x1[a1,b1,c1] + x2[a2,b2,c2] if a <=min(a1,a2) , b<=min (b1,b2), c<=min(c1,c2) and the other bits either x1 or x2 or zero according to whether the coordinates are "in range" for
2012 Jun 28
2
[LLVMdev] Why some registered passes are not available through opt?
...reachableblockelim, -unreachableblockelim, -stack-protector, -machinemoduleinfo. This prevents me from using bugpoint to reduce the crash in backend. As I understand, they should be registered and available through the command line in the same way as all other passes, shouldn't they? Thanks, - Dima.
2012 Jul 31
1
[LLVMdev] How to create a mangler instance from target machine?
...ould you get a corresponding Mangler class instance? Mangler depends on MCContext, which is connected with LLVMTargetMachine inherited from TargetMachine. However, LLVMTargetMachine is only available for targets machines implementations, and not available externally. How to solve this? Thanks, - Dima. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120731/81d6c02d/attachment.html>
2010 Jun 29
2
Matrix operations
Hello I have a quick question. I need to compute matrix in R, like A <- t(X) %*% solve(V) %*% X, where X is a vector and V is a matrix This code works, but now i want to optimize it. I have try: A <- crossprod(X, solve(V)) %*% X Is there another, better way? WBR Dima [[alternative HTML version deleted]]
2011 Oct 16
2
unresolved ref root error
...ubvol list / ID 256 top level 5 path __active ID 257 top level 5 path __home Should I be concerned with this error? I saw a similar question here http://comments.gmane.org/gmane.comp.file-systems.btrfs/12455 but no hints were provided for the reason of the error. Any info is appreciated. thanks ~dima -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2012 Apr 08
2
[LLVMdev] Privatize global variables
...oo + 1; } int main() { int foo = 0; return func(&foo); } Is there a strong name/term for this in compiler theory? Do you know are there any related techniques already implemented in LLVM passes? I'd much appreciate all points that could help us to better understand the context. Thanks, - Dima.
2012 Jun 14
2
[LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
...backend and some custom high-level language. Along with short software overview from the user perspective it contains instructions on building components necessary to experiment with NVPTX and an example usecase of generating PTX assembler out of the Ada source code with help of DragonEgg. Best, - Dima. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120614/8b122334/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_nvptx.pdf Type: application/pdf Si...
2011 Nov 21
2
[LLVMdev] A way to pass const char* arg without creating a GlobalVariable
...e is i8* => assertion. In other words, in C we can submit constant value directly to parameter list, e.g. foo("hello"). Is there an equivalent capability in LLVM IR? Our primary targets have limited support for global variables, and it is better to omit them, where possible. Thanks, - Dima.
2012 Jun 29
2
[LLVMdev] Why some registered passes are not available through opt?
Hi Duncan, Is it correct that opt does not understand codegen passes, but llc understands both analysis/transformation and codegen passes? I would like to modify bugpoint to work on this end. Thanks, - D. 2012/6/29 Duncan Sands <baldrick at free.fr>: > Hi Dima, > >> I'm trying to understand why opt tool does not know some of the >> registered passes, for example, -targetpassconfig, -gc-lowering, >> -unreachableblockelim, -unreachableblockelim, -stack-protector, >> -machinemoduleinfo. This prevents me from using bugpoint to...
2017 Jun 07
2
libc++ failed to link against musl
On 6 Jun 2017, at 21:41, Dmitry Golovin <dima at golovin.in> wrote: > > Neither is the case. The system that I want to build with this toolchain is Linux-based, but not GNUish. I would like to use musl instead of glibc and libc++ instead of libstdc++, only use binutils provided by LLVM. I think that in that case I will link libc++abi...
2011 Mar 04
2
How to copy data from data.frame to matrix
...list(days, symbols)) then i just copy values to the matrix using for() loop, but it seems to take very long time. Is is a more fast way to do it in R? I know, what i can just gyve s$value as source data to the matrix, but problem is, what for some symbols couple days could be just missed. Cheers, Dima [[alternative HTML version deleted]]
2013 Feb 27
0
[LLVMdev] GSoC 2013
...w people may think this page is long time abandoned :) Also, a question: may side projects that use LLVM enlist the mutually-beneficial tasks and add new categories? For example, we are interested specifically in Polly & GPU backend, plus some minor core infrastructure improvements. Thanks, - Dima. 2013/2/27 Anton Korobeynikov <anton at korobeynikov.info> > Dear All, > > GSoC 2013 is coming! This means it's a good time to refresh the Open > Projects pages. So, please, add your ideas there, remove old / > unimportant stuff, tweak current ideas. It's really impor...