similar to: Problems with rsync on high-loss networks

Displaying 20 results from an estimated 400 matches similar to: "Problems with rsync on high-loss networks"

2018 Jan 18
1
[RFC] Half-Precision Support in the Arm Backends
Hi Sjoerd, For ISel, I think having a separate register class will give you less headache. I wondering if you could get away with not touching the instructions descriptions at all, instead defining external pattens for the FullFP16 case, like so: def VCVTBHS: ASuI<0b11101, 0b11, 0b0010, 0b01, 0, (outs SPR:$Sd), (ins SPR:$Sm), IIC_fpCVTSH, "vcvtb",
2018 Jan 18
0
[RFC] Half-Precision Support in the Arm Backends
I would like to revive this thread, as I am struggling a lot with the FP16 implementation in the ARM backend. My implementation in https://reviews.llvm.org/D38315 is finished (except one case), but a more robust alternative implementation was suggested. One can indeed argue that my current implementation is a bit fragile, because it involves manually patching up the isel dags for a few cases. The
2017 Dec 04
2
[RFC] Half-Precision Support in the Arm Backends
Hi, I am working on C/C++ language support for the Armv8.2-A half-precision instructions. I've added support for _Float16 as a new source language type to Clang. _Float16 is a C11 extension type for which arithmetic is well defined, as opposed to e.g. __fp16 which is a storage-only type. I then fixed up the AArch64 backend, which was mostly straightforward: this involved making operations
2017 Dec 06
2
[RFC] Half-Precision Support in the Arm Backends
Thanks a lot for the suggestions! I will look into using vld1/vst1, sounds good. I am custom lowering the bitcasts, that's now the only place where FP_TO_FP16 and FP16_TO_FP nodes are created to avoid inefficient code generation. I will double check if I can't achieve the same without using these nodes (because I really would like to get completely rid of them). Cheers, Sjoerd.
2009 Jan 24
0
CentOS-announce Digest, Vol 47, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2009 Jan 20
0
CentOS-announce Digest, Vol 47, Issue 8
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2018 Dec 20
0
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
I've managed to re-compile the alpine packages inside the container, creating the debug symbols and disabling compile time optimizations, as they also disturbed the backtrace. The following output looks much more meaningful. But unfortunately there are still some symbols missing for lucene-core. Let me know if this is enough to work with. (It doesn't seem to be musl after all?) Reading
2009 Jan 19
0
CESA-2009:0057 Important CentOS 3 i386 squirrelmail - security update
CentOS Errata and Security Advisory CESA-2009:0057 squirrelmail security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2009-0057.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/squirrelmail-1.4.8-9.el3.centos.1.noarch.rpm source: updates/SRPMS/squirrelmail-1.4.8-9.el3.centos.1.src.rpm You may update your
2009 Jan 19
0
CESA-2009:0057 Important CentOS 3 x86_64 squirrelmail - security update
CentOS Errata and Security Advisory CESA-2009:0057 squirrelmail security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2009-0057.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/squirrelmail-1.4.8-9.el3.centos.1.noarch.rpm source: updates/SRPMS/squirrelmail-1.4.8-9.el3.centos.1.src.rpm You may update your
2012 Jan 24
0
CEBA-2012:0057 CentOS 5 mod_auth_kerb Update
CentOS Errata and Bugfix Advisory 2012:0057 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0057.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 206ac0fadb4eac35a8ef675a9878b41496b25ebc9e0f940b5b16191b130e9bbd mod_auth_kerb-5.1-3.el5_7.1.i386.rpm x86_64:
2013 Jan 09
0
CEBA-2013:0057 CentOS 5 gpxe Update
CentOS Errata and Bugfix Advisory 2013:0057 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0057.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 738e43ef55bd14f404250ad411f9f8caf249e7f1e5ac7074117d5490e212749a gpxe-roms-qemu-0.9.7-9.el5.i386.rpm
2018 Dec 21
0
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
Hi, I now this is kinda impolite to ask, but I would like some feedback on this issue. I'm representing the Mailu user group here, plus the fact that my own production server is affected and starts to crash due to file corruption as a result of the indexer-worker segfaults. Last night my server became unavailable with logs like: Error: imap(tim at
2018 Dec 22
0
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
Ok, thanks a lot for the reply. I'll keep digging then :) On 12/21/18 4:19 PM, Aki Tuomi wrote: > On 21.12.2018 15.01, Tim Mohlmann via dovecot wrote: >> Hi, I now this is kinda impolite to ask, but I would like some feedback >> on this issue. I'm representing the Mailu user group here, plus the fact >> that my own production server is affected and starts to crash due
2018 Dec 21
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
On 21.12.2018 15.01, Tim Mohlmann via dovecot wrote: > Hi, I now this is kinda impolite to ask, but I would like some feedback > on this issue. I'm representing the Mailu user group here, plus the fact > that my own production server is affected and starts to crash due to > file corruption as a result of the indexer-worker segfaults. Last night > my server became unavailable
2018 Dec 20
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
I'm really sorry, but it was a long day yesterday. I forgot to mention that I used alpine:edge (based on the alpine master branch) image to set up the build environment. So there were some version changes. dovecot --version: 2.3.3 (dcead646b) apk info musl: musl-1.1.20-r2 description: the musl c library (libc) implementation Configuration was unchanged wrt to my first mail. Maybe it's
2012 Jan 25
0
CentOS-announce Digest, Vol 83, Issue 10
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Apr 15
0
CentOS-announce Digest, Vol 26, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Apr 14
0
CESA-2007-0414-001 CentOS 5 x86_64 Zero Day Updates
CentOS 5 x86_64 was released Thu, 13 Apr 2007 00:36:44 UTC For software version control and 3rd party ease of use, the software released on the CentOS-5.0 ISOs mirrored the upstream EL 5.0 release ISOs (with the exceptions noted in the release notes). The following zero day updates (all the updates released between the EL5 upstream release date and the CentOS-5.0 release date) are also released
2007 Apr 14
0
CESA-2007-0414-001 CentOS 5 i386 Zero Day Updates
CentOS 5 i386 was released Thu, 13 Apr 2007 00:36:44 UTC For software version control and 3rd party ease of use, the software released on the CentOS-5.0 ISOs mirrored the upstream EL 5.0 release ISOs (with the exceptions noted in the release notes). The following zero day updates (all the updates released between the EL5 upstream release date and the CentOS-5.0 release date) are also released
2002 Nov 15
1
Peeling Specification
After reading the recent thread [http://www.xiph.org/archives/vorbis/200211/0057.html] on the vorbis list about bitrate peeling, I was wondering if it would be possible for xiph.org to post a specification, outline, flowchart, or a drawing on a napkin of what the basic operations of bit peeling would entail. If there was some sort of starting point, then it may be a little more inviting for