Displaying 5 results from an estimated 5 matches for "ec1".
Did you mean:
c1
2013 Jul 02
0
[LLVMdev] SCEV update problem
...ds on it as well.
a3) SCEV is hierarchically structured.
So, if a SCEVUnknown is invalidated, the compiler needs to figure
out who depends
on this invalidated SCEVUnknown, and invalidate them accordingly.
To enforce the consistency between SCEV and IR, currently compiler:
ec1) Reset SCEVUnknown::ThePtr via callback function if the Instruciton
corresponding to the SCEVUnknown in question.
ec2) it is up to the optimizer, which change the IR, update the SCEV
at once.
However, there are flaws:
ec1.f):
for ec1), it only invalidate an SCEVU...
2006 Jul 13
0
''xm save X" after doing "xm pause X" (CHEKCPOINTING)
What I am aiming for at this point is
1. xm pause ec1
2. xm save ecv1 ec1StateBack
3. take snapshot of the disk of the virtual machine ec1 using
lvmcreate -s
4. restore ec1StateBack using ecv1Snapshot
Unfortunately Xen hangs after second step. Is it possible to save a
paused virtual machine?
Am I missing something or this just something I have o...
2006 Jul 26
4
yhtml plugin
...{!id: One, !class: One Two}
- Text
<% 1.upto(10) do |count| %>
- li: <%= count %>
<% end %>
- li: Text
- li: [{!id: Two, !class: One Two, !style: "height: 30px; width:
20px"}, LI]
- li:
- img: {
!src:
http://ec1.images-amazon.com/images/G/01/nav2/images/skins/teal/logo-on.gif
}
- p: Some More Text
- table:
- {!border: 1}
- tr:
- td: 1,1
- td: 1,2
- tr:
- td: 2,1
- td: |
<%= 10.days.ago %>
Result from the yhtml renderer
==========...
2009 Oct 15
0
LondonR Meeting - Free event
...o seeing you
there.
Please don't hesitate to contact me if you have any queries.
Sarah Lewis
mangosolutions
data analysis that delivers
T: +44 (0)1249 767700
LondonR agenda
Date: Tuesday 3rd November
Time: 6pm - 9.30pm
Venue: Shooting Star Public house,
129 City Rd
London, EC1, United Kingdom
+44 20 7929 6818
Introduction: Richard Pugh - mangosolutions
* 6.15pm: Richard Saldanha
R in the City
* 6.50pm: Luca Sbardella
A use of R from within python for quantitative finance applications
* 7.25pm: Charles Roosen
Enhancing Spotfire with the Power of R...
2010 Aug 06
4
nv vpe video decoder
Hello,
I have my work on the nv vpe video decoder in a functional
state. In case you didn't know this decoder accelerates mpeg2
video at the idct/mc level. I have verified that it works on
nv40 hardware. I believe it works on nv30 hardware (and
maybe some earlier hardware), but I cannot verify since I have
none.
I will reply with patches against the kernel, drm, ddx
and mesa for