Displaying 12 results from an estimated 12 matches for "set0".
Did you mean:
set
2001 Oct 18
1
rsync 2.4.6 upload trouble
...passwd /exports/set1/
user@1.2.3.4:/exports/set1/
and it gives me the following error:
building file list ... done
io timeout after 60 second - exiting
Received signal 10.
any Idea's ??
----server site:
this is the output of ps xa:
rsync --server -ulogprc --timeout=60 --delete . /exports/set0/
this is my rsyncd.conf:
pid file = /etc/rsyncd.pid
log file = /var/log/rsync.log
[export]
path = /exports/set1
comment = storage backup's
read only = false
auth users = user
secrets file = /etc/rsyncpasswd
this is my rsyncpasswd:
user:passwd
----cl...
2017 Apr 03
5
[PATCH v2 0/3] nv50/ir: Preapre for running Opts inside a loop
Slowly we are getting to the point, that we miss enough optimization
opportunities as the result of our own passes.
For this we need to fix AlgebraicOpt to be able to handle mods on sources
without creating new issues.
The last patch enables looping opts.
v2: update commit author
Karol Herbst (3):
nv50/ir: fix AlgebraicOpt for slcts with mods
nv50/ir: handle logops with NOT in AlgebraicOpt
2017 Apr 03
0
[PATCH v2 2/3] nv50/ir: handle logops with NOT in AlgebraicOpt
...b/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp
index bd60a84998..0de84fe9fc 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp
@@ -1856,6 +1856,12 @@ AlgebraicOpt::handleLOGOP(Instruction *logop)
set0 = cloneForward(func, set0);
set1 = cloneShallow(func, set1);
+
+ if (logop->src(0).mod == Modifier(NV50_IR_MOD_NOT))
+ set0->asCmp()->setCond = inverseCondCode(set0->asCmp()->setCond);
+ if (logop->src(1).mod == Modifier(NV50_IR_MOD_NOT))
+ set1-&g...
2017 Apr 03
3
[PATCH 0/3] nv50/ir: Preapre for running Opts inside a loop
Slowly we are getting to the point, that we miss enough optimization
opportunities as the result of our own passes.
For this we need to fix AlgebraicOpt to be able to handle mods on sources
without creating new issues.
The last patch enables looping opts.
Karol Herbst (3):
nv50/ir: fix AlgebraicOpt for slcts with mods
nv50/ir: handle logops with NOT in AlgebraicOpt
nv50/ir: run some
2006 May 14
2
[LLVMdev] __main() function and AliasSet
...t (sbyte*, ...)* %printf( sbyte* getelementptr ([25 x sbyte]* %.str_1, int 0, int 0) ) ; <int> [#uses=0]
ret int 0
}
void %__main() {
entry:
ret void
}
----------------------------------
I think the right AliasSet information calculated for this program should be
Information for alias set0:
pointer0=data_b
pointer1=data_d
pointer2=ptr_b.0.2
Information for alias set1:
pointer0=data_c
Information for alias set2:
Information for alias set3:
pointer0=data_e
pointer1=data_f
pointer2=ptr_a.1.0
Information for alias set4:
Information for...
2006 May 14
0
[LLVMdev] Re: __main() function and AliasSet
...) ) ; <int> [#uses=0]
> ret int 0
> }
>
> void %__main() {
> entry:
> ret void
> }
>
> ----------------------------------
> I think the right AliasSet information calculated for this program should
> be
>
> Information for alias set0:
> pointer0=data_b
> pointer1=data_d
> pointer2=ptr_b.0.2
> Information for alias set1:
> pointer0=data_c
> Information for alias set2:
> Information for alias set3:
> pointer0=data_e
> pointer1=data_f
> pointer2=ptr_a.1....
2006 May 15
2
[LLVMdev] Re: __main() function and AliasSet
...et void
> >>>> }
> >>>>
> >>>> ----------------------------------
> >>>> I think the right AliasSet information calculated for this program should
> >>>> be
> >>>>
> >>>> Information for alias set0:
> >>>> pointer0=data_b
> >>>> pointer1=data_d
> >>>> pointer2=ptr_b.0.2
> >>>> Information for alias set1:
> >>>> pointer0=data_c
> >>>> Information for alias set2:
> >>&g...
2006 May 17
2
[LLVMdev] Re: __main() function and AliasSet
...;>>>
> >>>>>> ----------------------------------
> >>>>>> I think the right AliasSet information calculated for this program should
> >>>>>> be
> >>>>>>
> >>>>>> Information for alias set0:
> >>>>>> pointer0=data_b
> >>>>>> pointer1=data_d
> >>>>>> pointer2=ptr_b.0.2
> >>>>>> Information for alias set1:
> >>>>>> pointer0=data_c
> >>>>>&g...
2006 May 17
0
[LLVMdev] Re: __main() function and AliasSet
...gt;>>>>>>> ----------------------------------
>>>>>>>> I think the right AliasSet information calculated for this program should
>>>>>>>> be
>>>>>>>>
>>>>>>>> Information for alias set0:
>>>>>>>> pointer0=data_b
>>>>>>>> pointer1=data_d
>>>>>>>> pointer2=ptr_b.0.2
>>>>>>>> Information for alias set1:
>>>>>>>> pointer0=data_c
>>>...
2006 May 15
0
[LLVMdev] Re: __main() function and AliasSet
...gt;>> }
>>>>>>
>>>>>> ----------------------------------
>>>>>> I think the right AliasSet information calculated for this program should
>>>>>> be
>>>>>>
>>>>>> Information for alias set0:
>>>>>> pointer0=data_b
>>>>>> pointer1=data_d
>>>>>> pointer2=ptr_b.0.2
>>>>>> Information for alias set1:
>>>>>> pointer0=data_c
>>>>>> Information for alias set...
2001 Sep 12
0
rsync hangs after a number of files
...cut rsync to start copying it copy's only a
certan number of files and dirs 257
this id the line I execute
I have setup ssh and rsync so that it won't bodder me for
a password. this is the line I use to start rsync
rsync -vcrulog -e ssh --delete --password-file=/etc/rsyncpasswd \
/exports/set0/ mirror@10.33.33.3:/exports/set5/
thx for all you reactions
greatings willem
2000 Feb 08
1
Compilation problems on Digital Unix 4.0c with gcc (PR#418)
...w1uA51uFYPz3p5S97t2QA57uBkLHppZfU7ZwP4JDvdnqZLYz7x1ed4ag/+Jpj5DHECjTakmvd
U0G/FYvaQVaOGOl017io4agRuuaUX2DuCY6kYegfuXm3PeCwtXLoukvBFjw/mE6zrrozaPfWUoCY
ZJB7fuPgurHVJBb4wKn2GaIyxUXL9XLg+8OL8fAG7fACrPIyyWKThYHj80H/f9s9jsXwdI9HElO6
/csV/NIcVgZrQ7jn4hFpsRNIc22HRYAQ9TK/Ms6IqNePlI1X9jg4XgvDWQM7yZ7HmxedBFZ/SET0
ZVPFRP1BxxS5tWTAyouWTROjKH7VcfiORHz3brtd+IuELB3gnwcHJeiJOIjhBo1eC2LMLwnYuOug
IlTl6moK+0FinsXVwQ2+ODqx0PVzwdWY7XzzunVwZDjuUXTQ+Qwe9wUjenZ8gRarEKVmbfayPWp+
bsWWpjzoJpyRBrVmENzaU/BgwJ4Ps5mUCAQ3WS+K6nzTGDSul0Zz64G3ZIIGq6HuKZwB7tSwFxAu
EwfXE/i64RVUjMKUJ87vT8NeqNqxMBBnrI0wHTIaJ/ARa+Em6k3sGUvNYk77QxaDsnYU...