search for: _expect_

Displaying 8 results from an estimated 8 matches for "_expect_".

2016 May 16
6
Working on FP SCEV Analysis
...dmap should be discussed on llvm-dev before we start reviewing and committing changes. Here are some issues that I think are worth discussing: - Core motivation: why do we even care about optimizing floating point induction variables? What situations are they common in? Do programmers _expect_ compilers to optimize them well? (I haven't worked on our vectorizers so pardon the possibly stupid question) in the example you gave, why do you need SCEV to analyze the increment to vectorize the loop (i.e how does it help)? What are some other concrete cases you'll want...
2023 Sep 05
1
[libnbd PATCH] rust: Use mio::poll instead of requiring epoll
...; > > + MioInterest::READABLE | MioInterest::WRITABLE, > > > + )?; > > > + poll.poll(&mut events, Some(Duration::ZERO))?; > > Why do we want 'poll.poll()?;', that is, to fail this function if the > > poll returns an error? We _expect_ poll to sometimes return an error > > (namely, the fact that it timed out) if there is nothing pending on > > the fd, at which point we WANT to successfully clear the ready_guard > > for both read and write, rather than to error out of this function. > > > You are right...
2010 Dec 16
6
Call sip:user@domain.com?
Hello At this point, I have an Asterisk 1.4 + PC running XLite behind a NAT set up with a VOSP trunk that I can use to make/receive calls to/from the PSTN. Now, I'd like to be able to call any number on the Net that is advertised as "sip:user at domain.com", such as those: www.voip-info.org/wiki/view/Phone+Numbers Do I need to register a second trunk (FWD, etc.) through which
2016 May 16
4
Working on FP SCEV Analysis
Hi, I'm working now on extending SCEV Analysis and adding FP support. At the beginning, I want to vectorize this loop: float fp_inc; float x = init; for (int i=0;i<N;i++){ A[i] = x; x += fp_inc; // Loop invariant variable or constant } In this loop "x" is a FP induction variable. But it is not the "primary" induction and loop trip count is still depends
2004 Apr 07
2
Problems with ADIT 600 - latency, loss, etc
I'm emailing this as the customer in this case, since my carrier appears to be completely unable to solve this. A brief rundown of the problem: - We have several voice lines going through the ADIT, of course into a VoIP type of arrangement. - Voice traffic will become choppy, even drop calls completely, at random but quite often. Modem calls (which we needed unfortunately) are a joke. -
2016 May 18
4
Working on FP SCEV Analysis
...mac.com> wrote: > > On May 16, 2016, at 2:42 PM, Sanjoy Das via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > - Core motivation: why do we even care about optimizing floating > point induction variables? What situations are they common in? Do > programmers _expect_ compilers to optimize them well? (I haven't > worked on our vectorizers so pardon the possibly stupid question) > in the example you gave, why do you need SCEV to analyze the > increment to vectorize the loop (i.e how does it help)? What are > some other concrete cases you...
2016 May 18
2
Working on FP SCEV Analysis
...Saito, Hideki <hideki.saito at intel.com> Subject: RE: [llvm-dev] Working on FP SCEV Analysis Hi Sanjoy, Please see my answers bellow: - Core motivation: why do we even care about optimizing floating point induction variables? What situations are they common in? Do programmers _expect_ compilers to optimize them well? (I haven't worked on our vectorizers so pardon the possibly stupid question) in the example you gave, why do you need SCEV to analyze the increment to vectorize the loop (i.e how does it help)? What are some other concrete cases you'll want...
2004 Dec 17
14
Call on hold disconnects...
G'Day All, How do I fix this: I receive a call at the extension. Press the hold button. Music on hold starts. When I place the handset back on the cradle, the call gets hung up/disconnected. The Phone is A GrandStream Budge Tone 100. Thanks