search for: flop

Displaying 20 results from an estimated 169 matches for "flop".

Did you mean: flip
2007 Oct 29
2
flops calculation
Hi all, Since proc.time return three different kind of times (user, system and elapsed) , I am wondering which one is right for calculating flops. In New S Language (Becker et. al. ) , it seems to be the user because " the user time measures the processor time used in S and the system time measures the operating system in response to S's request". But in R Help , system time sounds better as " The first two entries(refe...
2010 May 28
6
zfs send/recv reliability
...re which employs zfs send and recv. Currently I''m attempting to create a script that will allow me to write a zfs stream to a tape via tar like below. # zfs send -R pool at something | tar -c > /dev/tape I''m primarily concerned with in the possibility of a bit flop. If this occurs will the stream be lost? Or will the file that that bit flop occurred in be the only degraded file? Lastly how does the reliability of this plan compare to more traditional backup tools like tar, cpio, etc...? Thank you for any future help Greg -------------- next part ------------...
2005 Jun 08
1
Speex FLOP requirements
...oft Sandra(TM)" wetstone bench-mark test for floating point performance. Given that hardware manufacturers shamelessly choose the most favorable test conditions to maximize their product's apparent performance, for example operands may be stored and fetched solely from cache, do the Speex FLOP requirements given in the table four of the manual correlate well to a stated hardware manufacturer's FLOP performance? By comparison, would you share the wet/drystone performance figures for any of the test and development systems used during Speex development and test? Sincerely, Dave Da...
2017 Feb 14
0
LocalDiscovery flip flopping and network design tips
...UDP address of tinc_test_1 set to 10.240.0.4 port 655 > UDP address of tinc_test_1 set to 104.154.59.151 port 655 > UDP address of tinc_test_1 set to 10.240.0.4 port 655 > repeatedly for a minute or so before finally settling on 10.240.0.4. > > Is there a reason it's flip flopping? Is that expected? Am I doing > something wrong? No, you are not doing anything wrong. Although I've not seen this kind of flip-flopping behavior myself, it is possible this behaviour occurs, although it should only happen in the first 10 seconds or so. When LocalDiscovery is enabled, t...
2013 Jul 14
6
[LLVMdev] Enabling the SLP vectorizer by default for -O3
...r people the opportunity to perform their own performance measurements. — Performance Gains — SingleSource/Benchmarks/Misc/matmul_f64_4x4 -53.68% MultiSource/Benchmarks/Olden/power/power -18.55% MultiSource/Benchmarks/TSVC/LoopRerolling-flt/LoopRerolling-flt -14.71% SingleSource/Benchmarks/Misc/flops-6 -11.02% SingleSource/Benchmarks/Misc/flops-5 -10.03% MultiSource/Benchmarks/TSVC/LinearDependence-flt/LinearDependence-flt -8.37% External/Nurbs/nurbs -7.98% SingleSource/Benchmarks/Misc/pi -7.29% External/SPEC/CINT2000/252_eon/252_eon -5.78% External/SPEC/CFP2006/444_namd/444_namd -4.52% Ex...
2015 Jan 12
2
Design changes are done in Fedora
...security/2008/dsa-1571 . If I had Debian machine I >> would not only regenerate all key pairs, certs, etc. I would question >> sanity of that box then, and will not be certain what confidential stuff >> could have been stolen from it... I realized then that that level big >> flop >> never happened to RedHat. I couldn't even point to something that would >> constitute big flop RedHat of then. One only criticizes something while >> one cares about it ;-) > > Heartbleed was pretty scary, no? I'd consider that at least as bad as > the predict...
2017 Feb 14
0
LocalDiscovery flip flopping and network design tips
...0.0.4 port 655 options 700000c weight 1 tinc_test_2 to tinc_test_1 at 104.154.59.151 port 655 local 10.240.0.5 port 655 options 700000c weight 1 I brought down tinc_test_2 and brought it back up and the output from "tinc dump edges" didn't seem to be any different while it was flip flopping. > On 14 February 2017 at 16:21, James Hartig <james at levenlabs.com> wrote: >> >> We are testing tinc inside Google Compute within a single region and an external region. Two boxes are created as follows: >> /etc/tinc/test/tinc_test_1 >> Subnet = 10.240.0.0/1...
2013 Sep 13
2
[LLVMdev] [Polly] Compile-time and Execution-time analysis for the SCEV canonicalization
...ately, with the option "-polly-codegen-scev", only three benchmark shows >20% extra compile-time overhead: > >I believe so to, but please verify with -debug-pass=Structure I have verified. It indeed does not involve Polly Dependence analysis. "Polly Dependence Pass" for flop is still high for some benchmarks as we have discussed before. >> SingleSource/Benchmarks/Misc/flops 28.57% >> MultiSource/Benchmarks/MiBench/security-sha/security-sha 22.22% >> MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes 21.05% >> When I look into the compile-time for...
2015 Jan 12
2
Design changes are done in Fedora
...nces of this: http://www.debian.org/security/2008/dsa-1571 . If I had Debian machine I would not only regenerate all key pairs, certs, etc. I would question sanity of that box then, and will not be certain what confidential stuff could have been stolen from it... I realized then that that level big flop never happened to RedHat. I couldn't even point to something that would constitute big flop RedHat of then. One only criticizes something while one cares about it ;-) ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli...
2017 Feb 14
1
LocalDiscovery flip flopping and network design tips
...; UDP address of tinc_test_1 set to 10.240.0.4 port 655 > UDP address of tinc_test_1 set to 104.154.59.151 port 655 > UDP address of tinc_test_1 set to 10.240.0.4 port 655 > repeatedly for a minute or so before finally settling on 10.240.0.4. > > Is there a reason it's flip flopping? Is that expected? Am I doing > something wrong? > > Additionally, we have multiple Google Compute regions with their own > subnets and external DCs with their own subnets and we'd like to install > tinc on all servers but keep inner-Google traffic to the internal IPs and &gt...
2013 Sep 14
0
[LLVMdev] [Polly] Compile-time and Execution-time analysis for the SCEV canonicalization
...ing the first "InstructionCombining" pass like this: static void registerCanonicalicationPasses(llvm::PassManagerBase &PM) { PM.add(llvm::createPromoteMemoryToRegisterPass()); // PM.add(llvm::createInstructionCombiningPass()); //this is the most expensive canonicalization pass for flop benchmark PM.add(llvm::createCFGSimplificationPass()); PM.add(llvm::createTailCallEliminationPass()); PM.add(llvm::createCFGSimplificationPass()); PM.add(llvm::createReassociatePass()); PM.add(llvm::createLoopRotatePass()); PM.add(llvm::createInstructionCombiningPass()); PM.add(polly:...
2017 Feb 14
4
LocalDiscovery flip flopping and network design tips
...o 104.154.59.151 port 655 UDP address of tinc_test_1 set to 10.240.0.4 port 655 UDP address of tinc_test_1 set to 104.154.59.151 port 655 UDP address of tinc_test_1 set to 10.240.0.4 port 655 repeatedly for a minute or so before finally settling on 10.240.0.4. Is there a reason it's flip flopping? Is that expected? Am I doing something wrong? Additionally, we have multiple Google Compute regions with their own subnets and external DCs with their own subnets and we'd like to install tinc on all servers but keep inner-Google traffic to the internal IPs and not over external IPs since...
2017 Feb 14
0
LocalDiscovery flip flopping and network design tips
On 14 February 2017 at 18:59, James Hartig <james at levenlabs.com> wrote: > When you say "and to the local network" what IP does it try to send to > on the local network? The subnet address? No. The Subnet option deals with routing *inside* the VPN, not the underlying "real" network. In tinc 1.1, the address that local discovery probes are sent to is the local
2008 Oct 09
1
PXE over HTTP instead of TFTP - flip flopping OS boots
Is there a way to boot PXELINUX 100% over HTTP instead of TFTP? I can pull over pxelinux.0 via HTTP (DHCP config) but all the config files are pulled over via TFTP. DHCPD config file example: filename "pxelinux.0" ; # boots via TFTP filename "http://10.1.1.10/pxelinux.0" # boots via HTTP My goal is to alternate booting between Linux and Memtest for some hardware stress
2003 Jun 05
0
FW: How do I emulate a harddrive instead of a flop py?
...I know what I wrote so it has to be painful for you guys... Jay Winks -----Original Message----- From: Jay Winks [mailto:Jay.Winks at teksouth.com] Sent: Wednesday, June 04, 2003 10:08 AM To: 'syslinux at zytor.com' Subject: [syslinux] FW: How do I emulate a harddrive instead of a floppy? OK, I'm really showing my inexperience now, but... The syslinux FAQ states that a DOS-compatible HDD MBR is distributed (I assume that is MBR.BIN) with the package. So how do I then make an image file for use with pxelinux that emulates HDD? Up until now I have only been successful in mod...
2017 Feb 14
2
LocalDiscovery flip flopping and network design tips
...inc_test_1 set to 10.240.0.4 port 655 >> UDP address of tinc_test_1 set to 104.154.59.151 port 655 >> UDP address of tinc_test_1 set to 10.240.0.4 port 655 >> repeatedly for a minute or so before finally settling on 10.240.0.4. >> >> Is there a reason it's flip flopping? Is that expected? Am I doing >> something wrong? > > No, you are not doing anything wrong. Although I've not seen this kind > of flip-flopping behavior myself, it is possible this behaviour occurs, > although it should only happen in the first 10 seconds or so. When >...
2013 Jul 28
2
[LLVMdev] Enabling the SLP-vectorizer by default for -O3
....8390 0.0009 Performance Improvements - Execution Time Δ Previous Current σ SingleSource/Benchmarks/Misc/matmul_f64_4x4 -53.67% 1.4064 0.6516 0.0007 External/Nurbs/nurbs -19.47% 2.5389 2.0445 0.0029 MultiSource/Benchmarks/Olden/power/power -18.49% 1.2572 1.0248 0.0004 SingleSource/Benchmarks/Misc/flops-4 -15.93% 0.7767 0.6530 0.0348 MultiSource/Benchmarks/TSVC/LoopRerolling-flt/LoopRerolling-flt -14.72% 2.3925 2.0404 0.0013 SingleSource/Benchmarks/Misc/flops-6 -11.05% 1.1427 1.0164 0.0009 SingleSource/Benchmarks/Misc/flops-5 -10.43% 1.2771 1.1439 0.0015 MultiSource/Benchmarks/TSVC/LinearDependen...
2013 Jul 15
0
[LLVMdev] Enabling the SLP vectorizer by default for -O3
...size and compile time impact is. -Chris > > — Performance Gains — > SingleSource/Benchmarks/Misc/matmul_f64_4x4 -53.68% > MultiSource/Benchmarks/Olden/power/power -18.55% > MultiSource/Benchmarks/TSVC/LoopRerolling-flt/LoopRerolling-flt -14.71% > SingleSource/Benchmarks/Misc/flops-6 -11.02% > SingleSource/Benchmarks/Misc/flops-5 -10.03% > MultiSource/Benchmarks/TSVC/LinearDependence-flt/LinearDependence-flt -8.37% > External/Nurbs/nurbs -7.98% > SingleSource/Benchmarks/Misc/pi -7.29% > External/SPEC/CINT2000/252_eon/252_eon -5.78% > External/SPEC/CFP20...
2013 Jul 15
3
[LLVMdev] Enabling the SLP vectorizer by default for -O3
...some domains and we do want to vectorize them. I skimmed through the IR and the assembly and I did not see anything too bad. The next step would be to do a binary search on the places where the vectorizer fires to locate the bad pattern. On AVX we have another regression that I did not mention: Flops-7. When we vectorize we cause more spills because we do a poor job scheduling non-destructive source instructions (related to PR10928). Hopefully Andy’s scheduler will fix this regression once it is enabled. I did not measure code size, but I did measure compile time. There are 4-5 workloads (...
2013 Sep 09
0
[LLVMdev] [Polly] Compile-time and Execution-time analysis for the SCEV canonicalization
...zer=none -mllvm -polly-code-generator=none -mllvm -polly-codegen-scev > Fortunately, with the option "-polly-codegen-scev", only three benchmark shows >20% extra compile-time overhead: I believe so to, but please verify with -debug-pass=Structure > SingleSource/Benchmarks/Misc/flops 28.57% > MultiSource/Benchmarks/MiBench/security-sha/security-sha 22.22% > MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes 21.05% > When I look into the compile-time for the flop benchmark using "-ftime-report", I find the extra compile-time overhead mainly comes from the "...