search for: outsmarting

Displaying 20 results from an estimated 36 matches for "outsmarting".

Did you mean: outomating
2009 Aug 03
0
[LLVMdev] disabling combining load/stores in optimizer.
On Aug 3, 2009, at 1:20 PM, Alireza.Moshtaghi at microchip.com wrote: >> >>> I feel that such optimizations may not result in any gain for PIC16 >>> >>> as PIC16 does everything on i8. >>> >> >> >> The legalize pass should turn an i64 store into 8 i8 stores >> >> then, which is essentially the same as what an {i32,i32} store
2023 Jan 27
3
Bug in R-Help Archives?
>From looking at the headers in John Sorkin's mail, my guess is that he just replied to the other thread rather than starting a fresh email, and in his attempts to hide that, was outsmarted by Outlook. This is based on references to domains such as yahoo.com, dcn.davis.ca.us, and precheza.cz in the header, which were all involved in the certification thread. -Deepayan On Fri, Jan 27,
2009 Aug 03
5
[LLVMdev] disabling combining load/stores in optimizer.
> > The optimizer can currently combine stores (i32, i32) to a single > > i64 store operation. Is there a way to disable that? > > Not currently. There are some ideas floating around about > including in TargetData a list of integer types that the > target natively supports, which would allow instcombine > and other passes to make more informed decisions, but > at
2009 Aug 03
2
[LLVMdev] disabling combining load/stores in optimizer.
On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: >> >> We are currently doing this, however I think disabling such >> optimizations is a much better solution. > > An LLVM design goal is that backends should be able to outsmart > instcombine when necessary, rather than having instcombine be able > to disable parts of itself in order to avoid foiling the backends. >
2009 Aug 03
0
[LLVMdev] disabling combining load/stores in optimizer.
On Monday 03 August 2009 18:01, Chris Lattner wrote: > On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: > >> We are currently doing this, however I think disabling such > >> optimizations is a much better solution. > > > > An LLVM design goal is that backends should be able to outsmart > > instcombine when necessary, rather than having instcombine be able >
2020 Apr 27
1
max_pseudo_channels
Hi, 1) Is there any reason why max_pseudo_channels defaults to 512? I want to increase it by default but at the same time don't want to outsmart the developers if they had a good reason for it. 2) I had a look at http://lists.digium.com/pipermail/asterisk-users/2014-March/282607.html but that did not seem to work. Does anyone have tips on how to make it persistent on reboots? TIA. Dovid
2023 Jan 27
1
Bug in R-Help Archives?
On Fri, 27 Jan 2023 13:01:39 +0530 Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > From looking at the headers in John Sorkin's mail, my guess is that he > just replied to the other thread rather than starting a fresh email, > and in his attempts to hide that, was outsmarted by Outlook. That's 100% correct. The starting "Pipe operator" e-mail has
2023 Jan 27
1
Bug in R-Help Archives?
?s 07:36 de 27/01/2023, Ivan Krylov escreveu: > On Fri, 27 Jan 2023 13:01:39 +0530 > Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > >> From looking at the headers in John Sorkin's mail, my guess is that he >> just replied to the other thread rather than starting a fresh email, >> and in his attempts to hide that, was outsmarted by Outlook. > >
2009 Aug 04
1
[LLVMdev] disabling combining load/stores in optimizer.
On Mon, Aug 3, 2009 at 4:34 PM, David Greene<dag at cray.com> wrote: > On Monday 03 August 2009 18:01, Chris Lattner wrote: >> On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: >> >> We are currently doing this, however I think disabling such >> >> optimizations is a much better solution. >> > >> > An LLVM design goal is that backends should be
2015 Oct 09
2
CentOS 7 CUPS: where queue defaults are stored?
Dear Experts, CentOS 7 outsmarted me (again...). Could someone tell me where cups print queues' default settings are stored? In the past I was doing rather trivial thing: I was setting up prototype machine (making kickstart file based on it), then I was configuring all printers on prototype machine. After which (with cups daemon stopped) I was just packing /etc/cups (and maybe
2013 May 21
0
[LLVMdev] Inlining sqrt library function in X86
On 21.05.2013, at 23:03, "Gurd, Preston" <preston.gurd at intel.com> wrote: > Thanks for the fix! > > However, there still seems to be a problem in that if you pass –ffast-math to clang, then clang changes “sqrt” to be “__sqrt_finite”. LLVM cannot then change the function call into an x86 sqrt instruction, even with –fno-math-errno set. > > Can you suggest
2004 Jan 30
1
Trouble plotting with factor
With R 1.8.1 running in Fedora Core 1 Linux, I am having some trouble recoding and ploting some factor variables. First, can I give you some example data? Here is a column of names for age groups: agegroups <- c( "15-19", "20-24", "25-29","30-34", "35-39",
2010 Aug 09
0
[LLVMdev] MmapAllocator
On Aug 8, 2010, at 9:20 PM, Reid Kleckner wrote: > I thought I dug into the register allocation code, and found the > VNInfo::Allocator typedef. I assumed that was getting the traffic we > saw in Instruments, but I don't have the data to back that up. Are you using llvm from trunk? VNInfo is a lot smaller now than it was in 2.7. I would guess about a third of the liveness memory
2018 Jan 16
2
How should I be using rsync with FAT32/VFAT
Thanks a lot, Kevin. I have a new Linux box and tried to set it to UTC but I think gnome outsmarted me... I'll use -rt and maybe ignore timestamps entirely rather than the window. If I find something wrong on the USB stick I can always copy it again. I love the -c option, but it takes forever on slow media. John On Tue, 2018-01-16 at 13:27 -0500, Kevin Korb via rsync wrote: > #1 yes,
2013 May 21
2
[LLVMdev] Inlining sqrt library function in X86
Thanks for the fix! However, there still seems to be a problem in that if you pass –ffast-math to clang, then clang changes “sqrt” to be “__sqrt_finite”. LLVM cannot then change the function call into an x86 sqrt instruction, even with –fno-math-errno set. Can you suggest where I might look in the clang code to find the place where “sqrt” is converted to “__sqrt_finite” and/or the best way to
2020 Jun 16
2
RFC: Adding support for the z/OS platform to LLVM and clang
> -----Original Message----- > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Kai Peter Nacke > via llvm-dev > Sent: Tuesday, June 16, 2020 8:51 AM > To: Corentin <corentin.jabot at gmail.com> > Cc: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] RFC: Adding support for the z/OS platform to LLVM and > clang > > > > 2) Add
2015 Oct 09
0
SOLVED: CentOS 7 CUPS: where queue defaults are stored?
Dear All, Please, ignore me. All settings are indeed in /etc/cups. Solution in my case was: calm down, go across the hallway and get yourself coffee, drink it and do something else for 5 min (maybe write "person in distress" e-mail...). And all will be what is expected after that. Still: is there more elegant way to replicate CUPS configuration, than just copy /etc/cups ? Thnaks.
2004 May 26
1
samba printpdf setup broken in later versions
In the past I've set up a pdf creation utility for windows users based on the info from http://www.linuxgazette.com/issue72/bright.html I.E I've got [pdf-printer] path = /tmp printable = yes guest ok = yes print command = /usr/bin/printpdf %s comment = PDF Writer In my smb.conf and have created a print queue on the windows machine with a postscript driver. The
2012 Jan 07
0
Samba autofs autoumount problem with C$, D$, etc refusing to unmount
This is primarily an autofs issue, but I wanted to get the problem and the workaound into the Samba lists for reference. I use RHEL 5 and RHEL 6 these days, and take advantage of CIFS automounting with the built-in Samba pacakges. The problem still occurs with the more modern cifs-utils that's been separated out in more recent Samba 3.6.x and Samba 4 toolkits as well. I use a very simple
2018 Jan 16
0
How should I be using rsync with FAT32/VFAT
You don't have to change the system setting just change the TZ env variable in the terminal you run rsync in. On 01/16/2018 01:30 PM, John Long via rsync wrote: > Thanks a lot, Kevin. > > I have a new Linux box and tried to set it to UTC but I think gnome > outsmarted me... > > I'll use -rt and maybe ignore timestamps entirely rather than the > window. If I find