search for: preferential

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

Did you mean: referential
2013 Feb 11
1
[LLVMdev] Preferential treatment of labels in MI sched DAG construction
On Feb 11, 2013, at 1:03 PM, Sergei Larin <slarin at codeaurora.org> wrote: > Hi Andy, > > I have to resurrect an ancient question regarding scheduling boundaries. > > You might remember the reason for introduction of CanHandleTerminators to > ScheduleDAGInstrs. In short, Hexagon is currently uses DAG construction > method (buildSchedGraph) for several purposes,
2013 Feb 11
0
[LLVMdev] Preferential treatment of labels in MI sched DAG construction
Hi Andy, I have to resurrect an ancient question regarding scheduling boundaries. You might remember the reason for introduction of CanHandleTerminators to ScheduleDAGInstrs. In short, Hexagon is currently uses DAG construction method (buildSchedGraph) for several purposes, which includes region formation for general VLIW packetization/bundling. As such we need to handle pretty much all
2008 Apr 08
1
how to check if a variable is preferentially present in a sample
Dear All, I do apologise if this question is out of place for this list but I've tried searching mailing lists and read "Introductory Statistics with R" by Peter Dalgaard, but couldn't find any hints on solving my question below: I have a data frame (d) of values which I will rank in decreasing order of "val". Each value belongs to a group, either 'A',
2012 Oct 29
1
[LLVMdev] Annotating known pointer alignment
...stcombine adds the explicit alignment according to >>>> the langref (pref alignment). >>> >>> Without an explicit alignment means the ABI alignment in the case of >>> loads/stores. >> >> Yes, that second step was clear. Assuming you meant the "preferential >> alignment", according to the langref. > > no, I meant the ABI alignment. If the LangRef says the preferential > alignment > then I'm pretty sure the LangRef is wrong! Yep, the InstCombiner in fact uses the ABI alignment, so propably you are right and the LangRef is...
2012 Oct 29
0
[LLVMdev] Annotating known pointer alignment
...t;> >> and instcombine adds the explicit alignment according to >>> the langref (pref alignment). >> >> Without an explicit alignment means the ABI alignment in the case of >> loads/stores. > > Yes, that second step was clear. Assuming you meant the "preferential > alignment", according to the langref. no, I meant the ABI alignment. If the LangRef says the preferential alignment then I'm pretty sure the LangRef is wrong! > >> >>> 2) If we know that the store is aligned, shouldn't instcombine deduce >>> that the...
2012 Oct 28
2
[LLVMdev] Annotating known pointer alignment
...without an explicit alignment. > > and instcombine adds the explicit alignment according to >> the langref (pref alignment). > > Without an explicit alignment means the ABI alignment in the case of > loads/stores. Yes, that second step was clear. Assuming you meant the "preferential alignment", according to the langref. > >> 2) If we know that the store is aligned, shouldn't instcombine deduce >> that the >> pointer %bar itself must be aligned (set low bits in KnownZero), and >> use this >> information for other uses, at least those...
2010 Feb 09
2
transparent concentric circles
...esent a count of the number of characteristics shared by various elements - an example would look like this: 1 100 2 75 3 50 4 25 I.e. all four sets share 25 characteristics, three of them share 50 characteristics, and so on. I would like to plot these as concentric circles, with the circle size preferentially being proportional to the size of the number of elements (this is not a must, however). I would also like the colors of the circles to become stronger/deeper as we progress to the innermost circle (which would be the one containing the number of characteristics shared by all four). Can somebody...
2018 Oct 26
2
systemd automount of cifs share hangs
...wait+0x56/0x70 > Oct 26 09:11:45 saruman kernel: [<ffffffff85f16ff2>] ? > mutex_lock+0x12/0x2f Oct 26 09:11:45 saruman kernel: [<ffffffff85ab4e00>] > ? <snip> Wait a minute: are you running IPv6? What we see is that if a system doesn't get its IPv6 address, NFSv4 goes preferentially for that, and if it has that, and looses it, it will *NOT* fall back to IPv4, but hangs. mark
2012 Dec 13
2
Position available University of Oxford UK
...e of experimental model systems. You will have previous experience in data-mining, as well as programming experience with at least one of the following: R, PERL, Java, C++, MatLab. You will also have expertise in the manipulation of large multivariate genomic/genetic datasets in human disease, preferentially cancer. All applicants must complete an application form and supporting statement. For more information and to apply for this role please see https://www.recruit.ox.ac.uk/pls/hrisliverecruit/erq_jobspec_version_4.display_form Please cite the reference ID: 105772. The closing date for appli...
2008 Nov 21
3
OpenSSH security advisory: cbc.adv
...s 14 bits of plaintext per hour (assuming a very fast 10 connections per second). Implementing a limit on the number of connection retries (e.g. 256) is sufficient to render the attack infeasible for this case. AES CTR mode and arcfour ciphers are not vulnerable to this attack at all. These may be preferentially selected by placing the following directive in sshd_config and ssh_config: Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc A future version of OpenSSH may make CTR mode ciphers the default and/or implement other countermeasures, but at present we do not feel that this iss...
2002 Mar 28
2
Is it possible to do Ripley's K and L functions analysis with R?
Dear friends, I am studying the spatial distribution of trees in a tropical swamp forest in Brazil, and the spatial association between the trees and other forest and non forest elements. These are point pattern analysis of mapped data, preferentially done with the L function of Ripley. I have recently discovererd the R-project and would like to know whether it is possible to do these analysis with the R environment. I would also like to know if the R language is user-friendly, since I do not have almost any experience with programming and...
2010 Jul 16
0
[LLVMdev] help
...g of align 4?? > Can anyone explain? >From http://llvm.org/docs/LangRef.html#i_load : "The optional constant align argument specifies the alignment of the operation (that is, the alignment of the memory address). A value of 0 or an omitted align argument means that the operation has the preferential alignment for the target. It is the responsibility of the code emitter to ensure that the alignment information is correct. Overestimating the alignment results in undefined behavior. Underestimating the alignment may produce less efficient code. An alignment of 1 is always safe." -- With be...
2010 Jul 16
1
[LLVMdev] help
...;> > >From http://llvm.org/docs/LangRef.html#i_load : > > "The optional constant align argument specifies the alignment of the > operation (that is, the alignment of the memory address). A value of 0 > or an omitted align argument means that the operation has the > preferential alignment for the target. It is the responsibility of the > code emitter to ensure that the alignment information is correct. > Overestimating the alignment results in undefined behavior. > Underestimating the alignment may produce less efficient code. An > alignment of 1 is always safe...
2010 Jul 16
3
[LLVMdev] help
In the insrtuction %1 = load i32** %y_addr, align 4 what is the meaning of align 4?? Can anyone explain? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100716/ef433d43/attachment.html>
2005 Jan 12
1
dynamic bandwidth allocation
...n a project to develop a dynamic bandwidth service. I currently have a linux router which at the moment gives users static bandwidth and assigns each of them to a bucket. I have not gotten information yet as to whether each bucket is serviced in a round robin fashion or whether certain buckets get preferential treatment (i.e. bucket 1 service 60% as opposed to bucket 2 40%). I need to implement dynamic bandwidth/traffic shaping based on certain types of traffic/applications e.g.voice or based on particluar users. So basically if voice traffic is being delayed and not getting through,the bandwidth should...
2012 Sep 25
1
minor swap issue ....
...command (usually about 5 sec.) .... This isn't a show-stopped by any means, but it is irritating. From the timestamps & data from the host & guest, apparently all of that was used up swapping the guest back in. Is there any way to either prioritize the VM to not get swapped out, or preferentially swapped back in :-) ? TIA for any pointers .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S....
2007 Oct 26
1
Custom method in Application Controller
...ess.save flash[:notice] = "Address was successfully saved" redirect_to :action => :list else load_data render :action => :new end but, what I would like to do refactor this by moving this method to the application controller and add parameters to the "load_data" method to preferentially select the model so that I may use this method in other models that have nothing to do with the City or State models and I had hoped it would look something like this: def load_data(model) @model.pluralize = Model.find(:all) end and I call the method like so: AddressesController<<Applica...
2007 May 04
9
RFC: Configuration file consolidation (#206)
...;, and ''puppetmasterd'' sections, each with separate settings if you wanted. Then all of the executables would load ''puppet.conf'', which is unlikely to exist anywhere right now (since it would only configure the stand-alone interpreter), although they would preferentially load the per-executable configuration file (puppetmasterd.conf et al) if present, albeit with a deprecation notice. How''s that sound? -- An expert is a person who has made all the mistakes that can be made in a very narrow field. - Niels Bohr -------------------------...
1998 Feb 20
1
R-beta: scoping etc
A non-text attachment was scrubbed... Name: not available Type: text Size: 1538 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980220/040a76f5/attachment.pl
2004 May 17
7
2 Questions on filtering incoming stuff
Two easy questions after having read the LARTC HOWTO document (which by the way is a *fantastic* document. Congratulations to all who contributed!) First is: Can I prioritise my "drops" on incoming traffic when the link is overloaded. ie instead of just tail dropping, can I "prefer" to drop certain classes of traffic? If so, do I do this by setting up, say, a HTB tree