search for: omer

Displaying 20 results from an estimated 88 matches for "omer".

Did you mean: lmer
2006 Sep 23
6
Connection to backgroundrb is lost when exiting action method
...rrno::EBADF: Bad file descriptor - connect(2)> ... When I''m still in the action, for instance using ''sleep 10''. As long I''m inside the action, there''s no problem with the worker. Why is that? Why would the connection to the worker be lost? Thanks, Omer.
2016 Nov 21
2
RFC: Insertion of nops for performance stability
...ty that may even overshadow the benefit from the spacing those instructions provide. 3. As I mentioned, this process has to be done in the Assembler, after all the passes and the code emission. In my opinion, the Assembler phase is not a good time to change locations of instructions. Thanks, Omer From: Hal Finkel [mailto:hfinkel at anl.gov] Sent: Sunday, November 20, 2016 23:26 To: Paparo Bivas, Omer <omer.paparo.bivas at intel.com> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] RFC: Insertion of nops for performance stability ________________________________ From: "Pa...
2011 Jan 08
1
Distorted output in fixed-point AEC
...Also, I understand that algorithmically the AEC won't cancel echo properly on a non-linear signal, but why completely distort the output? If the echo just won't get cancelled it would be acceptable, but in the current state it disables the ability to speak - with or without echo. Thanks, Omer On Jan 8, 2011, at 7:26 PM, Jean-Marc Valin wrote: > Hi, > > The Speex AEC is simply not designed to deal with non-linear echo, as is the case when clipping of AGCs are involved. Make sure all your path is linear or forget about the Speex AEC. > > Jean-Marc > > On 11-01-0...
2016 Nov 20
3
RFC: Insertion of nops for performance stability
...another kind of fragment to handle when laying out all the fragments: layout for a relaxable branch is relaxing it if necessary, and layout for a MCPerfNopFragment will be computing the number of nops it will contain. Can you please refer me to a pre-emit pass that does something similar? Thanks, Omer From: Hal Finkel [mailto:hfinkel at anl.gov] Sent: Friday, November 18, 2016 20:57 To: Paparo Bivas, Omer <omer.paparo.bivas at intel.com> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] RFC: Insertion of nops for performance stability ________________________________ From: "Pa...
2011 Jan 03
3
Distorted output in fixed-point AEC
...their mic input. I'm a bit desperate about this, and almost getting to the point of debugging the AEC itself - my guess is that it's a lot of integer overflows. I'm willing to send voice samples that reproduce the problem. Did anyone experience that or has some insight? Thanks ahead, Omer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20110103/9d689e1a/attachment.htm
2012 Feb 24
3
[LLVMdev] CodeGen instructions and patterns
Is there a generic function that gives the machine instructions and their patterns given in the .td files of a backend specification ? or a subset which match a certain opcode ? otherwise how are the machine instructions being accessed/matched for instruction selection ? -Omer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120224/7bda4205/attachment.html>
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi, I have set maxvcpus and vcpus options in my domU configuration file, and I can see that X number of vcpu are set for the domU. I tried to activate all the vpcus by using vpcu_avail option (using decimal to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and only the first vpcu is activated (i.e. has -b- state) while all other vpcu''s set for the domU are
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi, I have set maxvcpus and vcpus options in my domU configuration file, and I can see that X number of vcpu are set for the domU. I tried to activate all the vpcus by using vpcu_avail option (using decimal to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and only the first vpcu is activated (i.e. has -b- state) while all other vpcu''s set for the domU are
2000 Jun 27
1
Retrieving browser lists
...count and I'm using security = server). Samba is not involved in providing browsing or WINS, though it utilizes both. I don't care if the format I get it in is messy like that of nmblookup, because I'm parsing it in Perl anyway. I'd greatly appreciate any enlightenment on this. -- Omer Shenker oshenker@iname.com
2002 Apr 07
2
HTB question
...I would like to use HTB. I have downloaded binary code from http://luxik.cdi.cz/~devik/qos/htb/#source, (tc.gz), but I could not open the file. Is there any other place I can get binary code for HTB. Also if you can give some direction how to patch it, it will be really helpful. Thanks in advance Omer --------------------------------- Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax
2011 Jul 06
4
Showing which bars in a bar chart are significantly different
...ar chart, and I want to present which bars are significantly different by placing a line with an asterisk above then (similarly to fig. 3 in: http://jnm.snmjournals.org/content/46/4/574.figures-only). Does anyone have a reference where can I find some instructions how to learn this? Thanks a lot! Omer -- View this message in context: http://r.789695.n4.nabble.com/Showing-which-bars-in-a-bar-chart-are-significantly-different-tp3649897p3649897.html Sent from the R help mailing list archive at Nabble.com.
2011 Aug 15
2
[LLVMdev] Order of code generation
On 15/08/11 13:12, محمد ﻋﻤﺮ ﺩﻫﻠﻮﻯ wrote: > How do I enable the assertions when building ? > I am using 2.9, the current version, and when I use the standard build llc does > not give me the view-*-dags options. Configure with --enable-assertions Ciao, Duncan. > > -Omer > > On Sat, Aug 13, 2011 at 1:50 AM, Duncan Sands <baldrick at free.fr > <mailto:baldrick at free.fr>> wrote: > > On 13/08/11 00:01, Cameron Zwarich wrote: > > They do work if you have GraphViz binaries in your path when you > configure LLVM. > &g...
2016 Nov 17
4
RFC: Insertion of nops for performance stability
...nt. Note that the computed size may change from call to call, similarly to the process of computing the size of a MCAlignFragment. b. When writing the fragment the assembler will again use the backend in order to write the required number of nops. Comments and questions are welcome. Thanks, Omer --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended...
2011 Aug 13
2
[LLVMdev] Order of code generation
...with assertions enabled. Ciao, Duncan. > > Cameron > > On Aug 12, 2011, at 2:59 PM, محمد ﻋﻤﺮ ﺩﻫﻠﻮﻯ wrote: > >> I need help with visualizing graphs before and after instruction selection. >> The llc options listed in the docs do not work as specified. >> >> -Omer >> >> 2011/8/8 Rafael Ávila de Espíndola <rafael.espindola at gmail.com >> <mailto:rafael.espindola at gmail.com>> >> >> On 08/06/2011 02:40 AM, Sanjoy Das wrote: >> > Hi! >> > >> > I have a DAG (attached), which,...
2011 Aug 15
0
[LLVMdev] Order of code generation
How do I enable the assertions when building ? I am using 2.9, the current version, and when I use the standard build llc does not give me the view-*-dags options. -Omer On Sat, Aug 13, 2011 at 1:50 AM, Duncan Sands <baldrick at free.fr> wrote: > On 13/08/11 00:01, Cameron Zwarich wrote: > > They do work if you have GraphViz binaries in your path when you > configure LLVM. > > I think you also need to build with assertions enabled. > &g...
2011 Aug 15
0
[LLVMdev] Order of code generation
...llvm$ llc -view-edge-bundles t3.bc Writing '/tmp/llvm_OrEAqH/EdgeBundles.dot'... done. Running 'dotty' program... graph parser: syntax error near line 1 context: igraph >>> { <<< dotty.lefty: cannot load graph it pops up a window but does not display anything. -Omer On Mon, Aug 15, 2011 at 8:43 AM, Duncan Sands <baldrick at free.fr> wrote: > On 15/08/11 13:12, محمد ﻋﻤﺮ ﺩﻫﻠﻮﻯ wrote: > >> How do I enable the assertions when building ? >> I am using 2.9, the current version, and when I use the standard build llc >> does >...
2012 Feb 24
0
[LLVMdev] CodeGen instructions and patterns
Hi Omer, On Feb 24, 2012, at 8:46 AM, محمد ﻋﻤﺮ ﺩﻫﻠﻮﻯ <omerbeg at gmail.com> wrote: > Is there a generic function that gives the machine instructions and their patterns given in the .td files of a backend specification ? > or a subset which match a certain opcode ? I'm not aware of any du...
2007 Oct 17
1
dovecot and imap session forwarding
...or auth_executable = /var/qmail/bin/auth_imap . Obviously it won't work. But I am not sure where to put /var/qmail/bin/auth_imap http://www.qmail-ldap.info/dovecot.php and http://www.qmail-ldap.info/imap_courier.php page shows a bit information about where to put it. -- Best regards, Omer mailto:omer at faruk.net
2005 Jun 14
1
KMEANS output...
...ain text file for further processing outside R? Example: > ktx<-kmeans(x,12, nstart = 200) I would like to parse ktx within R to extract cluster sizes, sum-of-squares values, etc., OR save ktx in a plain text file in Windows to post-process it with a parser I would have to write. Thanks! Omer Cell: (914) 671-7447
2011 Aug 12
2
[LLVMdev] Order of code generation
I need help with visualizing graphs before and after instruction selection. The llc options listed in the docs do not work as specified. -Omer 2011/8/8 Rafael Ávila de Espíndola <rafael.espindola at gmail.com> > On 08/06/2011 02:40 AM, Sanjoy Das wrote: > > Hi! > > > > I have a DAG (attached), which, according to me, should result in the > > code for coroutine_make be generated _before_ the ret. > &gt...