search for: indeterministic

Displaying 20 results from an estimated 21 matches for "indeterministic".

Did you mean: undeterministic
2004 Aug 25
4
bugfix: indeterministic file choice from multiple sources
Hello, some time ago I reported a bug, where we saw indeterministic behaviour of rsync (all versions since 2.5), when having the same file appearing in multiple sources. Sometimes the file in the first source was copied, other times the file was copied from one of the other sources. The attached mstest.tgz contains a test to reproduce the behaviour under darwi...
2003 Oct 07
1
(PR#4450)
Hello, When I use det() and qr() on complex matrices the result is in some cases indeterministic. The documentation speaks of numeric matrices (and not of complex matrices) but det() uses qr() which should handle complex matrices correctly. I've also tried using only qr() with similar results. det() returns a value that is not the determinant of the complex matrix (in accordance with doc...
2009 Oct 22
1
[PATCH] nv04-nv40/exa: Reorder the commands in PrepareCopy to match the blob.
This fixes a somewhat indeterministic corruption problem on nv17 when there is stuff going on the other fifos (e.g. gallium but I've also reproduced it with an app just SIFM-ing memory around): in some cases it made the blits the X server had scheduled use the wrong pitch. Signed-off-by: Francisco Jerez <currojerez at riseup.ne...
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...virtio device being a bond master is confusing/unexpected. 2. virtio device being both a master and a slave is confusing. 3. configuration of a master may have different semantics than configuration of a slave. 4. two para-virt devices may create a loop (or rather will be bound to each other indeterministically, depending on which spawns first). 5. there is no user configuration AFAIR in existing patch, VM admin won't be able to prevent the bond. Separate netdev we can make removable even if it's spawned automatically. 6. XDP redirect use-case (or any explicit use of the virtio slave)...
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...virtio device being a bond master is confusing/unexpected. 2. virtio device being both a master and a slave is confusing. 3. configuration of a master may have different semantics than configuration of a slave. 4. two para-virt devices may create a loop (or rather will be bound to each other indeterministically, depending on which spawns first). 5. there is no user configuration AFAIR in existing patch, VM admin won't be able to prevent the bond. Separate netdev we can make removable even if it's spawned automatically. 6. XDP redirect use-case (or any explicit use of the virtio slave)...
2013 Jan 29
2
[LLVMdev] Apparent indeterminism in PreVerifier
...at 8:48 AM, Sergei Larin <slarin at codeaurora.org> wrote: > Nadav, > > As I peel this onion, it looks like you might know something about > InnerLoopVectorizer::addRuntimeCheck. > What does it do, and can it be causing the below described issue? Could > resuming somehow (indeterministically) switch the order of PHIs in the > original code? > > Thanks a lot. > > Sergei. > > --- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by > The Linux Foundation > > >> -----Original Message----- >> From: llvmdev-boun...
2013 Jan 29
0
[LLVMdev] Apparent indeterminism in PreVerifier
Nadav, As I peel this onion, it looks like you might know something about InnerLoopVectorizer::addRuntimeCheck. What does it do, and can it be causing the below described issue? Could resuming somehow (indeterministically) switch the order of PHIs in the original code? Thanks a lot. Sergei. --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >...
2019 Jun 12
2
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
...e loop of L dominated R. From ptr_test.c that latter seems > the case, but LoopRotation might change this relation. > > For the third case, we might just find another tie breaker rule, such > as a NumOps comparison afterwards or the order in which LoopInfo finds > them (this might be indeterministic). However, it might also be ok to > just return 0, meaning both are equally complex. > > Michael > > > Am Di., 11. Juni 2019 um 14:21 Uhr schrieb Min-Yih Hsu via llvm-dev > <llvm-dev at lists.llvm.org>: > > > > Hi, > > > > Recently I got a crash wh...
2013 Jan 29
0
[LLVMdev] Apparent indeterminism in PreVerifier
...codeaurora.org> > wrote: > > > Nadav, > > > > As I peel this onion, it looks like you might know something about > > InnerLoopVectorizer::addRuntimeCheck. > > What does it do, and can it be causing the below described issue? > > Could resuming somehow (indeterministically) switch the order of PHIs > > in the original code? > > > > Thanks a lot. > > > > Sergei. > > > > --- > > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > > hosted by The Linux Foundation > > > > > >>...
2013 Jan 29
2
[LLVMdev] Apparent indeterminism in PreVerifier
Hello everybody, I have a case of suspected indeterminism and I would like to verify that it is not a known issue before I dig deep into it. It seems to happen during PreVerifier pass ("Preliminary module verification"). The little I understand/assume about it, a verifier pass is not supposed to change the code (or is it?) but in debug stream I see the following: Common predecessor:
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...ren't they? Perhaps a bad wording. Both master and member would be better. > > 3. configuration of a master may have different semantics than > > configuration of a slave. > > 4. two para-virt devices may create a loop (or rather will be bound > > to each other indeterministically, depending on which spawns first). > > For 2 virtio devices, we can disable the bond to make it deterministic. Do you mean the hypervisor can or is there a knob in virtio_net to mask off features? Would that require re-probe of the virtio device? > > 5. there is no user config...
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...ren't they? Perhaps a bad wording. Both master and member would be better. > > 3. configuration of a master may have different semantics than > > configuration of a slave. > > 4. two para-virt devices may create a loop (or rather will be bound > > to each other indeterministically, depending on which spawns first). > > For 2 virtio devices, we can disable the bond to make it deterministic. Do you mean the hypervisor can or is there a knob in virtio_net to mask off features? Would that require re-probe of the virtio device? > > 5. there is no user config...
2013 Jan 29
1
[LLVMdev] Apparent indeterminism in PreVerifier
...; wrote: >> >>> Nadav, >>> >>> As I peel this onion, it looks like you might know something about >>> InnerLoopVectorizer::addRuntimeCheck. >>> What does it do, and can it be causing the below described issue? >>> Could resuming somehow (indeterministically) switch the order of PHIs >>> in the original code? >>> >>> Thanks a lot. >>> >>> Sergei. >>> >>> --- >>> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, >>> hosted by The Linux Foundation &gt...
2018 Jan 23
0
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...rtio device being both a master and a slave is confusing. vlans are like this too, aren't they? > 3. configuration of a master may have different semantics than > configuration of a slave. > 4. two para-virt devices may create a loop (or rather will be bound > to each other indeterministically, depending on which spawns first). For 2 virtio devices, we can disable the bond to make it deterministic. > 5. there is no user configuration AFAIR in existing patch, VM admin > won't be able to prevent the bond. Separate netdev we can make > removable even if it's s...
2019 Jun 11
3
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
Hi, Recently I got a crash when I tried to analysis a program with ScalarEvolution AliasAnalysis(SCEV-AA for short). It turns out to be a (possibly) incorrect assertion inside the CompareSCEVComplexity routine. The simplest solution would be just remove that assertion but I also found that the surrounding logics on calculating SCEV cost seems to be incorrect either. Thus I want to discuss with
2018 Jan 23
0
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...a bad wording. Both master and member would be better. > > > > 3. configuration of a master may have different semantics than > > > configuration of a slave. > > > 4. two para-virt devices may create a loop (or rather will be bound > > > to each other indeterministically, depending on which spawns first). > > > > For 2 virtio devices, we can disable the bond to make it deterministic. > > Do you mean the hypervisor can or is there a knob in virtio_net to mask > off features? Hypervisor can do it too. And it really should: specifying 2...
2020 Aug 21
2
Re: Conflicting parameters on qemu call
On 21. Aug 2020, at 10:38, Daniel P. Berrangé <berrange@redhat.com> wrote: > On Thu, Aug 20, 2020 at 08:11:30PM +0200, Jan Walzer wrote: >> Hi Lists, >> >> I currently have the issue of wanting to use emu-system-x86_64 on a ppc64le platform. >> >> It is imperative to pass the "-accel tcg,thread=multi” parameter to qemu >> when starting an
2007 Dec 18
2
Testing / Coding methodologies?
I''ve been having great "fun" testing the new (Puppetised) build end-to-end for several days now. The majority of the fun has been coming from vendor packages (no names mentioned), typically with conflicting permissions on files, or perhaps different home directories, UIDs for the app users so it matters in which order you do things in. My current methodology is to go through
2020 Aug 21
2
Re: Conflicting parameters on qemu call
...io can be > very subtle and only hit if you tickle particular races. So it may > work 49 times in 50, and in the other 1 case silently correct your > data. Yeah, as I said, I’m aware of the implications. I know what memory-barriers are and how asyncronicity and parallelism can manifest in indeterministic and hard to troubleshoot behaviours. Greetings Jan
2018 Jan 22
5
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
On 1/22/2018 1:31 PM, Michael S. Tsirkin wrote: > On Wed, Jan 17, 2018 at 01:49:58PM -0800, Alexander Duyck wrote: >> On Wed, Jan 17, 2018 at 11:57 AM, Michael S. Tsirkin <mst at redhat.com> wrote: >>> On Wed, Jan 17, 2018 at 11:25:41AM -0800, Samudrala, Sridhar wrote: >>>> >>>> On 1/17/2018 11:02 AM, Michael S. Tsirkin wrote: >>>>> On