search for: hpr

Displaying 9 results from an estimated 9 matches for "hpr".

Did you mean: hdr
2019 Dec 28
0
Problems with rsync on high-loss networks
...ing on. My server is using 3.1.2-2.1ubuntu1_amd64 (it's an old version of Ubuntu, so I hack-upgraded it) run from xinetd and the clients are using 3.1.2 from Cygwin. For example, in one case a file is expected to have a name similar to: SH02491_20191021203744-20191021211456_1WJ1170GTKL003151.hpr but I find: 170GTKL003151.hpr^G?~]<F3>^G<D0><F0><A4><C2>56> ^Q,6000000-20191116 In another case, this should have no subdirectories, but I find this (with ls -alFb) -rw-rw-rw- 1 nobody users 211346 Aug 4 18:05 3074777997.hpr -rw-rw-rw- 1 nobody users 255851...
2018 Jan 18
1
[RFC] Half-Precision Support in the Arm Backends
..."vcvtb", ".f32.f16\t$Sd, $Sm", []>, Requires<[HasFP16]>, Sched<[WriteFPCVT]>; def : FP16Pat<(f16_to_fp GPR:$a), (VCVTBHS (COPY_TO_REGCLASS GPR:$a, SPR))>; def : FullFP16Pat<(f32 (fpextend HPR:$Sm)), (VCVTBHS (COPY_TO_REGLASS HPR:$Sm, SPR)>; I'm not sure of the COPY_TO_REGLASS semantics, but I would (dangerously) assume that it when it comes to copying the values between registers, it will be noticed that HPR and SPR actually alias each other and so no copy is...
2018 Jan 18
0
[RFC] Half-Precision Support in the Arm Backends
...we only have the conversion instructions available. The Approach: ------------- 1) First, we make f16 legal only when we have FullFP16 support (i.e. when Armv8.2-A FP16 is supported), so in ARMISelLowering.cpp we add: if (Subtarget->hasFullFP16()) { addRegisterClass(MVT::f16, &ARM::HPRRegClass); } 2) This is the first implementation decision, I introduce a new register class HPR, which is an exact copy of the single-precision register class SPR, except that it holds f16 types: def HPR : RegisterClass<"ARM", [f16], 32, (sequence "S%u", 0, 31)> { ......
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.
2017 Dec 04
2
[RFC] Half-Precision Support in the Arm Backends
...in the least-significant 16 bits of the single-precision registers. I.e., each instruction that generates a FP16 result writes that to the bottom 16 bits of the associated 32-bit floating-point register and the top 16 bits of the 32-bit floating-point register are written to 0. I've added a new HPR half-precision register class. This new HPR register class is an exact copy of SPR, but it avoids adding f16 and f32 type information to the existing rules, which would be necessary if we add f16 to the SPR register class. Calling Conventions ----------------------------- For the soft float case...
2020 Oct 26
0
Firefox 78 under CentOS 6 -- no sound?
Jonathan Billings wrote: > > Amazingly it appears that Red Hat has released another Firefox: Red Hat just follow the Mozilla ESR stream release cycle, which is currently ESR 78 with point releases come out every 4 weeks or so Each ESR stream is supported by Mozilla for about a year, with each major release based on the standard 'rapid release' version at the time - i.e. the
2020 Oct 26
4
Firefox 78 under CentOS 6 -- no sound?
On Oct 23, 2020, at 14:45, Leon Fauster via CentOS <centos at centos.org> wrote: > Mozilla released version 68.12.0, on August 25, 2020 -> > https://www.mozilla.org/en-US/firefox/68.12.0/releasenotes/ > > RH has an ELS phase - if it gets fixed then only for paying customers. Amazingly it appears that Red Hat has released another Firefox:
2003 Jan 30
2
Mandrake 9.0: rpcclient problem exporting printers to samba for windows
I am new to CUPS, after working for 4 days to get printing from WinNT to Mandrake 9.0, I give up. Here is the problem: the /etc/samba/smb.conf is setup with [printers] and [print$]. I copy the postscript drivers from adobe. I then tried to export a printer to samba with the following command cupsaddsmb -v -U dwoody canon It did all of the commands successfully except for the last one. which
2004 Jun 29
1
OpenVMS SSH password expiry woes continue
...cond: stdin 0.0, stdout 0.0, stderr 77.6 debug1: Exit status 1 [1] http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=108752819415570&w=2 [2] http://www.multinet.process.com/scripts/mxarchive/as_init.com?Info-ssh [3] http://search.hp.com/gwuseng/index.html?qp=site%3Ah71000.www7.hp.com&hpr=htt p%3A//h71000.www7.hp.com/&hpa=http%3A//h71000.www7.hp.com/cgi-bin/feedback.e xe&hpn=Return+to+OpenVMS+systems+site&hps=OpenVMS+systems+sites&h_audience=& h_audiencerestrict=&hpl=1&hph=&lk=1&rf=2&la=en&uf=0&hpo=hphqglobal,hphqwwesg ,hphqbcs,hphqope...