Displaying 20 results from an estimated 674 matches for "n5".
2010 Jan 13
4
a question about deleting rows
I have a file like this:
id n1 n2 n3 n4 n5 n6
1 3 4 7 8 10 2
2 4 1 2 4 3 10
3 7 0 0 0 0 8
4 10 1 0 0 2 3
5 11 1 0 0 0 5
what I want to do is: only if n2=0 and n3=0 and n4=0 and n5=0 then delete
the row. how can I do that...
2012 Jul 13
2
[LLVMdev] Does the pass -postdomfrontier exist?
...earch the archives.
>
> Ciao, Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
I searched the archives and found
http://llvm.1065342.n5.nabble.com/post-dominance-frontier-fix-td10221.html
http://llvm.1065342.n5.nabble.com/Is-there-a-control-dependence-graph-builder-td35919.html#a35921
http://llvm.1065342.n5.nabble.com/post-dominance-frontier-td6783.html
It seems none of them are relevant. Could you give me more hints about
this...
2012 Jun 12
3
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...so have a schedule file
> with my
> > functional units and itineraries listed. Can anyone think of what I
> may have
> > missed to cause this error?
> >
> > Cheers,
> > sam
> >
> > --
> > View this message in context:
> http://llvm.1065342.n5.nabble.com/DFAPacketizer-with-StateTrans-0-Assertion-tp46105.html
> > Sent from the LLVM - Dev mailing list archive at Nabble.com.
> > _______________________________________________
> > LLVM Developers mailing list
> > [hidden email] </user/SendEmail.jtp?type=node&no...
2012 Jul 13
0
[LLVMdev] Does the pass -postdomfrontier exist?
Hi shadowkernel,
> I searched the archives and found
> http://llvm.1065342.n5.nabble.com/post-dominance-frontier-fix-td10221.html
> http://llvm.1065342.n5.nabble.com/Is-there-a-control-dependence-graph-builder-td35919.html#a35921
> http://llvm.1065342.n5.nabble.com/post-dominance-frontier-td6783.html
>
> It seems none of them are relevant. Could you give me more...
2013 Mar 16
3
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
...d the major difference
seems this time I build llvm with --disable-optimized. I have also tried to
build llvm-gcc with `make CXX=/usr/bin/g++' and `--disable-optimized', but
with the same result.
Please see the attached log files if you are interested:-)( stderr.log
<http://llvm.1065342.n5.nabble.com/file/n56010/stderr.log> and stdout.log
<http://llvm.1065342.n5.nabble.com/file/n56010/stdout.log> )
Thanks in advance.
Hongxu Chen
--
View this message in context: http://llvm.1065342.n5.nabble.com/internal-compiler-error-when-compiling-llvm-gcc-4-2-2-9-tp56010.html
Sen...
2013 Mar 16
0
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
Hi Chen,
llvm-gcc is dead. Try dragonegg [] or clang [2].
[1] http://dragonegg.llvm.org/
[2] http://clang.llvm.org/
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2012 Jun 12
2
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...tizer.inc file and my packetizer pass checks that the
table is not empty before proceeding. I also have a schedule file with my
functional units and itineraries listed. Can anyone think of what I may have
missed to cause this error?
Cheers,
sam
--
View this message in context: http://llvm.1065342.n5.nabble.com/DFAPacketizer-with-StateTrans-0-Assertion-tp46105.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Feb 22
10
xen-unstable: Qemu upstream domUs not start on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24858:a88ba599add1 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
And also this change for lib patch modified with multiarch support:
vi config/StdGNU.mk
LIBLEAFDIR_x86_64 ?= lib
DomUs PV working, domUs with qemu-upstream not start.
The xl configuration file:
---------------------------------
na...
2013 Apr 14
8
[LLVMdev] llvm 'select' instruction
...ys:
i am thinking about what kind of C instructions can turn into llvm IR
'select' instruction.
i tried "d=a?b:c" and compiled it using clang, i still didn't get 'select'
is there anybody who knows this?
thank you
--
View this message in context: http://llvm.1065342.n5.nabble.com/llvm-select-instruction-tp56719.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Jun 12
0
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...t;> > functional units and itineraries listed. Can anyone think of what I
>> may have
>> > missed to cause this error?
>> >
>> > Cheers,
>> > sam
>> >
>> > --
>> > View this message in context:
>> http://llvm.1065342.n5.nabble.com/DFAPacketizer-with-StateTrans-0-Assertion-tp46105.html
>> > Sent from the LLVM - Dev mailing list archive at Nabble.com.
>> > _______________________________________________
>> > LLVM Developers mailing list
>> > [hidden email] </user/SendEmail.jtp?...
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
...unately these patches don''t work for my NVIDIA GTX460 graphic card. If anybody knows how can I make VGA-Passtrhough for this one it would be great! (Or if it is not possible tell me too plz)
I hope you find this helpful.
-----
JavMV
--
View this message in context: http://xen.1045712.n5.nabble.com/Patches-for-VGA-Passthrough-XEN-4-2-unstable-tp4406265p4406265.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
...unately these patches don''t work for my NVIDIA GTX460 graphic card. If anybody knows how can I make VGA-Passtrhough for this one it would be great! (Or if it is not possible tell me too plz)
I hope you find this helpful.
-----
JavMV
--
View this message in context: http://xen.1045712.n5.nabble.com/Patches-for-VGA-Passthrough-XEN-4-2-unstable-tp4406265p4406265.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Sep 28
8
Getting the page fault count for domU
Hi
How do we get the number of page faults done by a guest in a scheduling
epoch?
Assuming only one VCPU per guest, can I get it from vcpu_info[]?
I hope this is not a vey trivial question :)
thanks
Chintu
--
View this message in context: http://xen.1045712.n5.nabble.com/Getting-the-page-fault-count-for-domU-tp4847541p4847541.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24823:b75664e53905 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
On boot start to load but after start ramdisk load server reboot without
message on screen.
The grub2 entry is:
-----------------------------------------
menuentry ''Wheezy con Linux 3.2.0-1-amd64 e XEN 4.2 - RAID''...
2013 Jul 15
0
[LLVMdev] Fwd: Regarding scope information for variable declaration.
Thank your reply. Pankaj.
Actually, I have done it very similar to yours. But I think for my demand,
it is better to implement in Front End. Maybe I will re-implement it later
in clang.
---------- Forwarded message ----------
From: Pankaj Gode [via LLVM] <ml-node+s1065342n59345h22 at n5.nabble.com>
Date: Mon, Jul 15, 2013 at 2:35 PM
Subject: Re: Regarding scope information for variable declaration.
To: "eric.lew" <eirc.lew at gmail.com>
Hi Eric,
I was considering machine instructions to get scope information. And
variable declaration does not co...
2013 Mar 16
2
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
...nd Anton.
However since I am doing some experiments with klee(
http://klee.llvm.org/GetStarted.html) and llvm-gcc seems to have better
compatibility with it. So I still hope that I can use llvm-gcc:-)
Hongxu Chen
On Sat, Mar 16, 2013 at 3:35 PM, 陳韋任 (Wei-Ren Chen) [via LLVM] <
ml-node+s1065342n56013h94 at n5.nabble.com> wrote:
> Hi Chen,
>
> llvm-gcc is dead. Try dragonegg [] or clang [2].
>
> [1] http://dragonegg.llvm.org/
> [2] http://clang.llvm.org/
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (陳韋任)
> Computer Systems Lab, Institute of Informa...
2013 Mar 22
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
...fatal error: error in backend: Cannot select: 0x334a870: v4f32 =
NVPTXISD::MoveParam 0x334a770 [ORD=1] [ID=22]
0x334a770: v4f32 = TargetExternalSymbol'.PARAM0' [ID=1]
In function: computeBodyAccel
Am I doing anything wrong here ?
Attached my new nbody.kernel.cu
<http://llvm.1065342.n5.nabble.com/file/n56141/nbody.kernel.cu> .cu here
--
View this message in context: http://llvm.1065342.n5.nabble.com/UNREACHABLE-executed-error-while-trying-to-generate-PTX-tp56026p56141.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Oct 10
2
[LLVMdev] llvm-ld file not recognized: File format not recognized
Hi,
When using llvm-ld to link .bc files(compiled with llvm-gcc with option
--emit-llvm), I went into error like: file not recognized: File format not
recognized.
I was confused because llvm-ld is the LLVM linker to link llvm bitcode
files together, then why this error occurred?
I am using llvm 2.9 and the corresponding binary version of llvm-gcc.
It will be appreciated if anyone of you can
2003 Jan 24
0
new function: twotailed.colors {base}
...tion could be used e.g. as alternative to
the default ``col.regions'' in `levelplot'.
Perhaps the arguments in the following code could be
simplified.
Wolfram Fischer
#--- twotailed.colors.R
twotailed.colors <-
function(
n = 7 # number of colors to be in the palette
, n5 = n %% 2 # number of colors between the two tails
, h1 = 0.02 # 0|1 = rot
, h2 = 0.15 # 0.7 = blau, 0.15 = samtgelb, 0.35 = grün
, s0 = 1 # saturation: begin and end
, s5 = 1/n*1.4 # saturation: in the middle
, v0 = 1 # value: begin and end
, v5 = 1 # value: in the middle
, s0...
2012 Jun 12
0
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...s that the
> table is not empty before proceeding. I also have a schedule file with my
> functional units and itineraries listed. Can anyone think of what I may have
> missed to cause this error?
>
> Cheers,
> sam
>
> --
> View this message in context: http://llvm.1065342.n5.nabble.com/DFAPacketizer-with-StateTrans-0-Assertion-tp46105.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs...