Displaying 3 results from an estimated 3 matches for "shotened".
Did you mean:
shortened
2004 Jan 11
1
comparing 2 in rsync
Hi,
Is there a sure way to test 2 cd's if they are true copies in rsync.
I have tried this...
rsync -avv /mnt/cdrom/ /mnt/cdrom2
**
result....quite shotened...
misc/rpm2header is uptodate
pkg-9.2-FiveStar-download-i586.idx is uptodate
total: matches=0 tag_hits=0 false_alarms=0 data=0
wrote 65301 bytes read 20 bytes 1789.62 bytes/sec
total size is 679261427 speedup is 10398.82
**
Is there a better command line with better options.
Will the result...
2017 Feb 02
3
RFC: Generic IR reductions
Thanks for the summary, some more comments inline.
On 1 February 2017 at 22:02, Renato Golin <renato.golin at linaro.org> wrote:
> On 1 February 2017 at 21:22, Saito, Hideki <hideki.saito at intel.com> wrote:
>> I think we are converging enough at the detail level, but having a big
>> difference in the opinions at the "vision" level. :)
>
> Vision is
2017 Feb 01
2
RFC: Generic IR reductions
Hi, Renato.
>So I vote "it depends". :)
My preference is to let vectorizer emit one kind of "reduce vector into scalar"
instead of letting vectorizer choose one of many different ways.
I'm perfectly fine with
@llvm.reduce.op.typein.typeout.ordered?(%vector)
being that "one kind of reduce vector into scalar".
I think we are converging enough at the detail