Displaying 3 results from an estimated 3 matches for "genterated".
Did you mean:
generated
2005 Feb 25
1
Transposed ringing
I don't suppose anyone might know why I hear ringing transposed over
itself when I place a call out via PRI?
SIP to SIP is fine
SIP to IAX is fine
SIP to PRI is always transposed
I mean sometimes you don't notice it much because it's lined up right,
but other times you'll hear a really long ring (starts sounding normal,
then sounds "weird" -- like two rings played at
2013 May 12
0
[LLVMdev] Predicated Vector Operations
On Thu, May 9, 2013 at 6:04 PM, <dag at cray.com> wrote:
> Dan Gohman <dan433584 at gmail.com> writes:
>
> > But I don't understand why defining this as not being a data race
> > would complicate things. I'm assuming the mask values are
> > statically known. Can you explain a bit more?
> >
> > It's an interesting question
2013 May 09
2
[LLVMdev] Predicated Vector Operations
Dan Gohman <dan433584 at gmail.com> writes:
> But I don't understand why defining this as not being a data race
> would complicate things. I'm assuming the mask values are
> statically known. Can you explain a bit more?
>
> It's an interesting question for autovectorization, for example.
>
> Thread A:
> for (i=0;i<n;++i)
> if (i&1)