search for: nonoptimized

Displaying 6 results from an estimated 6 matches for "nonoptimized".

2003 Nov 26
2
Test case for hard link failure
The rsync 2.5.6 TODO file mentions the need for hard link test cases. Here is one in which a linked file is unnecessarily transferred in full. # Setup initial directories mkdir src dest dd if=/dev/zero bs=1024 count=10000 of=src/a 2>/dev/null rsync -a src/. dest/. ln src/a src/b # At this point, a & b exist in src; only a exists in dest. rsync -aHv src/. dest/.
2010 May 21
2
[Mesa-dev] RFC: gallium-msaa branch merge
On Tue, May 18, 2010 at 7:04 PM, Roland Scheidegger <sroland at vmware.com> wrote: > Hi, > > I plan to merge the gallium-msaa branch to master soon. > It's actually a bit of a misnomer since the conceptually more important > changes in there are about blits... > > Here's a short summary what this is about: > blits now operate on resources, not surfaces
2008 Mar 12
0
[LLVMdev] Which is the better optimization?
Hello, LLVMers. While making some bitcodes from HL source codes including loops, I came to wonder which was the better one for the optimization between: llvm-gcc -O4 .... (using llvm-gcc optimization) and llvm-gcc -O0 .... (nonoptimization of llvm-gcc) opt -mem2reg -instcombine -indvars .... (w/ optimization pass) After some trials, 'llvm-gcc -O4' seemed better for
2010 Jun 02
0
R-SIG-Debian Digest, Vol 58, Issue 3
...derstood BLAS linkage with R when > I asked about it 2 months ago and I forgot to follow up. I am looking > at > > http://127.0.0.1:11224/doc/manual/R-admin.html#Shared-BLAS > > It seems (to my untrained eye) to say that default R is built with a > shared library based on a nonoptimized version of BLAS that is > distributed with R itself. It says the recommended R > > If one has a different BLAS shared library on my system, one does not > recompile. Rather move R's libRblas.so and then make a symlink from > the new shared BLAS to where the old one was. > &...
2002 Feb 06
4
Etherboot & pxelinux (was: thank you)
Hi, Peter Lister <P.Lister at sychron.com> schrieb am 06.02.02: > In way way better and easier? When I have criticised pxelinux I think > I've always stated *why* etherboot seems better for our environment. > > I'm not trying to be religious, or get anyone to change a working system > - I'm genuinely interested what differences others perceive. I've looked
2020 Aug 07
4
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
Hi All, Our team at Facebook is building a new context-sensitive Sample PGO as an alternative to the existing AutoFDO. We’d like to share our motivation, propose a new design, and reveal preliminary results on benchmarks. We will refer to the proposed design as CSSPGO in this RFC. The new CSSPGO leverages simultaneous LBR and stack sampling to construct a full context-sensitive profile. It