search for: conti

Displaying 20 results from an estimated 57 matches for "conti".

Did you mean: cont
2001 Nov 09
2
Transforming matrix to data.frame: problems
Hi all, I have problems transforming a matrix into a data.frame: If I do: > is.matrix(parcelas.cobtot.conti) [1] TRUE > dim(parcelas.cobtot.conti) [1] 25 64 > a <- data.frame(parcelas.cobtot.conti) > is.data.frame(a) [1] TRUE > > dim(a) [1] 1600 3 Why a does not have the same dimensions than parcelas.cobtot.conti? I've tested with caith and the behaviour there is different:...
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
...ough code. What does accept() do? > > Based on your description, I strongly suspect that your alloca and > constant are not the same type. Remember that alloca returns a > pointer type that you must load to get at the actual variable. > > On Jan 11, 2013 3:28 AM, "Manuele Conti" <manuele.conti at sirius-es.it > <mailto:manuele.conti at sirius-es.it>> wrote: > > Hi All, > I'm writing a code generation with my compiler. I read sever > example and documentation but I did understand what I make wrong. > What I try to do...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
On Fri, Jan 11, 2013 at 8:20 AM, Manuele Conti <manuele.conti at sirius-es.it>wrote: > Hi Justin, > my class is a visitor pattern and I use accept method to go recursive in > suboject in my AST. > In locals I store AllocaInst pointer. > > > void *visit(var1_init_decl_c *symbol) { > llvm::Type *lType; > >...
2013 Jan 08
2
[LLVMdev] ExecutionEngine always comes back NULL
...unCode() { std::cout << "Running code...\n"; ExecutionEngine *ee = EngineBuilder(module).create(); vector<GenericValue> noargs; GenericValue v = ee->runFunction(mainFunction, noargs); std::cout << "Code was run.\n"; return v; } Il 08/01/2013 16:38, Manuele Conti ha scritto: > Hi Rick, > I had the same problem last week I understand that I didn't > initialized target. > > Cheers, > Manuele > > Il 08/01/2013 16:08, Rick Mann ha scritto: >> I wrote a little OS X app to assemble some LLVM (human-readable) code >> and r...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
you're not showing enough code. What does accept() do? Based on your description, I strongly suspect that your alloca and constant are not the same type. Remember that alloca returns a pointer type that you must load to get at the actual variable. On Jan 11, 2013 3:28 AM, "Manuele Conti" <manuele.conti at sirius-es.it> wrote: > Hi All, > I'm writing a code generation with my compiler. I read sever example and > documentation but I did understand what I make wrong. > What I try to do is a compare a local variable with a constant. > But when I create a...
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
On Jan 8, 2013, at 8:09 , Manuele Conti <manuele.conti at sirius-es.it> wrote: > Sorry I forgot to add code that I use to run code: > /* Executes the AST by running the main function */ > GenericValue CodeGenContext::runCode() { > std::cout << "Running code...\n"; > ExecutionEngine *ee = EngineBuil...
2013 Jan 09
1
[LLVMdev] ExecutionEngine always comes back NULL
Hi Rick, you are right! But can you call this method EngineBuilder::setErrorStr to get creation error? Cheers, Manuele Il 08/01/2013 20:27, Rick Mann ha scritto: > On Jan 8, 2013, at 8:09 , Manuele Conti <manuele.conti at sirius-es.it> wrote: > >> Sorry I forgot to add code that I use to run code: >> /* Executes the AST by running the main function */ >> GenericValue CodeGenContext::runCode() { >> std::cout << "Running code...\n"; >> Executio...
2003 Oct 31
1
solve.Matrix() not found (PR#4887)
...experiencing a bizarre problem with the solve.Matrix() command in the Matrix library: basically R does not recognise such command any longer, no mettar if re-installation of the library is done. Any insight from youwill be highly appreciated; thanks in advance, best regards, Stefano Conti --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 8.0 year = 2003 month = 10 day = 08 language = R Windows 2000 Professional (build 2195) Service Pack 4.0 Search Path: .Globa...
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
Hi All, I'm writing a code generation with my compiler. I read sever example and documentation but I did understand what I make wrong. What I try to do is a compare a local variable with a constant. But when I create a ICMP instruction I get that instruction are not of same type. I'm using llvm by svn repository updated at two week ago. The code that I try to generation is something
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
...Piecewise Benchmarking and Optimization" P. de Oliveira Castro, C. Akel, E. Petit, M. Popov, and W. Jalby ACM Transactions on Architecture and Code Optimization (TACO), 2015. "Pcere: Fine-grained parallel benchmark decomposition for scalability prediction" M. Popov, C. Akel, F. Conti, W. Jalby, and P. de Oliveira Castro Parallel and Distributed Processing Symposium (IPDPS), 2015 IEEE International. You can find more info about our tool at http://benchmark-subsetting.github.io/cere/. Thanks, Mihail Popov -- PhD student University of Versailles @article{castro2015cere, t...
2007 Dec 24
1
Marry Christmas and Happy New Year!!!
Would like wish to ALL a Marry Christmas and a happy new year, full of peace, love, happinesses and much success. That let us have one excellent year of 2008. Best Regards Josue Conti.
2013 Jan 31
2
[LLVMdev] Structure declaration with IR builder
Hi All, I tryed to create a global structured derived declaration in my compiler by: StructType *st = StructType(getGlobalContext(), elements, false); In dump module i didn't find any code needed to declare a new user data type. Is there a instruction to add this class into current module? Cheers, Manuele
2005 Mar 25
49
atxfer
Hi list, This wll be my first post, so I want to thank all the developers for the great product they have created. Now, the question, I have installed asterisk 1.05 on debian sarge (binary package) with an I4l modem and 4 x-lite softphone and 2 SIP hardphones (Yuxin 100) This all works fine, exept for som echo on the ISDN channel, but I'll replace the I4L card with an AVM-C4 card next
2004 Jul 22
1
(no subject)
2006 Jun 23
3
Asterisk-1.2.9.1 with Siemens HiPath 4000
Hello all. I have installed and functioning asterisk-1.2.9.1 where I effected one upgrade in asterisk-1.0.9, is interconnected with a PABX Siemens HiPath 4000 in ISDN PRI with protocol QSIG, the one that is happening he is that the calls originated for PABX Siemens and destined to SIP phones asterisk are being without audio, nor Ring, is dumb. They could help in this case me? Best Regards Josu?
2011 Oct 31
1
Vectorize 'eol' characters
...2 6 10 test1 3 3 7 11 test1 4 4 8 12 test1 whereas I would like the last column of the dump file to be "test1", "test2", "test3", "test4". Is there a way this could be achieved? With many thanks in advance for your help, kind regards, -- Dr Stefano Conti Statistics Unit (room #2A19) Health Protection Services HPA Colindale 61 Colindale Avenue London NW9 5EQ, UK tel: +44 (0)208-3277825 fax: +44 (0)208-2007868 ----------------------------------------- ************************************************************************** The information containe...
2002 Jun 05
5
hairy indexing problem
I've got a data frame that looks like this: subject foo bar 2 1.7 3.2 2 2.3 4.1 3 7.6 2.3 3 7.1 3.3 3 7.3 2.3 3 7.4 1.3 5 6.2 6.1 5 3.4 6.9 ... That is, I've got multiple rows per subject. I need to compute summaries within categories where the subject has the same number
2007 May 04
5
Asterisk x legacy pabx
Hi all,as good? It would like to know if already they had had success, in the integration of the functions of asterisk, with one pabx legacy (Avaya)for that pabx avaya, could use the voicemail of asterisk. For sample, user of pabx avaya, it would have its calls directed for not attendance and busy, for asterisk and asterisk, it would send the same one for the voicemail. Best Regards Josu?
2015 Sep 21
2
Brazil TDM routes
Dear fellows, how are you? I?m offering TDM routes for Brazil (landline and mobile destinations) with low prices, TDM ccts (no GSM), ASR and ACD great. Pre paid, by paypal. If you have interest, please just let me know. With Best Regards Josue -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Dec 30
2
Happy 2007!!!
Always... Desire that in the New Year that if you really initiate... It hears the words that always it desired to hear. It pronounces the phrases that one day it desired to repeat. It feels the emotion that always waited to feel. It walks for the tracks that one day it desired to follow. It divides the affection with who always desired to distribute. It hugs all the friends whom always it desired