search for: eres

Displaying 20 results from an estimated 173 matches for "eres".

Did you mean: peres
2015 Jul 27
15
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
...ram from a code cache and holds pointers to the code of the functions it executes? I am compiling for Power machine. Is there a target specific pieces that I should implement for making Orc work on Power? Thanks again, Revital From: Lang Hames <lhames at gmail.com> To: Revital1 Eres/Haifa/IBM at IBMIL Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Date: 20/07/2015 08:41 PM Subject: Re: [LLVMdev] Help with using LLVM to re-compile hot functions at run-time Hi Revital, The CompileOnDemand layer is used by the lazy bitcode JIT in the lli tool....
2015 Jul 20
2
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hello Lang, Thanks for your answer. I am now looking for an example of the usage of CompileOnDemandLayer. Is there an example available for that (could not find one in llvm/examples)? Thanks, Revital From: Lang Hames <lhames at gmail.com> To: Revital1 Eres/Haifa/IBM at IBMIL Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Date: 10/07/2015 12:10 AM Subject: Re: [LLVMdev] Help with using LLVM to re-compile hot functions at run-time Hi Revital, LLVM does have an IR interpreter, but I don't think it's maintained...
2015 Jul 20
0
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hi Revital, The CompileOnDemand layer is used by the lazy bitcode JIT in the lli tool. You can find the code in llvm/tools/lli/OrcLazyJIT.* . Cheers, Lang. On Mon, Jul 20, 2015 at 2:32 AM, Revital1 Eres <ERES at il.ibm.com> wrote: > Hello Lang, > > Thanks for your answer. > > I am now looking for an example of the usage of CompileOnDemandLayer. Is > there an example available for that (could not find one in llvm/examples)? > > Thanks, > Revital > > > >...
2012 Nov 16
4
[LLVMdev] Proposal: Enhance FileCheck's variable matching capabilities
...to find all references to a variable defined on the same line and substitute them by backrefs. Luckily, our regex implementation already supports backreferences, although a bit of hacking is required to enable it. It supports both Basic Regular Expressions (BREs) and Extended Regular Expressions (EREs), without supporting backrefs for EREs, following POSIX strictly in this respect. And EREs is what we actually use (rightly). This is contrary to many implementations (including the default on Linux) of POSIX regexes, that do allow backrefs in EREs. Adding backref support to our EREs is a very sim...
2015 Jul 28
0
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
...#39;ll try to answer any questions you have on the topic, though I'm not familiar with PowerPC at all. If you're comfortable with PowerPC assembly I think it should be possible to implement once you grok the concepts. Hope this helps! Cheers, Lang. On Jul 26, 2015, at 11:17 PM, Revital1 Eres <ERES at il.ibm.com> wrote: Hi Again, I'm a little confused regarding what is the exact Orc's functions I should use in order to save the functions code in a code cache so it could be later replaced with different versions of it and I appreciate your help. Just a reminder I want to...
2006 Jun 28
0
RV: RV: error in VB6 aplication
This error appears when y try to login into a SQL server . I run the aplication Silverlab.exe ( in VB6) , and in the first windows appear a image and two butonms 1 for exit an 2 to login ... I press a bottom "Login " and .... in a windows the wine put: Database Engine Open Error ! Server Name : Connection_String = Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial
2004 Aug 23
0
A troubled state of freedom: generalized linear models wh ere number of parameters > number of samples
Check out the gpls package on CRAN. HTH, Andy > From: Min-Han Tan > > Good morning, > > Thank you all for your help so far. I really appreciate it. > > The crux of my problem is that I am generating a generalized linear > model with 1 dependent variable, approximately 50 training samples and > 100 parameters (gene levels). > > Essentially, if I have 100
2010 Mar 31
2
Simplifying particular piece of code
Hello, everyone I have a piece of code that looks like this: mrets <- merge(mrets, BMM.SR=apply(mrets, 1, MyFunc, ret="BMM.AV120", stdev="BMM.SD120")) mrets <- merge(mrets, GM1.SR=apply(mrets, 1, MyFunc, ret="GM1.AV120", stdev="GM1.SD120")) mrets <- merge(mrets, IYC.SR=apply(mrets, 1, MyFunc, ret="IYC.AV120",
2006 Jun 28
2
RV: error in VB6 aplication
When I run the VB6 aplication , this is the error log wine "c:\silverlab\silverlab.exe" fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x4143f104,774,0,{7bf80980-bf32-101a-8bbb-00aa00300c ab},x=0,y=0,f=0,0x406bfae8), partially implemented. fixme:ole:OleLoadPictureEx (0x4143f104,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300 cab},x=0,y=0,f=0,0x406bfab8), partially
2012 Nov 17
0
[LLVMdev] Proposal: Enhance FileCheck's variable matching capabilities
...variable defined on the same line and substitute > them by backrefs. > > Luckily, our regex implementation already supports backreferences, > although a bit of hacking is required to enable it. It supports both > Basic Regular Expressions (BREs) and Extended Regular Expressions > (EREs), without supporting backrefs for EREs, following POSIX strictly > in this respect. And EREs is what we actually use (rightly). This is > contrary to many implementations (including the default on Linux) of > POSIX regexes, that do allow backrefs in EREs. > > Adding backref support t...
2015 Jul 09
2
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hello, I am new to LLVM and a I appreciate your help with the following: I want to run the LLVM IR through virtual machine (LLVM interpreter?) and jit compile the hot functions (using MCJIT). This task will require amongst other identifying the hot functions and having a code cache that should be patched with the native code of the functions after they are jitted. I've read so far about
2011 Feb 17
2
Rd2pdf error in R12.0
On the local machine the command R11 CMD Rd2pdf survfit.Rd works fine. R12 CMD Rd2pdf survfit.Rd fails with the message below. Converting Rd files to LaTeX ... survfit.Rd Creating pdf output from LaTeX ... Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, : Running 'texi2dvi' on 'Rd2.tex' failed. Messages: sh: texi2dvi: command not
2016 Feb 17
2
problems gpupdate and domain-trust
Hi! I have a problem with gpupdate having a trust with a M$ -ADS domain. Before creating the trust gpupdate worked fine. Then i added the trust and then gpupdate gives the following error: Updating policy... Computer Policy update has completed successfully. User Policy could not be updated successfully. The following errors were encount ered: The processing of Group Policy failed. Windows
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
Hi Akira, This is looking good. Some specific comments on the details below. Thanks! Jim > diff --git a/include/llvm/MC/MCELFObjectWriter.h b/include/llvm/MC/MCELFObjectWriter.h > index 6e9f5d8..220ecd0 100644 > --- a/include/llvm/MC/MCELFObjectWriter.h > +++ b/include/llvm/MC/MCELFObjectWriter.h > @@ -13,6 +13,7 @@ > #include "llvm/MC/MCObjectWriter.h" >
2013 Nov 13
2
determinacion del tamaño de la muestra
...-muestreo-para-poblaciones-finitas/9788426011985/375002 > > > > Si no siempre le queda buscar en > > > > http://cran.r-project.org/web/packages/available_packages_by_name.html > > Control + F busca sample > > Haciendo una busqueda superficial podría ser que le interesasen > > elec.strat <http://cran.r-project.org/web/packages/elec.strat/index.html > > > > powerMediation< > http://cran.r-project.org/web/packages/powerMediation/index.html> > > powerSurvEpi< > http://cran.r-project.org/web/packages/powerSurvEpi/index.html&g...
2012 Jun 02
5
error trying ENC.
Hello, I''m trying to use External Node classification and I have not idea what is my mistake. I getting the following error : err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `downcase'' for ["hola", {"mens"=>"HOLA"}]:Array on node casa I have a very simple parameter class : class hola( $mens =
2018 Feb 06
2
[RFC] virtio-iommu version 0.6
Please find version 0.6 of the virtio-iommu specification at the following locations. Document: http://jpbrucker.net/virtio-iommu/spec/virtio-iommu.pdf http://jpbrucker.net/virtio-iommu/spec/virtio-iommu.html Sources: git://linux-arm.org/virtio-iommu.git viommu/v0.6 I didn't receive any comment for v0.5 [1], so this update is fairly light: * Changed range definition in map and
2010 May 18
3
"Re: Change class factor to numeric"
...hanks a lot > > > Arantzazu Blanco Bernardeau > Dpto de Qu?mica Agr?cola, Geolog?a y Edafolog?a > Universidad de Murcia-Campus de Espinardo > > > > > > > _________________________________________________________________ > Dise?ar aplicaciones tiene premio. ?Si eres desarrollador no esperes m?s! > http://www.imaginemobile.es _________________________________________________________________ Recibe en tu HOTMAIL los emails de TODAS tus CUENTAS. + info
2012 Mar 23
0
[LLVMdev] Sorting relocation entries
Hi Jim, Thanks for reviewing the patch. I couldn't get rid of STLExtras.h, but other than that, I followed all the suggestions in your email. Please let me know if you notice anything else that needs fixing. On Thu, Mar 22, 2012 at 4:42 PM, Jim Grosbach <grosbach at apple.com> wrote: > Hi Akira, > > This is looking good. Some specific comments on the details below. > >
2016 Mar 29
2
samba 4.4 gpupdate /force
command prompt >> run as administrator Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\btombul>gpupdate /force Updating Policy... User policy could not be updated successfully. The following errors were encount ered: The processing of Group Policy failed. Windows could not apply the registry-base d policy settings for the