Displaying 7 results from an estimated 7 matches for "reprioritize".
2007 Dec 17
2
[LLVMdev] RFC: GLIBCXX_DEBUG ScheduleDAG Patch
Attached is a patch to fix a GLIBCXX_DEBUG error in ScheduleDAGRRList.
The problem is that calls to CapturePred may reprioritize elements in the
priority queue, violating streak weak ordering requirements.
To fix this, I introduced a reference wrapper for containers to obtain access
to the SUnitVec used by std::priority_queue. When CapturePred runs, it
calls updateNode which does a std::make_heap on the underlying SUnitVe...
2004 Feb 20
4
GridEngine-OpenSSH integration
Hi,
GridEngine (http://gridengine.sunsource.net, aka. SGE) is an opensource
batch system for clusters. They have an integration with SSH:
http://gridengine.sunsource.net/project/gridengine/howto/qrsh_ssh.html
The idea is that instead of using a modified rsh/rshd, they wanted to
OpenSSH. However, in order to provide full job control, they need to add a
few hooks in OpenSSH. Question:
- Is it OK
2013 Jun 26
0
[LLVMdev] Proposal: extended MDString syntax
...oposing, just flipped around. In one scheme, the top-level container is yaml and the IR is embedded within it along with the machine function stuff. In the other, the IR is the top-level container and the machine functions are embedded as metadata. I prefer the yaml approach.
I'd be glad to reprioritize contributing the rest of Bin's patches to make those available sooner rather than later. The more interesting part, with either scheme, is how to represent the machine functions. We definitely want something that is readable but still easy to parse.
2007 Dec 17
0
[LLVMdev] RFC: GLIBCXX_DEBUG ScheduleDAG Patch
...Boost code
into llvm tree. However, does it make sense to move the license to the
top of the file? Chris?
Evan
On Dec 17, 2007, at 10:17 AM, David Greene wrote:
> Attached is a patch to fix a GLIBCXX_DEBUG error in ScheduleDAGRRList.
>
> The problem is that calls to CapturePred may reprioritize elements
> in the
> priority queue, violating streak weak ordering requirements.
>
> To fix this, I introduced a reference wrapper for containers to
> obtain access
> to the SUnitVec used by std::priority_queue. When CapturePred
> runs, it
> calls updateNode which do...
2013 Sep 20
1
Re: SR-IOV Pool Availability
I have an Intel X540 SR-IOV NIC in a box with ACS support running RHEL6.4.
Hi Hongming, I'm hoping you can please help with two issues:
1. The pool works, but I transparent VLAN with the pool does not. I
have to manually run "ip" afterwards to get it to work.
# virsh net-dumpxml em2net
<network connections='1'>
<name>em2net</name>
2013 Jun 26
6
[LLVMdev] Proposal: extended MDString syntax
On Wed, Jun 26, 2013 at 3:59 PM, Nadav Rotem <nrotem at apple.com> wrote:
>
> On Jun 26, 2013, at 3:51 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> Can you suggest an alternative solution? Can you describe why you don't
> think metadata is the right container? This alone isn't really helpful at
> moving us toward something that there has been
2007 Nov 22
8
Link Properties text
...Modifying Priority
------------------
A set-linkprop after the MAC client has been opened can be used to modify
the priority of a link. The result is a new priority value and range for
the MAC client based on the new priority. Additionally, any flows on top
of the MAC client will also need to be reprioritized as the range for the
MAC client will change.
Setting priority before opening a MAC client
---------------------------------------------
A set-linkprop before a MAC client has been created will require the priority
values (in fact, any property) to be cached in the mac_impl_t. When the
primary MA...