search for: potentialy

Displaying 20 results from an estimated 26 matches for "potentialy".

Did you mean: potential
2004 Aug 06
10
web-based playlist manager
Before I went out to potentialy reinvent this particular wheel, I figured I'd check to see whether anyone had or could recommend a web-based playlist manager for ices/icecast. The one I've got in mind would take requests, play random tracks in the absence of requests, keep a very limited history and look-ahead... This m...
2012 Mar 26
2
[LLVMdev] PBQP & CalcSpillWeights
...ifically need a double check, as I am not 100% sure to have updated correctly the LiveInterval information. In terms of registers, the Femto target is simplistic : a single register class GR16, for data and pointers, all i16. It has 16 registers, R0 to R15; R15 is used as stack pointer, and R14 potentialy as framepointer. A pair is constituted from a register + its successor, i.e. (R0, R1), (R1,R2), (R2, R3), ... are valid pairs. This is an instruction encoding constraint, as we only have 16bits wide instructions. Pairs involving R15 are never allowed, those with R14 may be allowed, depending on...
2024 Feb 03
1
a little note on sshbuf_reset()
...ze to a value less than SSHBUF_SIZE_INIT? Anyway, i thought that all invariants of sshbuf object must be preserved by its own API no matter how stupid the use of this API is, so i wrote this. Also, why a call to sshbuf_check_sanity() in sshbuf_reset() is made after dereferencing a pointer which is potentialy a NULL pointer? I think a call to sshbuf_check_sanity() should precede other operations.
2019 Jul 01
0
[PATCH 20/22] mm: move hmm_vma_fault to nouveau
...dex 9d40114d7949..e831f4184a17 100644 --- a/drivers/gpu/drm/nouveau/nouveau_svm.c +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c @@ -36,6 +36,13 @@ #include <linux/sort.h> #include <linux/hmm.h> +/* + * When waiting for mmu notifiers we need some kind of time out otherwise we + * could potentialy wait for ever, 1000ms ie 1s sounds like a long time to + * wait already. + */ +#define NOUVEAU_RANGE_FAULT_TIMEOUT 1000 + struct nouveau_svm { struct nouveau_drm *drm; struct mutex mutex; @@ -475,6 +482,51 @@ nouveau_svm_fault_cache(struct nouveau_svm *svm, fault->inst, fault->addr, f...
2019 Jul 03
0
[PATCH 2/6] mm: move hmm_vma_range_done and hmm_vma_fault to nouveau
...dex 8c92374afcf2..033a9241a14a 100644 --- a/drivers/gpu/drm/nouveau/nouveau_svm.c +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c @@ -36,6 +36,13 @@ #include <linux/sort.h> #include <linux/hmm.h> +/* + * When waiting for mmu notifiers we need some kind of time out otherwise we + * could potentialy wait for ever, 1000ms ie 1s sounds like a long time to + * wait already. + */ +#define NOUVEAU_RANGE_FAULT_TIMEOUT 1000 + struct nouveau_svm { struct nouveau_drm *drm; struct mutex mutex; @@ -475,6 +482,47 @@ nouveau_svm_fault_cache(struct nouveau_svm *svm, fault->inst, fault->addr, f...
2019 Jul 03
1
[PATCH 20/22] mm: move hmm_vma_fault to nouveau
.../drivers/gpu/drm/nouveau/nouveau_svm.c > +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c > @@ -36,6 +36,13 @@ > #include <linux/sort.h> > #include <linux/hmm.h> > > +/* > + * When waiting for mmu notifiers we need some kind of time out otherwise we > + * could potentialy wait for ever, 1000ms ie 1s sounds like a long time to > + * wait already. > + */ > +#define NOUVEAU_RANGE_FAULT_TIMEOUT 1000 > + > struct nouveau_svm { > struct nouveau_drm *drm; > struct mutex mutex; > @@ -475,6 +482,51 @@ nouveau_svm_fault_cache(struct nouveau_svm...
2012 Mar 27
0
[LLVMdev] PBQP & CalcSpillWeights
...e check, as I am not 100% > sure to have updated correctly the LiveInterval information. > > In terms of registers, the Femto target is simplistic : a single register > class GR16, for data and pointers, all i16. It has 16 registers, R0 to R15; > R15 is used as stack pointer, and R14 potentialy as framepointer. A pair is > constituted from a register + its successor, i.e. (R0, R1), (R1,R2), (R2, R3), > ... are valid pairs. This is an instruction encoding constraint, as we only > have 16bits wide instructions. Pairs involving R15 are never allowed, those > with R14 may be allow...
2012 Mar 27
2
[LLVMdev] PBQP & CalcSpillWeights
...ve updated correctly the LiveInterval > > information. > > > > In terms of registers, the Femto target is simplistic : a single > > register > > class GR16, for data and pointers, all i16. It has 16 registers, R0 to > > R15; R15 is used as stack pointer, and R14 potentialy as framepointer. > > A pair is constituted from a register + its successor, i.e. (R0, R1), > > (R1,R2), (R2, R3), ... are valid pairs. This is an instruction encoding > > constraint, as we only have 16bits wide instructions. Pairs involving > > R15 are never allowed, those w...
2015 Apr 03
2
Disk space usage with mdbox
Shot in the dark here...haven't tried it myself so no promises. There's probably a much better way to do this but sometimes a little "brute force" helps. Theoretical steps: 1. Stop all mail processes - both SMTP and IMAP. 2. Use "doveadm sync" to backup the user mailbox, e.g., doveadm backup -u user mdbox:/tmp/usermail 3. Verify /tmp/usermail looks reasonable
2012 Apr 05
2
[LLVMdev] PBQP & CalcSpillWeights
...nterval information. > > > > > > In terms of registers, the Femto target is simplistic : a single > > > register > > > class GR16, for data and pointers, all i16. It has 16 registers, R0 > > > to > > > R15; R15 is used as stack pointer, and R14 potentialy as > > > framepointer. > > > A pair is constituted from a register + its successor, i.e. (R0, > > > R1), > > > (R1,R2), (R2, R3), ... are valid pairs. This is an instruction > > > encoding > > > constraint, as we only have 16bits wide instructio...
2012 Apr 03
0
[LLVMdev] PBQP & CalcSpillWeights
...Interval > > > information. > > > > > > In terms of registers, the Femto target is simplistic : a single > > > register > > > class GR16, for data and pointers, all i16. It has 16 registers, R0 to > > > R15; R15 is used as stack pointer, and R14 potentialy as framepointer. > > > A pair is constituted from a register + its successor, i.e. (R0, R1), > > > (R1,R2), (R2, R3), ... are valid pairs. This is an instruction encoding > > > constraint, as we only have 16bits wide instructions. Pairs involving > > > R15 are ne...
2006 Mar 05
0
opening popup on another companies website - possible?
...ls that includes a like. When the referral clicks on the like a browser opens on the businesses website and a popup window opens that contains the picture of the custoomer (ie. the person that referred them to the business). I will send many emails and each will include a different picture and potentialy open a browser on a different businesses website. I cannot make any modifications to the businesses website. It is *possible* to write an application that does this. Thanks, NK -- Posted via http://www.ruby-forum.com/.
2007 Aug 09
2
[LLVMdev] Choosing Alias Analysis
Ok, here's a potentialy stupid question: how do I choose the various flavors of alias analysis on the command line? I followed the alias analysis design in its use of AnalysisGroup when I did the register coalescing refactoring and alternative implentations. But I can't figure out how to actually invoke the differen...
2004 Aug 06
0
web-based playlist manager
...to offer complete technical support. -- Nate "sublime" Kohari ----- Original Message ----- From: "Adam Hirsch" <adam@baz.org> To: <icecast@xiph.org> Sent: Thursday, October 18, 2001 12:40 PM Subject: [icecast] web-based playlist manager > Before I went out to potentialy reinvent this particular wheel, I figured > I'd check to see whether anyone had or could recommend a web-based playlist > manager for ices/icecast. The one I've got in mind would take requests, > play random tracks in the absence of requests, keep a very limited history > and l...
2015 Apr 05
0
Disk space usage with mdbox
...ce and more important if it will occur again, time will tell. I have kept one mailbox out of this procedure (the "live" size is 8,8G, the backup size is less than 1GB) to do some testing or debugging if possible. Another question I am not able to answer is if this procedure cleans up potentialy orphaned attachments as I store them seperately for SiS to work. a. On 04/04/15 02:40, Daniel Miller wrote: > Shot in the dark here...haven't tried it myself so no promises. > There's probably a much better way to do this but sometimes a little > "brute force" helps....
2012 Apr 11
0
[LLVMdev] PBQP & CalcSpillWeights
...ormation. >>>> >>>> In terms of registers, the Femto target is simplistic : a single >>>> register >>>> class GR16, for data and pointers, all i16. It has 16 registers, R0 >>>> to >>>> R15; R15 is used as stack pointer, and R14 potentialy as >>>> framepointer. >>>> A pair is constituted from a register + its successor, i.e. (R0, >>>> R1), >>>> (R1,R2), (R2, R3), ... are valid pairs. This is an instruction >>>> encoding >>>> constraint, as we only have 16bits wid...
2012 Mar 23
0
[LLVMdev] PBQP & CalcSpillWeights
Hi Arnaud, LiveInterval::markNotSpillable() sets the live interval's spill weight to infinity. For well-formed PBQP graphs (i.e. ones that have some finite-cost solution), PBQP should never chose to spill such an interval. The two possibilities for this crash are that the input graph has no finite-cost solution, or that you've exposed a bug in the PBQP solver. >From memory your target
2019 Jul 03
10
hmm_range_fault related fixes and legacy API removal v2
Hi Jérôme, Ben and Jason, below is a series against the hmm tree which fixes up the mmap_sem locking in nouveau and while at it also removes leftover legacy HMM APIs only used by nouveau. Changes since v1: - don't return the valid state from hmm_range_unregister - additional nouveau cleanups
2012 Apr 19
1
[LLVMdev] PBQP & CalcSpillWeights
...; > >>>> In terms of registers, the Femto target is simplistic : a single > >>>> register > >>>> class GR16, for data and pointers, all i16. It has 16 registers, R0 > >>>> to > >>>> R15; R15 is used as stack pointer, and R14 potentialy as > >>>> framepointer. > >>>> A pair is constituted from a register + its successor, i.e. (R0, > >>>> R1), > >>>> (R1,R2), (R2, R3), ... are valid pairs. This is an instruction > >>>> encoding > >>>> constrai...
2012 Mar 21
2
[LLVMdev] PBQP & CalcSpillWeights
Hi All, I finally had a chance to get back to my pbqp trials, now using the 3.0 release. I still hit the same assert : "Attempting to spill already spilled value." This is triggered because in RegAllocPBQP::mapPBQPToRegAlloc, a vreg node is either : - a physical register (problem.isPRegOption(vreg, alloc)), - or a spill (problem.isSpillOption(vreg, alloc)) The problem is that pass